|
|
__init__(self,
a_ellipsoid=None,
f=None,
raiser=False,
**name)
New RDNAP2018v1 or -v2 instance. |
|
|
|
|
bounds4(self,
asRD=False)
Get the South, West, North and East bounds of the Netherlands' EEZ and
EPSG:28992. |
|
|
|
|
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. |
|
|
|
|
rdNAPh3(self,
RDx,
RDy)
Interpolate the quasi-geoid NAPh height for a local
point. |
|
|
|
|
region4(self,
asRD=False)
Get the South, West, North and East bounds of the RD
region. |
|
|
|
|
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=None) |
|
|
|
|
toStr(self,
prec=9,
**unused)
Return this RDNAP20181v1 or -v2 instance as
a string. |
|
|
|
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__
|
|
|
forwardDatum
Get the forward datum (Datum,
default GRS80).
|
|
|
raiser
Do points outside the RD region cause an
RDNAPError?
|
|
|
region
DEPRECATED on 2026.06.12, use method region4().
|
|
|
reverseDatum
Get the reverse datum (Datum,
default GRS80).
|
|
|
variant
|
|
Inherited from pygeodesy.named._Named:
classname,
classnaming,
iteration,
name,
named,
named2,
named3,
named4,
sizeof,
typename
Inherited from object:
__class__
|