Skip to content

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

License

Notifications You must be signed in to change notification settings

MBoustani/Georeverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages