Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 494 Bytes

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