cartopy icon indicating copy to clipboard operation
cartopy copied to clipboard

Add the Strebe 1995 projection

Open Veeno opened this issue 3 years ago • 2 comments

The title says it all for this feature request. Strebe 1995 is an equal-area projection with unique properties which I would really like to see added to cartopy.

Veeno avatar Oct 16 '22 22:10 Veeno

Cartopy relies upon the PROJ library (specifically the PyPROJ wrapper) for all of its projections. I wasn't able to find the projection in there with a quick search. If it actually is present in PROJ, then adding it to Cartopy should be a straightforward PR; if not, someone would first need to add it to PROJ.

dopplershift avatar Oct 17 '22 18:10 dopplershift

Indeed, it isn't included in PROJ's available projections. I will create an issue on the PROJ repository.

Veeno avatar Oct 18 '22 03:10 Veeno