Removing cartopy from dependencies #287
Labels
dependency
Issues with a dependency or import
good first issue
An ideal issue for new contributors to address
to be deleted?
Milestone
Cartopy is currently used in the
plotting
module, as well as being a dependency ofiris
. Installingcartopy
withpip
is difficult due to its dependency on theGEOS
library. If we want to addtobac
to PyPI we should look into removingcartopy
from the requirements once we have replacediris
withxarray
. Currently, the only use forcartopy
iscartopy.crs.PlateCarree
andcartopy.mpl.gridliner
which would be better as external optionsThe text was updated successfully, but these errors were encountered: