What is GeoPolars?
mainGeoPolars is an extension of the Polars DataFrame library designed for geospatial data. It aims to provide:
- High Performance: Faster multithreaded operations compared to
GeoPandas. - Interoperability: Better data interoperability without memory copies by utilizing a
GeoArrowcore.
Note: GeoPolars is currently a prototype and is not considered production-ready.