I decided to actually flesh out our initial work at the GeoParquet community day. The idea is simple: convert or validate GeoJSON<>GeoParquet without GDAL, and provide useful pydantic models others can built upon (similar to geojson-pydantic).
@jkeifer no need to dig to deep but since you started this with me I wanted to give you a chance to add your thoughts or contribute!
Next Steps:
[x] Set up automated testing + pre-commit with actions.
[ ] Improve documentation/README
[x] Set up automated PyPi publication with actions upon version releases.
[ ] Add parallel reading of Parquet chunks in geoparquet_pydantic.geoparquet_to_geojson().
[ ] Use click to build a simple CLI version of this tool for GeoJSON file<>GeoParquet file validation/conversion.
I decided to actually flesh out our initial work at the GeoParquet community day. The idea is simple: convert or validate GeoJSON<>GeoParquet without GDAL, and provide useful
pydantic
models others can built upon (similar togeojson-pydantic
).@jkeifer no need to dig to deep but since you started this with me I wanted to give you a chance to add your thoughts or contribute!
Next Steps:
geoparquet_pydantic.geoparquet_to_geojson()
.click
to build a simple CLI version of this tool for GeoJSON file<>GeoParquet file validation/conversion.