| Home | Trees | Indices | Help |
|
|---|
|
|
A pure Python implementation of the 2018 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.
See module pyrdnap.rdnap2018 for further information and usage, implementation details.
See modules pyrdnap.v1grid and pyrdnap.v2grid for the original
RDNAPTRANS2018_v220627, unmodified .txt grid
files for each variant, but compressed as .txt.zip.
See function pyrdnap.validation3 for self-validation testing details.
See file testresults/Z001_ETRSandRDNAP_v1_results.txt for
the self-validation test results of the RDNAP2018v1 transformer, especially the final, summary
lines.
Note:
PyRDNAP and pyrdnap have not been
formally validated and are not certified to carry the
trademark RDNAPTRANS(tm).
Version: 26.05.26
| Submodules | |
| |
| Classes | |
|
Bounds4Tuple 4-Tuple (latS, lonW, latN, lonE) with the bounds'
lower-left (LatS, LowW) and upper-right (latN,
lonE) corner lat- and longitudes.
|
|
|
Datum Ellipsoid and transform parameters for an earth model. |
|
|
Ellipsoid Ellipsoid with equatorial and polar radii, flattening, inverse flattening and other, often used, cached attributes, supporting oblate and prolate ellipsoidal and spherical earth models. |
|
|
LatLon2Tuple 2-Tuple (lat, lon) in degrees90 and
degrees180.
|
|
|
LqRD Like pygeodesy.LqRD but with methods forward and reverse returning an RDNAP7Tuple with NAPh replaced by
local z, the perpendicular distance to the
local tangent plane (LTP).
|
|
|
PhiLam2Tuple 2-Tuple (phi, lam) with latitude phi in
radians[PI_2] and longitude lam in
radians[PI].
|
|
|
RDNAP2018v1 Transformer implementing variant 1 of RD NAP 2018 v220627.
|
|
|
RDNAP2018v2 Transformer implementing variant 2 of RD NAP 2018 v220627.
|
|
|
RDNAP7Tuple 7-Tuple (RDx, RDy, NAPh, lat, lon, height, datum) with
local RDx, RDy and
NAPh quasi-geoid_height, geodetic lat,
lon, height and datum with
lat and lon in degrees and
RDx, RDy, NAPh and
height in meter, conventionally.
|
|
|
RDNAPError Error raised for RD, NAP and unzip
issues.
|
|
|
Similarity Similarity transformation. |
|
|
Vector2Tuple 2-Tuple (x, y) of (geocentric) components, each in
meter or the same units.
|
|
|
Vector3Tuple 3-Tuple (x, y, z) of (geocentric) components, all in
meter or the same units.
|
|
| Functions | |||
|
|||
| Variables | |
pyrdnap_abspath =
|
|
Datums = Datums.Sphere: Datum(name='Sphere', ellipsoid=Ellipso
|
|
| Function Details |
Run the official
|
| Variables Details |
pyrdnap_abspath
|
Datums
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 26 15:17:56 2026 | http://epydoc.sourceforge.net |