intake / intake_geopandas

An intake plugin for loading datasets with geopandas
BSD 2-Clause "Simplified" License
15 stars 7 forks source link

Geoparquet #19

Closed ian-r-rose closed 3 years ago

ian-r-rose commented 3 years ago

GeoPandas 0.8 includes support for reading parquet files with the appropriate metadata to interpret WKB as geometries. It's a nice experimental format that has all the usual benefits of parquet (good compression, sensible schemas, etc).

This adds a new driver for GeoParquet to intake_geopandas.