You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, dask-geopandas uses deprecated shapely features in union_all. I'm getting the following warning:
https://github.com/geopandas/dask-geopandas/blob/v0.4.2/dask_geopandas/core.py#L296: ShapelyDeprecationWarning: Directly calling the base class 'BaseGeometry()' is deprecated, and will raise an error in the future. To create an empty geometry, use one of the subclasses instead, for example 'GeometryCollection()'.
meta = BaseGeometry()
The text was updated successfully, but these errors were encountered:
Apparently, dask-geopandas uses deprecated shapely features in
union_all
. I'm getting the following warning:The text was updated successfully, but these errors were encountered: