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

Deprecation warning for Shapely #125

Open
techexo opened this issue Apr 22, 2022 · 0 comments
Open

Deprecation warning for Shapely #125

techexo opened this issue Apr 22, 2022 · 0 comments

Comments

@techexo
Copy link

techexo commented Apr 22, 2022

Hello,
Running the plot_bokeh() function on a DataFrame, I now have the following Deprecation Warning:

/home/eloi/.local/lib/python3.10/site-packages/pandas_bokeh/geoplot.py:118: 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.
  for polygon in geometry:

I couldn't find it mentioned in already opened issues, is there a plan to fix this for Python 3.10?
(pandas_bokeh was installed with pip3 on a new environment)

Regards
Eloi

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