[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- pyrdnap: A pure Python implementation of the 2018 v220627 version of
Netherlands' RD NAP specification to convert between GRS80
(ETRS89) geodetic lat-, longitudes and height and local
RijksDriehoeksmeeting (RD) coordinates
and Normaal Amsterdams Peil (NAP)
quasi-geoid-height.
- pyrdnap.__main__: Run some
RD NAP 2018 forward or reverse
conversion examples or run an
RDNAPTRANS(tm)2018_v220627 or NSGI test
set in "round-trip" fashion.
- pyrdnap.__pygeodesy: (INTERNAL)
pyrdnap access to some private
pygeodesy attributes.
- pyrdnap.rd0: (INTERNAL) RijksDriehoeksmeting
_RD and reference
_RD0 constants and classes RDNAP7Tuple
and LqRD.
- pyrdnap.rdnap2018: Main classes RDNAP2018v1 and RDNAP2018v2 follow
variant 1
respectively variant 2 of the RDNAPTRANS(tm)2018_v220627 specification.
- pyrdnap.v1grid: Extract from the compressed
RDNAPTRANS(tm)2018_v229627
variant 1 nlgeo2018.txt.zip and
rdcorr2018.txt.zip grid files only the
NAP_..., lat_corr_ and
lon_corr_ columns and encode each in Python as a
row-order matrix, a 481-tuple of 301-arrays of single- or double
precision floats.
- pyrdnap.v2grid: Extract from the compressed
RDNAPTRANS(tm)2018_v229627
variant 2 naptrans2018.txt.zip and
rdtrans2018.txt.zip grid files only the
NAP_..., lat_corr_ and
lon_corr_ columns and encode each in Python as a
row-order matrix, a 481-tuple of 301-arrays of single- or double
precision floats.
- pyrdnap.v_grids: (INTERNAL)
RDNAPTRANS(tm)2018_v220627 v#grid
utilities.
- pyrdnap.v_self: Function validation3 to run the
RDNAPTRANS(tm)2018_v220627 self-validation test set
.../Z001_ETRS89andRDNAP.txt obtainable from NSGI.NL after registration.