|
|
__init__(self,
a_ellipsoid=None,
f=None,
raiser=False,
**name)
New RDNAP2018v1 or -v2 instance. |
|
|
|
|
forward(self,
lat,
lon,
height=0,
raiser=None,
name='forward')
Convert GRS80 (ETRS98) geodetic (lat, lon)
and height to local (RDx, RDy)
coordinates and NAPh quasi-geoid-height. |
|
|
|
|
forward3(self,
lat,
lon,
name='forward3')
Datum transform (lat, lon) from GRS80
(ETRS98) to Bessel1841 (RD-Bessel) as specified by
RDNAPTRANS(tm)2018_v220627. |
|
|
|
|
isinside(self,
lat,
lon,
asRD=True,
eps=0)
Is geodetic (lat, lon) inside the
RD or ETRS region (bool)? |
|
|
|
|
rdNAPh(self,
lat,
lon,
raiser=False)
Interpolate the NAPh quasi-geoid-height within
the RD region. |
|
|
|
|
region4(self,
asRD=True)
Get the South, West, North and East bounds of the RD or
ETRS region. |
|
|
|
|
reverse(self,
RDx,
RDy,
NAPh=0,
asRD=True,
**raiser_name)
Convert a local (RDx, RDy) point and
NAPh height to Bessel1841 (RD-Bessel)
geodetic (lat, lon, height) by default. |
|
|
|
|
reverse3(self,
lat,
lon,
name='reverse3')
Datum transform (lat, lon) from Bessel1841
(RD-Bessel) to GRS80 (ETRS98) as specified by
RDNAPTRANS(tm)2018_v220627. |
|
|
|
|
similarity(self,
*unused)
Get the similarity transform, always None. |
|
|
|
Inherited from _RDNAPbase:
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__
|