Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rootart/python-omgeo

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Oatmeal Geocoder - Python Edition

python-omgeo is a geocoding abstraction layer written in python. Currently supported geocoders:

  • Bing
  • ESRI's North American locator
  • ESRI's European address locator
  • Nominatim
  • Citizen Atlas (Washington DC)

See the source for more info. Here's a quick example.

>>> from omgeo import Geocoder
>>> from omgeo.places import PlaceQuery
>>> g = Geocoder()
>>> you_are_here = PlaceQuery('340 N 12th St Philadelphia PA')
>>> candidates = g.geocode(you_are_here)

About

OMGeocoder - A python geocoding abstraction layer

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.