uwacan.positional.sweref99_to_wgs84#

sweref99_to_wgs84(easting, northing)[source]#

Convert Sweref99 coordinates to WGS84.

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

Parameters:
eastingfloat, array_like

Meters easting.

northingfloat, array_like

Meters northing.

Returns:
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.