-
-
Notifications
You must be signed in to change notification settings - Fork 77
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 2 support #603
shapely 2 support #603
Conversation
The only problem left with the upgrade is that this no longer works: import geoviews as gv
import geoviews.feature as gf
import xarray as xr
from cartopy import crs
gv.extension('bokeh')
gf.land.opts(projection=crs.Geostationary()) Where these work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hoxbro! Pretty happy the changes look pretty minimal and all look good to me.
Fixes #592
Fixes #609
References: