atx-osg / atx-buildings

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

only merge addresses with buildings if they intersect, else import address points as nodes #14

Closed wilsaj closed 8 years ago

wilsaj commented 9 years ago

We'll have CoA addresses for vacant lots or places where new construction has happened, so we shouldn't throw out addresses that don't intersect a building. Also, buildings with multiple address points should keep their addresses as individual nodes.

maxerickson commented 8 years ago

Some degree of fuzziness may be desirable. An example:

http://www.openstreetmap.org/query?lat=30.32261&lon=-97.74731

The node for 2612 is only close to the one building. I think in the past people have just tested for the node being within a few meters of a single building. I guess it would depend on your overall timetable and how much work it would be to adapt the code.