Package pyrdnap :: Module rdnap2018
[frames] | no frames]

Module rdnap2018

Main classes RDNAP2018v1 and RDNAP2018v2 follow variant 1 respectively variant 2 of the RDNAPTRANS(tm)2018_v220627 specification.

Each class provides a forward method to transform geodetic lat-, longitudes and (ellipsoidal) height to local RD coodinates and (orthometric) height and a reverse method for converting local to geodetic coordinates and (orthometric to ellipsoidal) height.

The RDNAP2018v1.forward and .reverse results have been formally validated to meet the RDNAPTRANS(tm)2018_v220627 requirements. Likewise for the results of RDNAP2018v2.forward and .reverse.


Version: 26.08.18

Classes
  Bounds4Tuple
4-Tuple (latS, lonW, latN, lonE) with the bounds' lower-left (LatS, LonW) and upper-right (latN, lonE) corner lat- and longitudes.
  LatLonNgeoid3Tuple
3-Tuple (lat, lon, N) with geoid height N in meter, conventionally.
  RD4Tuple
4-Tuple (minRDx, minRDy, maxRDx, maxRDy) with the region bounds' lower-left (minRDx, minRDy) and upper-right (maxRDx, maxRDy) corner in meter, conventionaly.
  _RDNAPbase
(INTERNAL) RDNAP2018v1/-v2 base class.
  RDNAP2018v1
Transformer implementing variant 1 of the RDNAPTRANS(tm)2018_v220627 specification.
  RDNAP2018v2
Transformer implementing variant 2 of the RDNAPTRANS(tm)2018_v220627 specification.