| 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 | |
| latlon | |
| neighbors | |
| philam | |
| precision | |
| resolution2 | |
| sizes | |
| sizes3 | |
| E | |
| N | |
| NE | |
| NW | |
| S | |
| SE | |
| SW | |
| W | |
|
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 |
ab
|
latlon
|
neighbors
|
philam
|
precision
|
resolution2
|
sizes
|
sizes3
|
E
|
N
|
NE
|
NW
|
S
|
SE
|
SW
|
W
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:20 2024 | http://epydoc.sourceforge.net |