Skip to content

Pygeolocate is a python script which will retrieve geolocation information. Enter address and return lat,lng or enter lat,lng and return address.

License

Notifications You must be signed in to change notification settings

xajnx/pygeolocate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygeolocate v0.1

Pygeolocate is a python script which will retrieve geolocation information. It was inspired while hunting for geocaches. It is my "head-first" dive into the Python scripting language. Future revisions will improve the help banner, add exception handling, include searches for other countries (currently US only), and possibly a widgit-style gui in GTK+

purpose: Enter address and return lat,lng or enter lat,lng and return address.

usage: pylocate [-h] [-g GEO] [-a ADD]

examples: pylocate.py -a "South Wacker Drive, Chicago, IL" Approximate geotag: 41.8780797 -87.63666889999999

pylocate.py -g "41.8780797,-87.63666889999999" Approximate address: 233 S Wacker Dr, Chicago, IL 60606, USA

About

Pygeolocate is a python script which will retrieve geolocation information. Enter address and return lat,lng or enter lat,lng and return address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages