Closed gtmaskall closed 1 year ago
Is there a plan to migrate dask-geopandas to use shapely?
Yes, for sure, but at the moment dask-geopandas depends on pygeos directly so not everything will work right now when you override the geometry engine. This will need a bit of careful release logic to ensure dask-geopandas still works with the changes on geopandas side.
This was closed by https://github.com/geopandas/dask-geopandas/issues/226, and this fix is included in the just released version 0.3.0.
New GeoPandas issues warning about PyGEOS:
So, being the type to look to the future, I set
USE_PYGEOS
to '0'. But I'm following the dask-geopandas tutorial on spatial partitioning, and calling thecalculate_spatial_partitions
method on my dask geodataframe produces:Is there a plan to migrate dask-geopandas to use shapely?