Skip to main content

Geocoding Library using ESRI, Bing Maps, and MapQuest geocoders

Project description

The Oatmeal Geocoder - Python Edition

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

  • Bing

  • Citizen Atlas (Washington DC)

  • ESRI North American locator (REST & SOAP)

  • ESRI European address locator (REST & SOAP)

  • MapQuest Licensed Data API

  • MapQuest-hosted Nominatim Open Data API

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

>>> from omgeo import Geocoder
>>> g = Geocoder()
>>> result = g.geocode('340 12th St, Philadelphia PA')
>>> candidates = result['candidates']
>>> for c in candidates:
...   print c.x, c.y, c.match_addr
...
-75.15843 39.95872 340 N 12th St, Philadelphia, PA, 19107
-75.16136 39.94531 340 S 12th St, Philadelphia, PA, 19107

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-omgeo-1.4.0.tar.gz (25.1 kB view details)

Uploaded Source

File details

Details for the file python-omgeo-1.4.0.tar.gz.

File metadata

File hashes

Hashes for python-omgeo-1.4.0.tar.gz
Algorithm Hash digest
SHA256 28eea9c3cadaf766fe7f27bbcacfc573286b3cbfb0227a0580cb2a158db91e99
MD5 085b2b387abbf67877e8e0f79b1a8949
BLAKE2b-256 9509dc18a465436d97a9c2d72d52c10262271f1bea7ab778e00dd8bb793e40c0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page