Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 732 Bytes

File metadata and controls

12 lines (9 loc) · 732 Bytes

GeohashesInPolygon

A java implementation to find the geohashes inside of the polygon. Used in my GeoLens Project project to decide the GeoHash tiles to display. Many classes have been reduced to improve readability and to inspire usability.

This project is inspired from: https://github.com/derrickpelletier/geohash-poly

However, it uses a home-brewed method to find the resolution of the geohashes to display. This method is called the longest enclosing hash. In this algorithm, we find the smallest geohash tile that would fully enclose the geohash. More information about this can be found in our publications