thampiman/reverse-geocoder
A fast, offline reverse geocoder in Python observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4178
- days_rel: n/a
- days_push: 1263
- n_releases_24m: 0
Adoption not part of the score
1908 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fast, offline Python library for reverse geocoding that converts latitude/longitude coordinates into the nearest city, country code, and administrative regions. It uses a parallelised K-D tree implementation over GeoNames city data and supports custom CSV data sources.
Use cases
- convert gps coordinates to city name offline
- reverse geocode lat lon in python without internet
- find nearest city to a coordinate
- get country code and admin region from coordinates
- bulk reverse geocoding of large coordinate datasets
- use custom city database for reverse geocoding
When to choose
- you need offline reverse geocoding with no API calls
- you need fast nearest-neighbor lookups over large coordinate batches
- you want administrative region data alongside city and country
- you want to plug in your own CSV place database
When to avoid
- you need forward geocoding (address to coordinates)
- you need precise street-level or address-level results
- you need an actively developed project with recent updates
- you need a web service or API rather than a Python library
Facets
library · maturity maintenance
geospatial search-engine developer-tools python cross-platform reverse-geocoding offline kd-tree geonames coordinates geospatial maps
2 sources
- readme: https://github.com/thampiman/reverse-geocoder · fetched 2026-08-28 · bd712946bd0a
- registry_pypi: https://pypi.org/pypi/reverse-geocoder/json · fetched 2026-08-29 · ca37e0630249
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thampiman/reverse-geocoder | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="thampiman/reverse-geocoder")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem