Package pyrdnap :: Module rd0
[frames] | no frames]

Module rd0

(INTERNAL) RijksDriehoeksmeting _RD and reference _RD0 constants and classes RDNAP7Tuple and LqRD.


Version: 26.08.18

Classes
  Datum
Ellipsoid and transform parameters for an earth model.
  Similarity
Similarity transformation.
  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.
  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.
  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).
  RDxyHeight3Tuple
3-tuple (RDx, RDy, H) with orthometric height H, all in meter.
  RDxyheight3Tuple
3-tuple (RDx, RDy, h) with ellipsoidal height h, all in meter.
  RDxyNgeoid3Tuple
3-tuple (RDx, RDy, N) with geoid height N, all in meter.
Variables
  Datums = Datums.Sphere: Datum(name='Sphere', ellipsoid=Ellipso...
  Ellipsoids = Ellipsoids.Sphere: Ellipsoid(name='Sphere', a=637...
Variables Details

Datums

Value:
Datums.Sphere: Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, trans\
form=Transforms.WGS84),
Datums.NAD83: Datum(name='NAD83', ellipsoid=Ellipsoids.GRS80, transfor\
m=Transforms.NAD83),
Datums.OSGB36: Datum(name='OSGB36', ellipsoid=Ellipsoids.Airy1830, tra\
nsform=Transforms.OSGB36),
Datums.WGS84: Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transfor\
m=Transforms.WGS84),
...

Ellipsoids

Value:
Ellipsoids.Sphere: Ellipsoid(name='Sphere', a=6371008.771415, f=0, f_=\
0, b=6371008.771415),
Ellipsoids.GRS80: Ellipsoid(name='GRS80', a=6378137, f=0.00335281, f_=\
298.2572221, b=6356752.31414035),
Ellipsoids.WGS84: Ellipsoid(name='WGS84', a=6378137, f=0.00335281, f_=\
298.25722356, b=6356752.31424518),
Ellipsoids.Airy1830: Ellipsoid(name='Airy1830', a=6377563.396, f=0.003\
34085, f_=299.3249646, b=6356256.90923729)