/Georeverse

Find the best estimate of city, state and country for a given latitude and longitude.

Primary LanguagePythonApache License 2.0Apache-2.0

Georeverse ========== Find the best estimate of city, state and country for a given latitude and longitude.

Installation

pip install georeverse

Usage

import georeverse

print georeverse.georeverse([34.148176, -118.142115])

{'latitude': '34.16038129', 'city': 'Pasadena', 'state': 'California', 'longitude': '-118.1388719', 'country': 'United States of America'}