Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlatGeobuf 3d support #728

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

FlatGeobuf 3d support #728

wants to merge 3 commits into from

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Aug 27, 2024

This is failing on unimplemented 3d downcasting

the z dimension of points is getting lost

            columns: [
                PrimitiveArray<UInt8>
                [
                  3,
                  2,
                  1,
                ],
                StringArray
                [
                  "baz",
                  "bar",
                  "foo",
                ],
                FixedSizeListArray<3>
                [
                  PrimitiveArray<Float64>
                [
                  6.0,
                  7.0,
                  NaN,
                ],
                  PrimitiveArray<Float64>
                [
                  3.0,
                  4.0,
                  NaN,
                ],
                  PrimitiveArray<Float64>
                [
                  0.0,
                  1.0,
                  NaN,
                ],
                ],
            ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant