SkillAgentSearch skills...

OfflineReverseGeocode

Perform reverse geocoding locally and offline

Install / Use

/learn @AReallyGoodName/OfflineReverseGeocode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

An Offline Reverse Geocoding Java library

Uses KD-Trees for extremely fast placename lookups

Licensed under The MIT License

A C# port by Necrolis is available at https://github.com/Necrolis/GeoSharp

Usage:

First download a placenames file from http://download.geonames.org/export/dump/

Allcountries.zip from that site is comprehensive however if you're on mobile try the cities1000.zip file. It's 1/80th of the size.

Then simply

ReverseGeoCode reverseGeoCode = new ReverseGeoCode(new FileInputStream("c:\\AU.txt"), true);

System.out.println("Nearest to -23.456, 123.456 is " + geocode.nearestPlace(-23.456, 123.456));

Related Skills

View on GitHub
GitHub Stars498
CategoryDevelopment
Updated11h ago
Forks76

Languages

Java

Security Score

80/100

Audited on Mar 30, 2026

No findings