You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, baysparpy depends on cartopy. Cartopy is needed to plot the gridpoints (analogmap()) output from an analog prediction (predict_seatemp_analog()). Other components in the package do not need cartopy, just this one plotting function.
Cartopy can be a pain to install, especially for new users.
Might want to make cartopy optional for installs, note this in the documentation and print out an error message on import saying that cartopy needs to be installed... something like this.