ProjNet4GeoAPI icon indicating copy to clipboard operation
ProjNet4GeoAPI copied to clipboard

Add polar stereographic projection

Open stigrj opened this issue 2 years ago • 1 comments

Polar Stereographic projection that follows the OSGeo/PROJ implementation closely.

The original implementation includes two extra cases EQUIT and OBLIQ, which to me seems impossible to reach with a WKT input (only a PROJ4 input with lat_0 != +-90 would reach these cases), so I'm not sure how to handle these.

Also, the original implementation includes a spherical version for _e == 0, but this is not included here and explicitly error handled.

stigrj avatar Dec 02 '22 11:12 stigrj

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 02 '22 11:12 CLAassistant