python-geohash
python-geohash copied to clipboard
fast, accurate python geohashing library
Es posible agregar a la función de 'Vecinos" dos parámetros, uno horizontal y otro vertical, es decir, si quiero dos hacia arriba y abajo y uno a la izquierda y...
What is the size of geohash grids corresponding to different precision levels? In meters??
90.0 is a valid latitude so I am updating the conditional check here. See article [here](https://gisgeography.com/latitude-longitude-coordinates/) for evidence of 90 being a valid latitude
Heya - it looks like doesnt have a license set in PyPI: https://pypi.org/project/python-geohash/ Can you update it please? Note that python-geohash is a dependecy for Apache Superset so for some...
Ref: https://docs.python.org/2/library/exceptions.html#exceptions.ValueError
As identified here: https://github.com/MichaelChirico/geohashTools/pull/18 h/t again to the systems at CRAN for identifying this. `i[3]` might be accessing beyond the end of `interleaved`.
Hi, I maintain an R fork: https://github.com/MichaelChirico/geohashTools I was removed from CRAN for a memory leak. I believe I have tracked down the issues in a few places in the...
module 'geohash' has no attribute 'neighbors'
With Xcode 10 installing python-geohash via `pip install python-geohash` fails. Reason (in Xcode 10 release notes): > Building with libstdc++ was deprecated with Xcode 8 and is not supported in...
```python if supported: `https://github.com/hkwi/python-geohash/pull/24` else: `https://github.com/todogroup/guides/blob/master/shutting-down-an-open-source-project.md` ```