-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement reading WKT using wkt
crate
#790
Comments
Partially closed by #791 , though the full parsing mechanism is not yet piped through |
Perhaps best to wait until georust/wkt#119 is in a wkt release |
We can release at any time - LMK if you want to wait for georust/wkt#120 |
I don't think consensus is forthcoming in georust/wkt#120 so I would release sooner rather than later. |
Merged
kylebarron
added a commit
that referenced
this issue
Dec 3, 2024
- Update WKT parser to use the `wkt` crate directly instead of using geozero - Parses to an `UnknownGeometryArray`, so it allows geometries of multiple dimensions. - Updates Python implementation Closes #790
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can implement geo-traits on the WKT types here: https://docs.rs/wkt/latest/wkt/types/index.html
Then we can read WKT into GeoArrow without geozero using existing builder APIs.
The text was updated successfully, but these errors were encountered: