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
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
Exception: Unknown projection cea
The above exception was the direct cause of the following exception:
ValueError Traceback (most recent call last)
Cell In[64], line 3
1from hvplot.util import process_crs
----> 3 process_crs(6933)
File [/srv/conda/envs/notebook/lib/python3.11/site-packages/hvplot/util.py:288](https://hub.openveda.cloud/srv/conda/envs/notebook/lib/python3.11/site-packages/hvplot/util.py#line=287), in process_crs(crs)
285exceptExceptionas e:
286 errors.append(e)
--> 288 raise ValueError(
289"Projection must be defined as a EPSG code, proj4 string, "290"WKT string, cartopy CRS, pyproj.Proj, or pyproj.CRS."291 ) fromException(*errors)
ValueError: Projection must be defined as a EPSG code, proj4 string, WKT string, cartopy CRS, pyproj.Proj, or pyproj.CRS.
Screenshots or screencasts of the bug in action
I may be interested in making a pull request to address this
The text was updated successfully, but these errors were encountered:
ALL software version info
Description of expected behavior
process_crs
should work for all EPSG codes. This works when using cartopy.crs directly:I think this was introduced in #1139
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: