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

get rid of cartopy being an optional dependency and remove basemap functions #677

Open
Swanson-Hysell opened this issue Jan 6, 2023 · 1 comment

Comments

@Swanson-Hysell
Copy link
Member

It seems like it would be easier to maintain the code if we got rid of all the legacy Basemap functions and made it so that Cartopy is a required dependency. There can be some versioning issues with Cartopy and its dependencies like Shapely, but overall we make heavy use of it and not being able to have it as a required package results in us having to do if statements and use the has_cartopy variable.

Do you have thoughts on this @ltauxe?

@ltauxe
Copy link
Member

ltauxe commented Jan 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants