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)
Feel free to suggest more tasks or create new issues and I'll update the task list
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.mdDetails 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)
parquet-geometrycrate #8374parquet-geospatialcrate #8377Feel free to suggest more tasks or create new issues and I'll update the task list