[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- pyrdnap: A pure Python implementation of 2018 version of the Netherlands' RD NAP specification to convert between geodetic
GRS80 (ETRS89) lat-, longitudes and height and local
RijksDriehoeksmeeting (RD) coordinates
and Normaal Amsterdams Peil (NAP)
quasi-geoid-height.
- pyrdnap.__main__: Run a
RD NAP 2018 forward or reverse
conversion round-trip examples or run the entire RD NAP
2018 self-validation test suite in various ways.
- pyrdnap.__pygeodesy: (INTERNAL)
pyrdnap access to some private
pygeodesy attributes.
- pyrdnap.rd0: (INTERNAL)
RD and RD0 constants and
RDNAP7Tuple and RDregion classes.
- pyrdnap.rdnap2018: Main classes RDNAP2018v1 and RDNAP2018v2 follow
variant 1
respectively variant 2 of the specification RDNAPTRANS(tm)2018.
- pyrdnap.v1grid: Variant 1 grid files, but only columns
NAP_h_..., lat_corr_ and
lon_corr_ of the original
RDNAPTRANS2018_v220627/...1/nlgeo2018.txt and
...1/rdcorr2018.txt grid files and encoded into Python
as 3 row-order matrices, each a 481-tuple of 301-arrays of floats.
- pyrdnap.v1grid.nlgeo2018_txt_NAP_h: Variant 1 grid file
...1/nlgeo2018.txt, only
the 3rd column NAP_quasi_geoid_height_...(m) and
encoded in Python as a 481-tuple of 301-arrays of floats.
- pyrdnap.v1grid.rdcorr2018_txt_lat_corr: Variant 1 grid file
...1/rdcorr2018.txt, only
the 3rd column lat_corr_(deg) with
+0.00000* shrunk to 0.*,
-0.00000* to -.* and encoded in Python as
an n-tuple of runs of non-zeros.
- pyrdnap.v1grid.rdcorr2018_txt_lon_corr: Variant 1 grid file
...1/rdcorr2018.txt, only
the 4th column lon_corr_(deg) with
+0.00000* shrunk to 0.*,
-0.00000* to -.* and encoded in Python as
an n-tuple of runs of non-zeros.
- pyrdnap.v2grid: Variant 2 grid files, but only columns
NAP_h_..., lat_corr_ and
lon_corr_ of the original
RDNAPTRANS2018_v220627/...2/naptrans2018.txt and
...2/rdtrans2018.txt grid files and encoded into
Python as 3 row-order matrices, each a 481-tuple of 301-arrays of
floats.
- pyrdnap.v2grid.naptrans2018_txt_NAP_h: Variant 2 grid file
...2/naptrans2018.txt, only
the 3rd column NAP_quasi_geoid_height_...(m) and
encoded in Python as a 481-tuple of 301-arrays of floats.
- pyrdnap.v2grid.rdtrans2018_txt_lat_corr: Variant 2 grid file
...2/rdtrans2018.txt, only
the 3rd column lon_corr_(deg) only with
0.00* shrunk to 0.*, -0.00*
to -.* and encoded in Python as a 481-tuple of
301-arrays of floats.
- pyrdnap.v2grid.rdtrans2018_txt_lon_corr: Variant 2 grid file
...2/rdtrans2018.txt, only
the 4th column lon_corr_(deg) only with
0.000* shrunk to 0.*,
-0.000* to -.* and encoded in Python as a
481-tuple of 301-arrays of floats.
- pyrdnap.v_grids: (INTERNAL)
RD NAP 2018 v#grid utilities.
- pyrdnap.v_self: Function validation3 to run the
RD NAP 2018
self-validation tests
.../RDNAPTRANS2018_v220627/.../Z001_ETRS89andRDNAP.txt
obtainable from NSGI.NL after registration.