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

Shapely depreciation warning in get_geospatial_plot #340

Open
vicford opened this issue Apr 24, 2024 · 0 comments
Open

Shapely depreciation warning in get_geospatial_plot #340

vicford opened this issue Apr 24, 2024 · 0 comments

Comments

@vicford
Copy link
Contributor

vicford commented Apr 24, 2024

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]
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

1 participant