ProjNet4GeoAPI
ProjNet4GeoAPI copied to clipboard
Add polar stereographic projection
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.