hkwi / python-geohash

fast, accurate python geohashing library
310 stars 93 forks source link

Size of Geohash grids #42

Open raksha-agarwal opened 2 years ago

raksha-agarwal commented 2 years ago

What is the size of geohash grids corresponding to different precision levels? In meters??

itamar-otonomo commented 2 years ago

This depends on your location on the globe. Same precision geohash in a specific latitude would have different dimensions than a geohash with the same precision on a different latitude. I'd suggest you do some measurements using something like pyproj on the bboxes of geohashes with different precisions and different latitudes to get a general idea.