https://github.com/jaredkoontz/geohashesinpolygon
:small_red_triangle: :small_blue_diamond: Find all the geohashes in a polygon. Implemented in Java
https://github.com/jaredkoontz/geohashesinpolygon
geohash-tiles geohashes java polygon
Last synced: 2 months ago
JSON representation
:small_red_triangle: :small_blue_diamond: Find all the geohashes in a polygon. Implemented in Java
- Host: GitHub
- URL: https://github.com/jaredkoontz/geohashesinpolygon
- Owner: jaredkoontz
- Created: 2015-05-28T04:48:10.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T01:26:02.000Z (3 months ago)
- Last Synced: 2025-03-29T02:21:27.153Z (3 months ago)
- Topics: geohash-tiles, geohashes, java, polygon
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeohashesInPolygon
A java implementation to find the geohashes inside of the polygon. Used in
my [GeoLens Project](http://www.cs.colostate.edu/geolens) 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](http://www.cs.colostate.edu/geolens/entry/publications/publications.php)