geo
geo copied to clipboard
Geohash utitlies in java
First of all, I'd like to say that it's really a pleasure to use this library. I am having a use case for which I need to identify "border cells"...
Given a geohash, would be nice to get back a bounding box for it - (top, left), (bottom, right), or center and height/width in meters.
Looks like there is a dependency reference on java.awt in the library. Although this isn't an Android library, it might be handy to clean up this kind of reference. `Package...
..for hash "u". result = {ArrayList@3156} size = 8 0 = "g" 1 = "v" 2 = "b" 3 = "s" 4 = "z" 5 = "e" 6 = "c"...
It will be great to have a BoundingBox object with: area; southwest.latitude; southwest.longitude; northeast.latitude; northeast.longitude etc etc, keep the good work
Hi, and great job. I use geohashes for land polygons and I want geohashes that can be merged, to merge them to a bigger one. Is there a way? like...
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.230. Release notes Sourced from com.h2database:h2's releases. version-2.3.230 ... (truncated) Commits cc4846b Merge pull request #4076 from andreitokar/release-2.3.230 98f006e in preparation for release b728c42 Merge...
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. Release notes Sourced from com.h2database:h2's releases. Version 2.3.232 version-2.3.230 ... (truncated) Commits 2e46a1c Merge remote-tracking branch 'h2database/master' 5badbf9 in preparation for release c0696ef Merge...
I'm with the Software Engineering Research Group at the TU Delft, and I am investigating automations. I have looked at your repository and which GitHub workflows and Maven plugins you...