Various grids and de-/encodings.
|
EPSGError
EPSG encode, decode or other Epsg
issue.
|
|
Epsg
EPSG class, a named
int .
|
|
GARSError
Global Area Reference System (GARS) encode, decode or other Garef issue.
|
|
Garef
Garef class, a named str .
|
|
Geohash
Geohash class, a named str .
|
|
GeohashError
Geohash encode, decode or other Geohash issue.
|
|
Georef
Georef class, a named str .
|
|
Mgrs
Military Grid Reference System (MGRS/NATO) references, with method
to convert to UTM coordinates.
|
|
Mgrs4Tuple
4-Tuple (zone, EN, easting, northing) ,
zone and grid tile EN as
str , easting and northing in
meter .
|
|
Mgrs6Tuple
6-Tuple (zone, EN, easting, northing, band, datum) ,
with zone , grid tile EN and
band as str , easting and
northing in meter and datum
a Datum.
|
|
Neighbors8Dict
8-Dict (N, NE, E, SE, S, SW, W, NW) of Geohashes, providing key and attribute
access to the items.
|
|
OSGRError
Error raised for a parseOSGR, Osgr
or other OSGR issue.
|
|
Osgr
Ordnance Survey Grid References (OSGR) coordinates on the National Grid.
|
|
Resolutions2Tuple
2-Tuple (res1, res2) with the primary
(longitudinal) and secondary (latitudinal)
resolution, both in degrees .
|
|
WGRSError
World Geographic Reference System (WGRS) encode, decode or other Georef issue.
|
|
parseMGRS(strMGRS,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
Mgrs=<class 'pygeodesy3.grids.mgrs.Mgrs'>,
name='')
Parse a string representing a MGRS grid reference, consisting of
"[zone]Band, EN, easting, northing" . |
|
|
|
parseOSGR(strOSGR,
Osgr=<class 'pygeodesy3.grids.osgr.Osgr'>,
name='',
**Osgr_kwds)
Parse a string representing an OS Grid Reference, consisting of
"[GD] easting northing" . |
|
|
|
toMgrs(utmups,
Mgrs=<class 'pygeodesy3.grids.mgrs.Mgrs'>,
name='',
**Mgrs_kwds)
Convert a UTM or UPS coordinate to an MGRS grid reference. |
|
|
|
toOsgr(latlon,
lon=None,
kTM=False,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
Osgr=<class 'pygeodesy3.grids.osgr.Osgr'>,
name='',
**prec_Osgr_kwds)
Convert a lat-/longitude point to an OSGR coordinate. |
|
|