holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Add glob support and bounding box filter to read_parquet_dask #20

Closed jonmmease closed 4 years ago

jonmmease commented 4 years ago

This PR rewrites read_parquet_dask to:

It also adds a fix and test to make sure that the DaskGeoDataFrame is registered with Dask when spatialpandas is imported.