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 provide a forward method to convert geodetic lat-/longitudes and height to local RD coodinates and NAP heights and a reverse method for converting vice-versa.

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

Likewise for the RDNAP2018v2.forward and .reverse results.


Version: 26.07.09

Classes
  RD4Tuple
4-Tuple (minRDx, minRDy, maxRDx, maxRDy) with the region bounds' lower-left (minRDx, minRDy) and upper-right (maxRDx, maxRDy) corner in meter, conventionaly.
  RDNAP2018v1
Transformer implementing variant 1 of the RDNAPTRANS(tm)2018_v220627 specification.
  RDNAP2018v2
Transformer implementing variant 2 of the RDNAPTRANS(tm)2018_v220627 specification.