Package pygeodesy :: Package deprecated :: Module datum
[frames] | no frames]

Module datum

DEPRECATED on 2022.09.12, use module pygeodesy.datums or pygeodesy.ellipsoids instead.


Version: 23.11.26

Classes
  Datum
Ellipsoid and transform parameters for an earth model.
  Transform
Helmert datum 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.
  Curvature2Tuple
2-Tuple (meridional, prime_vertical) of radii of curvature, both in meter, conventionally.
Variables
  R_M = 6371008.771415
  R_MA = 6378137.0
  R_MB = 6356752.3
  R_KM = 6371.0087714149995
  R_NM = 3440.06953100162
  R_SM = 3958.7613160486508
  R_FM = 6371000.0
  R_VM = 6366707.0194937
  Datums = Datums.OSGB36: Datum(name='OSGB36', ellipsoid=Ellipso...
  Transforms = Transforms.OSGB36: Transform(name='OSGB36', tx=-4...
  Ellipsoids = Ellipsoids.Sphere: Ellipsoid(name='Sphere', a=637...
  __all__ = _ALL_DEPRECATED.deprecated_datum
Variables Details

Datums

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

Transforms

Value:
Transforms.OSGB36: Transform(name='OSGB36', tx=-446.45, ty=125.16, tz=\
-542.06, s1=1.0, rx=-7.2819e-07, ry=-1.1975e-06, rz=-4.0826e-06, s=20.\
489, sx=-0.1502, sy=-0.247, sz=-0.8421),
Transforms.WGS84: Transform(name='WGS84', tx=0.0, ty=0.0, tz=0.0, s1=1\
.0, rx=0.0, ry=0.0, rz=0.0, s=0.0, sx=0.0, sy=0.0, sz=0.0),
Transforms.Identity: Transform(name='Identity', tx=0.0, ty=0.0, tz=0.0\
, s1=1.0, rx=0.0, ry=0.0, rz=0.0, s=0.0, sx=0.0, sy=0.0, sz=0.0)

Ellipsoids

Value:
Ellipsoids.Sphere: Ellipsoid(name='Sphere', a=6371008.771415, b=637100\
8.771415, f_=0, f=0, f2=0, n=0, e=0, e2=0, e21=1, e22=0, e32=0, A=6371\
008.771415, L=10007557.17611675, R1=6371008.771415, R2=6371008.771415,\
 R3=6371008.771415, Rbiaxial=6371008.771415, Rtriaxial=6371008.771415)\
,
Ellipsoids.GRS80: Ellipsoid(name='GRS80', a=6378137, b=6356752.3141403\
5, f_=298.2572221, f=0.00335281, f2=0.00336409, n=0.00167922, e=0.0818\
1919, e2=0.00669438, e21=0.99330562, e22=0.0067395, e32=0.00335843, A=\
...