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
The current list of projections in geoplot is hard-coded to the set of named projections provided in cartopy (and exposed in the cartopy documentation). However, cartopy has a function, cartopy.crs.epsg, that allows for creating a novel projection based on an EPSG number. That would unlock a lot of new projection options for users.
The text was updated successfully, but these errors were encountered:
The current list of projections in
geoplot
is hard-coded to the set of named projections provided incartopy
(and exposed in thecartopy
documentation). However,cartopy
has a function,cartopy.crs.epsg
, that allows for creating a novel projection based on an EPSG number. That would unlock a lot of new projection options for users.The text was updated successfully, but these errors were encountered: