Closed geohardtke closed 2 years ago
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