geoviews icon indicating copy to clipboard operation
geoviews copied to clipboard

ShapelyDeprecationWarning

Open MarcSkovMadsen opened this issue 1 year ago • 1 comments

When I run the hvPlot Geographic_Data.ipynb notebook using geoviews 1.9.5, I see

/opt/conda/lib/python3.9/site-packages/geoviews/operation/projection.py:79: ShapelyDeprecationWarning: Iteration over multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the `geoms` property to access the constituent parts of a multi-part geometry.
  polys = [g for g in geom if g.area > 1e-15]

image

image

MarcSkovMadsen avatar Aug 28 '22 05:08 MarcSkovMadsen

This is fixed on master with https://github.com/holoviz/geoviews/pull/570.

image

But it is annoying, so a new release (patch?) release could be made to fix it.

hoxbro avatar Aug 28 '22 06:08 hoxbro