|
|
__init__(self,
a_ellipsoid=None,
f=None,
raiser=False,
**name)
New RDNAP2018v1 or -v2 instance. |
|
|
|
|
forward(self,
lat,
lon,
height=0,
**raiser_name)
Convert GRS80 (ETRS98) geodetic (lat, lon)
and (ellipsoidal) height to local
RDx, RDy coordinates and (orthometric)
height H. |
|
|
|
|
forward3(self,
lat,
lon,
**name)
Datum-transform (lat, lon) from GRS80
(ETRS98) to Bessel1841 (RD-Bessel) using only
RDNAPTRANS(tm)2018_v220627's similarity. |
|
|
|
|
isinside(self,
lat,
lon,
eps=0)
Is geodetic (lat, lon) inside the RD
region4? |
|
|
|
|
isinsideRD(self,
RDx,
RDy,
eps=0)
Is local (RDx, RDy) inside the RD
region4? |
|
|
|
|
rdNAPh(self,
lat,
lon)
Interpolate the quasi-geoid NAPh height for a geodetic
point. |
|
|
|
|
region4(self,
asRD=False)
Get the South, West, North and East bounds of the RD
region. |
|
|
|
|
reverse(self,
RDx,
RDy,
H=0,
**raiser_name)
Convert a local (RDx, RDy) point and
(orthometric) height H to GRS80 (ETRS89) geodetic
lat-, longitude and (ellipsoidal) height. |
|
|
|
|
reverse3(self,
lat,
lon,
**name)
Datum-transform (lat, lon) from Bessel1841
(RD-Bessel) to GRS80 (ETRS98) using only
RDNAPTRANS(tm)2018_v220627's similarity. |
|
|
|
|
similarity(self,
inverse=False)
Get the similarity transform (Similarity). |
|
|
|
Inherited from _RDNAPbase:
bounds4,
rdNAPh3,
toStr
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__
|