tammoippen / geohash-hilbert

Geohash a lng/lat coordinate using hilbert space filling curves.
MIT License
89 stars 20 forks source link

Compare with S2 #3

Closed ppKrauss closed 5 years ago

ppKrauss commented 6 years ago

Hi, a suggestion,

Try to compare performance and grid behaviour with s2sphere or other Python interface for s2geometry, that also use Hilbert curve to global grid indexation.

tammoippen commented 5 years ago

Hi @ppKrauss,

Sorry for the long wait. I would welcome such a comparison, but currently this is out of scope for me. If you are interested in writing such a comparison, i will link it in the README!

Best, Tammo