Skip to content

highfestiva/geolookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

geolookup.py

Minimal latitude+longitude lookup:

>>> import geolookup
>>> geolookup.lookup('29 Street No 7, Kigali, Rwanda')
(-1.923282, 30.128971)

Uses the free mapbox.com API (you need an access key). Off by a few kilometers for some unknown reason. 16 LoC for your pleasure, just copy-paste it into your project and BAM!

About

Python latitude+longitude lookup using text address in 16 LoC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages