|
|
__init__(self,
raiser=False,
**name)
New Ax*QG transformer instance. |
|
|
|
|
axN(self,
lat,
lon)
Interpolate the quasi-geoid height N for a geodetic
point. |
|
|
|
|
axN3(self,
x,
y,
z)
Interpolate the quasi-geoid height H for a cartesian
point. |
|
|
|
|
forward(self,
lat,
lon,
height=0,
**raiser_name)
Convert a geodetic lat, lon
point and ellipsoidal height to cartesian
x, y, z on this triaxial and
orthometric height H. |
|
|
|
|
forwardOn(self,
lat,
lon,
**raiser_name)
Interpolate the (reference) triaxial's geoid grid x,
y and z and geoid height N at
a geodetic lat- and longitude. |
|
|
|
|
|
|
|
region4(self,
**unused)
Get the South, West, North and East bounds of the axQG
region as Bounds4Tuple(latS, lonW, latN, lonE). |
|
|
|
|
reverse(self,
x,
y,
z,
H=0,
**raiser_name)
Convert a cartesian x, y, z
and orthometric height H point to geodetic
lat-, longitude and ellipsoidal
height. |
|
|
|
|
reverseOn(self,
x,
y,
z,
H=0,
normal=True,
**name)
Project cartesian x, y, z onto
this triaxial's surface. |
|
|
|
|
sideOf(self,
x,
y,
z,
**eps)
Is a cartesian on, above or below this triaxial's surface? |
|
|
|
|
toStr(self,
prec=9,
**unused)
Return this Ax*QG instance as a string. |
|
|
|
|
unrotate(self,
x,
y,
z=0,
lon=None)
Reverse a cartesian to Earth-Centered, Earth-Fixed
(ECEF) by this triaxial's prime-meridian rotation
lon0. |
|
|
|
Inherited from pygeodesy.named._NamedBase:
__repr__,
__str__,
others,
toRepr
Inherited from pygeodesy.named._Named:
__format__,
__imatmul__,
__matmul__,
__rmatmul__,
attrs,
classof,
copy,
dup,
methodname,
rename,
renamed,
toStr2
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
ellipsoid
Get the WGS84 biaxial or EGM2008 triaxial
ellipsoid.
|
|
|
kind
Get the interpolation kind (int or None).
|
|
|
lon0
Get the triaxial's prime-meridian rotation (degrees).
|
|
|
onEPS
Get the default sideOf tolerance (meter,
squared).
|
|
|
raiser
Do points outside region4 cause an AxQGError?
|
|
|
smooth
Get the smoothing factor (int or None).
|
|
|
triaxial
Get the WGS84 or EGM2008 reference triaxial
(TriAxial).
|
|
Inherited from pygeodesy.named._Named:
classname,
classnaming,
iteration,
name,
named,
named2,
named3,
named4,
sizeof,
typename
Inherited from object:
__class__
|