| Home | Trees | Indices | Help |
|
|---|
|
|
A pure Python implementation of the 2018 v220627 version of
Netherlands' RD NAP specification to convert between GRS80 (ETRS89)
geodetic lat-, longitudes and (ellipsoidal) height h and
local RijksDriehoeksmeeting (RD) coordinates
and (orthometric) height H using bilinear interpolation of
Normaal Amsterdams Peil quasi-geoid heights
(NAPh).
The results of both pyrdnap transformer classes RDNAP2018v1 and RDNAP2018v2 have been formally validated and
PyRDNAP has been certified to carry the trademark
RDNAPTRANS(tm).
See module pyrdnap.rdnap2018 for further information, usage and implementation details.
See modules pyrdnap.v1grid and pyrdnap.v2grid for the
RDNAPTRANS(tm)2018_v220627 grid files, each the original,
unmodified ASCII .txt but compressed as
.txt.zip.
See function pyrdnap.validation3 for
.../Z001_ETRSandRDNAP.txt test set details.
See files testresults/v1_..._round_trips.txt for
"round-trip" (forward plus reverse) test results of the RDNAP2018v1 transformer, especially the final, summary
lines in each file.
Version: 26.07.31
| Submodules | |
| |
| Classes | |
|
Bounds4Tuple 4-Tuple (latS, lonW, latN, lonE) with the bounds'
lower-left (LatS, LonW) 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.
|
|
|
LatLon3Tuple 3-Tuple (lat, lon, height) in degrees90,
degrees180 and meter, conventionally.
|
|
|
LatLon4Tuple 4-Tuple (lat, lon, height, datum) in
degrees90, degrees180, meter
and Datum.
|
|
|
LatLonN3Tuple 3-tuple (lat, lon, N) with geoid height N
in meter, conventionally.
|
|
|
LqRD Like pygeodesy.LqRD but with methods forward and reverse returning an RDNAP7Tuple with H 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].
|
|
|
PhiLam3Tuple 3-Tuple (phi, lam, height) with latitude
phi in radians[PI_2], longitude
lam in radians[PI] and
height in meter.
|
|
|
PhiLam4Tuple 4-Tuple (phi, lam, height, datum) with latitude
phi in radians[PI_2], longitude
lam in radians[PI], height
in meter and Datum.
|
|
|
RD4Tuple 4-Tuple (minRDx, minRDy, maxRDx, maxRDy) with the
region bounds' lower-left (minRDx, minRDy) and
upper-right (maxRDx, maxRDy) corner in
meter, conventionaly.
|
|
|
RDNAP2018v1 Transformer implementing variant 1 of the RDNAPTRANS(tm)2018_v220627 specification.
|
|
|
RDNAP2018v2 Transformer implementing variant 2 of the RDNAPTRANS(tm)2018_v220627 specification.
|
|
|
RDNAP7Tuple 7-Tuple (RDx, RDy, H, lat, lon, height, datum) with
local RDx, RDy and (orthometric)
height H, geodetic lat, lon,
(ellipsoidal) height and datum with
lat and lon in degrees and
with RDx, RDy, H and
height in meter, conventionally.
|
|
|
RDNAPError Error raised for RD, NAP, unzip and other
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
|
|
Ellipsoids = Ellipsoids.Sphere: Ellipsoid(name='Sphere', a=637
|
|
| Function Details |
Return standard
|
Run the
|
| Variables Details |
pyrdnap_abspath
|
Datums
|
Ellipsoids
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jul 31 14:31:20 2026 | http://epydoc.sourceforge.net |