open-austin / construction-permits

:construction: City of Austin Construction Permits
The Unlicense
10 stars 1 forks source link

switch out geocoding engine #16

Closed wilsaj closed 8 years ago

wilsaj commented 8 years ago

From the Google Maps geocoder to something that can be freely re-served. The TOS is kind of obtuse, but their FAQ is pretty explicit:

Please be aware of the usage limits that apply to geocoder requests, and note that use of the geocoder for any purpose other than obtaining locations that will be displayed using the Google Maps APIs is a violation of the Terms of Service.

wilsaj commented 8 years ago

Looked over a few options and I think mapzen search is probably the best at the moment because it sources OpenAddresses and OSM. OpenAddresses directly references city of Austin's address data, and OSM indirectly does now that we've imported those into OSM.

Other good ones are:

wilsaj commented 8 years ago

The only thing that is lost in the switch is that county field is usually going to be blank, but county boundaries are well defined and super easy to look up for a given point.

spatialaustin commented 8 years ago

Sounds like a great idea.

Will definitely need to test how well mapzen interpolates addresses when an an exact match isn't found. A small % of permits are issued for new construction at addresses that don't exist (yet).