open-austin / construction-permits

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

Geocoding #21

Open luqmaan opened 8 years ago

luqmaan commented 8 years ago

The plan is to

  1. Check with the CoA address point REST service first, which will take care of a large % of geocodes
  2. Do remaining geocodes via Mapzen or ArcGIS Online (maybe fall back to ArcGIS when Mapzen is missing stuff?)
spatialaustin commented 8 years ago
  1. Check with the CoA address point REST service first, which will hopefully take care of a large % of geocodes
  2. Do remaining geocodes via ArcGIS Online.

The Mapzen geocoder is built on CoA address points, so the assumption is that if we can't find it in the CoA address service, we won't find it in Mapzen. I guess it's worth double checking...