| Home | Trees | Indices | Help |
|
|---|
|
|
A pure Python implementation of 2018 version of the 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 results of the RDNAP2018v1 transformer, especially the summary in the
last 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.14
| 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, NAP and unzip
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 =
|
|
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 Thu May 14 16:01:35 2026 | http://epydoc.sourceforge.net |