open-austin / construction-permits

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

attempt to look up address points CoA address point server on before falling back to geocoder #24

Open wilsaj opened 8 years ago

wilsaj commented 8 years ago

this the first part of #21

luqmaan commented 8 years ago

:stars: https://github.com/open-austin/construction-permits/commit/83d3816fa99ad60f8c10146b6c04ae406292d4c9

wilsaj commented 8 years ago

added the CoA geocoder service that @spatialaustin found - it seems to catch nearly all addresses

Unfortunately, that geocoder only provides coordinates in an obscure projection so adds a dependency on pyproj to convert to WGS84

luqmaan commented 8 years ago

:+1: merge it and let me know when i can deploy it (or even better deploy it yourself and let me know if you have any questions about how to deploy)

spatialaustin commented 8 years ago

@wilsaj i'll let you incorporate projectxy.py to the geocoding process