atx-osg / atx-buildings

Importing Austin buildings and address data into OpenStreetMap
13 stars 2 forks source link

match addr:street to OSM street names #7

Closed wilsaj closed 9 years ago

wilsaj commented 9 years ago

OSM tag addr:street should match an OSM street name.

I think this should work:

  1. download OSM streets within census block and extract street names
  2. try to find a match with a few permutations - (with/without direction, without generic, expand abbreviations)
wilsaj commented 9 years ago

done