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 -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

c# - Binding Winform Chart using INotifyPropertyChanged Interface -