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

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -