-
I recently realized that the order of children geohashes is such that a range of them splits the parent geohash nicely. For instance aa0-aag and aah-aaz perfectly bisect the aa geohash. This is true f…
-
```
The documentation shows:
>>> geohash.neighbors('ezs42')
['ezefr', 'ezs43', 'ezefx', 'ezs48', 'ezs49', 'ezefp', 'ezs40', 'ezs41']
I get the following when I run the same line in OSX on python-geo…
-
```
The documentation shows:
>>> geohash.neighbors('ezs42')
['ezefr', 'ezs43', 'ezefx', 'ezs48', 'ezs49', 'ezefp', 'ezs40', 'ezs41']
I get the following when I run the same line in OSX on python-geo…
-
i'm finding the Geohash support in the spatial package to be rather unreliable.
Here is the outcome of a test that encodes/decodes the same lat/lon and geohash a few times.
the format:
action geohash=…
-
I created a large petastorm data that holds more than 50,000 samples of data. Each sample has 80+columns of 1d, 2d and 3d data.
I partitioned the data by geohash and sample type when saving them ou…
-
First of all, I'd like to say that it's really a pleasure to use this library.
I am having a use case for which I need to identify "border cells" below a certain distance, e.g. all cells with resol…
-
```
if you create an event and set an address, its location is geohashed and
stored. but if you change that address subsequently, the geohash is not
updated.
```
Original issue reported on code.goog…
-
We need to add spatial/GIS support in the following areas:
- [ ] Config tree GEO spatial extensions
- [ ] Optional spatial queries by either `Address` or `LatLng`
- [ ] Into `properties` ad…
-
```
The documentation shows:
>>> geohash.neighbors('ezs42')
['ezefr', 'ezs43', 'ezefx', 'ezs48', 'ezs49', 'ezefp', 'ezs40', 'ezs41']
I get the following when I run the same line in OSX on python-geo…
-
```
The documentation shows:
>>> geohash.neighbors('ezs42')
['ezefr', 'ezs43', 'ezefx', 'ezs48', 'ezs49', 'ezefp', 'ezs40', 'ezs41']
I get the following when I run the same line in OSX on python-geo…