Polar Stereographic Projection

The Polar Stereographic projection somewhat resembles other polar azimuthal projections, with straight radiating meridians and concentric circles for meridians. This projection is used for polar mapping within the Universal Polar Stereographic (UPS) coordinate system.

The "PolarStereographic" Projection has the following Parameters:

Parameter Name

Parameter String

Units

Longitude of the Central Meridian

central_meridian

AngularValue

Latitude of the Origin of the Projection

latitude_of_origin

AngularValue

Scale Reduction Factor at the Center of the Projection

scale_factor

Double

False Easting

false_easting

LinearValue

False Northing

false_northing

LinearValue

Using these parameters, there are two different variations of the Polar Stereographic projection that can be supported.

When using the first variation (referred to as Variant A by EPSG) the Scale Factor must be a value other than 1. In this variation, the Latitude of Origin is used only to identify the hemisphere the projection, and thus the only valid values are ±90° or the equivalent in an alternate angle unit.

When using the second variation (referred to as Variant B by EPSG) the Scale Factor must be equal to 1, and will thus be ignored. The actual scaling factor will be calculated by using the value of the Latitude of Origin parameter which in this case actually represents the Latitude of the Standard Parallel (ie the Latitude of True Scale). In this case the sign of the Latitude is likewise used to determine the hemisphere of the projection.