uwacan.positional.wgs84_to_sweref99#

wgs84_to_sweref99(latitude, longitude)[source]#

Convert WGS84 coordinates to Sweref99.

The Sweref99 coordinate system is the same as UTM coordinates, but always using UTM zone 33, as described by Lantmäteriet.

Parameters:
latitudefloat, array_like

The WGS84 latitude in degrees, positive on the northern hemisphere and negative on the souther hemisphere.

longitudefloat, array_like

The WGS84 longitude in degrees, positive is east and negative is west of the prime meridian.

Returns:
eastingfloat, array_like

Meters easting.

northingfloat, array_like

Meters northing.