-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add support for vector (gdal) geometries #3208
Comments
To add to this, it should be easier to add support for this once the GeoArrow format specification is stable (and similarly, OGC's GeoParquet specification. Both will inherently add GDAL support). This would be great to have! |
There also has been some related previous discussion in #1830 |
Should we close this to keep discussion in #1830? |
Closing; the discussion can continue in #1830. |
@geohardtke , I've implemented a GDAL <-> Polars connector cate: https://github.com/phayes/polars_gdal |
brilliant work! I'll check it out @phayes |
Hi there,
Would be nice to have the ability to create Series of Geometry types, and then build functionality similar to geopandas (which I miss in rust) like opening a geopackage or shape file as a DataFrame.
For example:
which of course returns:
If there is some interest in having this functionality added, I'm willing to (with a bit of help) try to implement it.
Cheers
The text was updated successfully, but these errors were encountered: