How to convert a GeoJSON polygon to a list of Geohashes of a given precision in ruby? -


i'm working combinations of geopoint + radius i've transformed geojson polygon (loosing bit of precision). need conversion list of geohashes intersects area predetermined precision.

i've found geohash-poly want it's in javascript/node-js rather ruby.

is there equivalent in ruby out there ? thanks


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -