3geonames.org is a free api for fast reverse geocoding, using a new technique of locality-preserving hashing of 2d/3d spatial points to 1d integers via a combination of Hilbert curve and bit interlacing. This talk expands on the use-case and the performance/accuracy advantages of this technique. (The talk slides will be available at: https://3geonames.org/prizren.html )
https://api.3geonames.org/
Fast Reverse Geocoder Lite - A simple but fast reverse geocoding API up to city/neighborhood granularity level.
Convert a geographic coordinate (latitude and longitude) into city, neighborhood name, wikipedia, wikidata, geocode, elevation, timezone, country, region and OSM tags.
Generate a truly random location anywhere on Earth; or in a particular country. Get locality results in either XML or JSON.
This reverse geocoding API is ideal for applications which process location data (for example mobile GPS data) and need to correlate this quickly with real place names.
It takes as input a Latitude, Longitude pair, and outputs either XML (default) or JSON text with the name of the nearest city/neighborhood and other regional information based on both Geonames.org and OpenStreetMap.org regional/city/neighborhood polygons.
Send a reverse geocoding request as per API spec:
Speakers: Ervin Ruci