kungfoo/geohash-java
Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6456
- days_rel: n/a
- days_push: 1522
- n_releases_24m: 0
Adoption not part of the score
1012 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure Java library implementing GeoHash encoding and decoding, compatible with the geohash.org reference implementation at character precision and supporting full 64-bit long precision. It includes bounding box utilities, iterators, and support for boxes crossing the 180th meridian.
Use cases
- encode latitude and longitude as geohash strings in java
- find nearby locations using geohash prefixes
- query points inside a bounding box with geohashes
- decode geohash strings back to coordinates
- index geographic points in a database by geohash
When to choose
- you need a spec-compliant geohash implementation on the JVM
- you need high-precision 64-bit geohash encoding
- you need bounding box queries including antimeridian-crossing regions
When to avoid
- you need geospatial features beyond geohashes like full spatial indexes or geometry operations
- you need a library with active development and recent releases
- you are not on the JVM
Facets
library · maturity maintenance
geospatial parser developer-tools jvm geohash spatial-indexing bounding-box location-encoding geospatial algorithms
1 source
- readme: https://github.com/kungfoo/geohash-java · fetched 2026-08-28 · 29986c582cbd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kungfoo/geohash-java | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="kungfoo/geohash-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem