python-omgeo
python-omgeo copied to clipboard
OMGeocoder - A python geocoding abstraction layer
Be default, if doing a gazetteer style search, the defautl postprocessors filter out everything. To test: Set up and run a new geocoder with EsriWSG: ``` python pq = PlaceQuery(query='the...
Attempting to instantiate a geocoder within ipython results in: ```python ImportError: No module named 'base' ```
Currently, the tests below for MapQuest are failing. It is unclear how long they have been failing for. Perhaps there are more details in the build history of `jenkins01`. -...