| Home | Trees | Indices | Help |
|
|---|
|
|
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.
See module pyrdnap.rdnap2018 for further information and usage, implementation details.
See modules pyrdnap.v1grid and pyrdnap.v2grid for the pythonic grid files for variant 1 respectively 2 included in pyrdnap.
See function pyrdnap.validation3 for self-validation testing details.
See file
testresults/Z001_ETRSandRDNAP-self-validation-v1-results.txt
for the self-validation results of the RDNAP2018v1 transformer, especially the summary in the
final 4 lines.
Note:
PyRDNAP and pyrdnap have not been
formally validated and are not certified to carry the
trademark name RDNAPTRANS(tm).
Version: 26.05.09
| Submodules | |
| |
| Classes | |
|
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.
|
|
|
PhiLam2Tuple 2-Tuple (phi, lam) with latitude phi in
radians[PI_2] and longitude lam in
radians[PI].
|
|
|
RDNAP2018v1 Transformer implementing RD NAP 2018 variant 1.
|
|
|
RDNAP2018v2 Transformer implementing RD NAP 2018 variant 2.
|
|
|
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 and NAP issues.
|
|
|
RDregion4Tuple 4-Tuple (S, W, N, E) with RD region in
GRS80 (ETRS89) degrees.
|
|
|
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 =
|
|
| Function Details |
Run the official
|
| Variables Details |
pyrdnap_abspath
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 9 18:19:21 2026 | http://epydoc.sourceforge.net |