-
Notifications
You must be signed in to change notification settings - Fork 368
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
cartopy.crs.epsg() failing (again) #2064
Comments
It looks like you are on Cartopy v0.18.0, The most recent Cartopy releases have removed the webservice, so this should only affect older Cartopy versions and I'm not sure we can do anything about it unfortunately :( The suggestion is to upgrade your version of Cartopy. |
Unfortunately, conda only offers 0.18 even with in a new virtual env. Do have any idea how to proceed? |
|
Even with freshly installed Anaconda and Miniconda (both Python 3.9), |
pyepsg is no longer a dependency, the epsg work is all handled by pyproj now. So, there is really nothing we can do here, the solution is to upgrade your Cartopy version. |
Description
Cartopy fails when attempting to define an EPSG crs. This is similar to the closed issue #1437. The identical code worked 5 days ago.
Code to reproduce
Traceback
Full environment definition
Operating system
Windows 10
Cartopy version
0.18.0 installed via conda
conda list
pip list
The text was updated successfully, but these errors were encountered: