Skip to content

Geocoder IDOffline Reverse Geocoding

Convert coordinates to Indonesian administrative addresses - offline, fast, and accurate

Quick Install ​

CLI ​

bash
# macOS (Apple Silicon)
curl -L https://github.com/zsbahtiar/geocoder-id/releases/latest/download/geocoder-darwin-arm64 -o geocoder
chmod +x geocoder

# Linux
curl -L https://github.com/zsbahtiar/geocoder-id/releases/latest/download/geocoder-linux-amd64 -o geocoder
chmod +x geocoder

Go Library ​

bash
go get github.com/zsbahtiar/geocoder-id

Quick Example ​

bash
$ geocoder geocode --coords="-6.2088 106.8456"

| province_code | province_name | regency_code | regency_name                      | district_code | district_name | village_code  | village_name  |
|---------------|---------------|--------------|-----------------------------------|---------------|---------------|---------------|---------------|
| 31            | DKI Jakarta   | 31.74        | Kota Administrasi Jakarta Selatan | 31.74.02      | Setiabudi     | 31.74.02.1006 | Pasar Manggis |

Released under the MIT License.