pdxosgeo / pdxbldgimport

Process for importing Portland area buildings and addresses to OpenStreetMap
https://wiki.openstreetmap.org/wiki/Portland,_OR_Bldg_import
23 stars 5 forks source link

Handle cases where address centroid does not fall within building #4

Closed pdxmele closed 10 years ago

darrell commented 10 years ago

I'm thinking we could try this:

1) If there is one and only one address then stop. Otherwise 2) if one and only one address point and one and only one building centroid both fall in one taxlot, connect them Stop. 3) Ignore (or flag fixme + number of addresses) for any buildings remaining 4) ?? other ideas?

pdxmele commented 10 years ago

@tchaddad is going to check with Sy about the statewide point address data to see if we can use it

darrell commented 10 years ago

1 & 2 done as of commit 01d777ccc

darrell commented 10 years ago

Previous commit does not actually deal with this issue. Oops.

darrell commented 10 years ago

Assuming we are going to just ignore buildings with multiple addresses for now. If we want to do otherwise, let's open a new issue to deal specifically with that.