pyart.core.wgs84_to_swissCH1903#

pyart.core.wgs84_to_swissCH1903(lon, lat, alt, no_altitude_transform=False)[source]#

Convert WGS84 coordinates to swiss coordinates (CH1903 / LV03)

The formulas for the coordinates transformation are taken from: “Formeln und Konstanten für die Berechnung der Schweizerischen schiefachsigen Zylinderprojektion und der Transformation zwischen Koordinatensystemen”, chapter 4. “Näherungslösungen CH1903 <=> WGS84” Bundesamt für Landestopografie swisstopo (http://www.swisstopo.admin.ch), Oktober 2008

Test example#

wgs84 input:

latitude : 46 deg 2’ 38.87’’ longitude : 8 deg 43’ 49.79’’ altitude : 650.60 m

Result swiss CH1903:

chy = 699 999.76 (700000) chx = 99 999.97 (100000) chh = 600.05 (600)

Parameters:
  • lon, lat (array-like) – Geographic coordinates WGS84 in degrees.

  • alt (array-like) – Altitude in m

  • no_altitude_transform (bool) – If set, do not convert altitude

returns:

chy, chx, chh (array-like) – Coordinates in swiss CH1903 coordinates in meter