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

Removing cartopy from dependencies #287

Open
w-k-jones opened this issue May 30, 2023 · 2 comments
Open

Removing cartopy from dependencies #287

w-k-jones opened this issue May 30, 2023 · 2 comments
Labels
dependency Issues with a dependency or import good first issue An ideal issue for new contributors to address to be deleted?
Milestone

Comments

@w-k-jones
Copy link
Member

Cartopy is currently used in the plotting module, as well as being a dependency of iris. Installing cartopy with pip is difficult due to its dependency on the GEOS library. If we want to add tobac to PyPI we should look into removing cartopy from the requirements once we have replaced iris with xarray. Currently, the only use for cartopy is cartopy.crs.PlateCarree and cartopy.mpl.gridliner which would be better as external options

@freemansw1 freemansw1 added this to the Version 1.6 milestone May 31, 2023
@freemansw1
Copy link
Member

I agree with this, but we should keep cartopy as a dependency on the notebooks.

I've tagged this as a v1.6 item for now, but this could be good for a v1.5.x series release.

@w-k-jones w-k-jones added the dependency Issues with a dependency or import label Jun 2, 2023
@freemansw1 freemansw1 modified the milestones: Version 1.6, Version 1.5.x Jun 9, 2023
@freemansw1 freemansw1 added the good first issue An ideal issue for new contributors to address label Jul 7, 2023
@w-k-jones
Copy link
Member Author

As of the new cartopy v0.22.0 release, cartopy is easier to install using pip. Hopefully this isn't as much of an issue moving forwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Issues with a dependency or import good first issue An ideal issue for new contributors to address to be deleted?
Projects
None yet
Development

No branches or pull requests

4 participants