|
|
ChLV
Conversion between (WGS84) geodetic and Swiss projection
coordinates using PyGeodesy EcefKarney ECEF methods.
|
|
|
ChLV9Tuple
9-Tuple (Y, X, h_, lat, lon, height, ltp, ecef, M)
with unfalsed Swiss (Y, X, h_) coordinates and
height, all in meter, ltp either a ChLV, ChLVa or ChLVe
instance and ecef (EcefKarney at Bern, Ch), otherwise like Local9Tuple.
|
|
|
ChLVEN2Tuple
2-Tuple (E_LV95, N_LV95) with falsed Swiss
LV95 easting and northing in meter (2_600_000,
1_200_000) and origin at Bern, Ch.
|
|
|
ChLVError
Error raised for ChLV, ChLVa,
ChLVe or ChLVr or other issues.
|
|
|
ChLVYX2Tuple
2-Tuple (Y, X) with unfalsed Swiss LV95
easting and northing in meter.
|
|
|
ChLVa
Conversion between (WGS84) geodetic and Swiss projection
coordinates using the SwissTopo Approximate formulas.
|
|
|
ChLVe
Conversion between (WGS84) geodetic and Swiss projection
coordinates using the SwissTopo Ellipsoidal approximate formulas and Bolliger, J. pp 148-151 (also GGGS).
|
|
|
ChLVr
Conversion between (Bessel1841) geodetic and Swiss
projection coordinates using the SwissTopo Rigorous formulas 3.2 and 3.3, December
2018, pp 20-21.
|
|
|
ChLVyx2Tuple
2-Tuple (y_LV03, x_LV03) with falsed Swiss
LV03 easting and northing in meter (600_000,
200_000) and origin at Bern, Ch.
|
|
|
EcefKarney
Conversion between geodetic and geocentric, Earth-Centered,
Earth-Fixed (ECEF) coordinates transcoded from Karney's
C++ Geocentric methods.
|
|
|
LatLon4Tuple
4-Tuple (lat, lon, height, datum) in
degrees90, degrees180, meter
and Datum.
|
|
|
LocalCartesian
Conversion between geodetic (lat, lon, height) and
local cartesian (x, y, z) coordinates with
geodetic origin (lat0, lon0, height0),
transcoded from Karney's C++ class LocalCartesian.
|
|
|
Ltp
A local tangent plan (LTP), a sub-class of
LocalCartesian with (re-)configurable ECEF converter.
|