geopandas to ibis.memtable #7269
-
Hi, I've tried geopandas to parquet and read parquet in ibis. Geometry is displayed as binary column. Is there a good way to manage GeoJSON files? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @ozgurkalan! We don't currently have way to manage GeoJSON files with any local backends at the moment e.g., DuckDB, DataFusion, etc. Are you interested in using this feature on a particular backend? Also would be interested to hear about your use case. Are you interested in being able to do general geospatial analysis with any local engine? |
Beta Was this translation helpful? Give feedback.
-
As of https://github.com/ibis-project/ibis/releases/tag/7.2.0 (
|
Beta Was this translation helpful? Give feedback.
As of https://github.com/ibis-project/ibis/releases/tag/7.2.0 (
pip install ibis-framework==7.2.0
) we have the ability read GeoJSON using DuckDB: