Georeverse

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


Keywords
georeverse, geosptial, latitude, longitude, opensource, free, city, state, country, python, points
License
Apache-2.0
Install
pip install Georeverse==0.3

Documentation

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'}