Home | Trees | Indices | Help |
|
---|
|
object --+ | basestring --+ | str --+ | object --+ | | | named._Named --+ | | | unitsBase._NamedUnit --+ | unitsBase.Str --+ | Geohash
Geohash class, a named str
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Properties | |
ab DEPRECATED, use property philam .
|
|
latlon Get the lat- and longitude of (the approximate center of) this geohash as a LatLon2Tuple (lat, lon) in
degrees .
|
|
neighbors Get all 8 adjacent cells as a Neighbors8Dict (N, NE, E, SE, S, SW, W,
NW) of Geohashes.
|
|
philam Get the lat- and longitude of (the approximate center of) this geohash as a PhiLam2Tuple (phi, lam) in
radians .
|
|
precision Get this geohash's precision ( int ).
|
|
resolution2 Get the lon- and latitudinal resolution of this cell in a Resolutions2Tuple (res1, res2) , both in
degrees .
|
|
sizes DEPRECATED on 2024.07.28, use property Geohash.sizes3 .
|
|
sizes3 Get the lat-, longitudinal and radial size of this cell in a Sizes3Tuple (height, width, radius) , all
in meter .
|
|
E Get the cell East of this (Geohash). |
|
N Get the cell North of this (Geohash). |
|
NE Get the cell NorthEast of this (Geohash). |
|
NW Get the cell NorthWest of this (Geohash). |
|
S Get the cell South of this (Geohash). |
|
SE Get the cell SouthEast of this (Geohash). |
|
SW Get the cell SouthWest of this (Geohash). |
|
W Get the cell West of this (Geohash). |
|
Inherited from Inherited from Inherited from |
Method Details |
New Geohash from an other Geohash
instance or geohash
|
Determine the adjacent cell in the given compass direction.
|
Return the lower-left SW and upper-right NE bounds of this geohash cell.
|
Estimate the distance between this and an other geohash based the cell sizes. |
DEPRECATED, use method distanceTo.
|
DEPRECATED, use method distanceTo.
|
DEPRECATED, use method equirectangularTo.
|
DEPRECATED, use method equirectangularTo.
|
DEPRECATED, use method haversineTo.
|
DEPRECATED, use method haversineTo.
|
Approximate the distance between this and an other geohash using function pygeodesy.equirectangular.
See Also: Local, flat earth approximation, functions |
Approximate the distance between this and an other geohash using function pygeodesy.euclidean.
|
Compute the distance between this and an other geohash using the pygeodesy.haversine formula.
|
Return (the approximate center of) this geohash cell as an instance of
the supplied
|
Compute the distance between this and an other geohash using the pygeodesy.vincentys formula.
|
Property Details |
abDEPRECATED, use property
|
latlonGet the lat- and longitude of (the approximate center of) this geohash
as a LatLon2Tuple
|
neighborsGet all 8 adjacent cells as a Neighbors8Dict
|
philamGet the lat- and longitude of (the approximate center of) this geohash
as a PhiLam2Tuple
|
precisionGet this geohash's precision (
|
resolution2Get the lon- and latitudinal resolution of this cell in
a Resolutions2Tuple
|
sizesDEPRECATED on 2024.07.28, use property
|
sizes3Get the lat-, longitudinal and radial size of this cell in a Sizes3Tuple
|
EGet the cell East of this (Geohash).
|
NGet the cell North of this (Geohash).
|
NEGet the cell NorthEast of this (Geohash).
|
NWGet the cell NorthWest of this (Geohash).
|
SGet the cell South of this (Geohash).
|
SEGet the cell SouthEast of this (Geohash).
|
SWGet the cell SouthWest of this (Geohash).
|
WGet the cell West of this (Geohash).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 11 15:36:22 2025 | http://epydoc.sourceforge.net |