-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Parquet recently adopted Geometry and Geography types: apache/parquet-format@master/Geospatial.md
Details on
Describe the solution you'd like
I would like to implement geometry and geography support in parquet-rs
Additional context
This has been implemented in Arrow C++ and pyarrow as of v21.0.0 with GH-45522: [Parquet][C++] Parquet GEOMETRY and GEOGRAPHY logical type implementations arrow#45459 change.
Task list
(Each of these can be created as a separate issue for more discussion)
- [Geospatial] Create new
parquet-geometrycrate #8374 - [Geospatial]: Add CI checks for
parquet-geospatialcrate #8377 - Add geospatial statistics creation support for GEOMETRY/GEOGRAPHY Parquet logical types #8411
- Added geometry logical types (printing, serialization, deserialization)
- Added geometry column statistics (serialization, deserialization, writing)
- Added [Feature] geometry and geography logical type implementations #7799
- Support reading/writing parquet files containing geometry columns
- Integration test with pyarrow?
Feel free to suggest more tasks or create new issues and I'll update the task list
Metadata
Metadata
Assignees
Labels
No labels