Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShapelyDeprecationWarning #589

Closed
MarcSkovMadsen opened this issue Aug 28, 2022 · 1 comment
Closed

ShapelyDeprecationWarning #589

MarcSkovMadsen opened this issue Aug 28, 2022 · 1 comment

Comments

@MarcSkovMadsen
Copy link

MarcSkovMadsen commented Aug 28, 2022

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

@hoxbro
Copy link
Member

hoxbro commented Aug 28, 2022

This is fixed on master with #570.

image

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

@hoxbro hoxbro closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants