xaviernogueira / geoparquet-pydantic

Validate and convert GeoJSON<>GeoParquet...without GDAL!
MIT License
32 stars 3 forks source link

Expanded the scope of this library into handling GeoJSON<>GeoParquet validation and conversion #2

Closed xaviernogueira closed 8 months ago

xaviernogueira commented 8 months ago

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:

jkeifer commented 8 months ago

Wow, you've done a lot with this! Great job, keep up the good work! It's cool to see what you've made this into. 👍😃🤩😎👍

xaviernogueira commented 8 months ago

@jkeifer thanks! Wanted to make it into something properly useful.