-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
San Jose Basemap (building+address) import #3
Comments
Is the issue that there can be multiple addresses for a given building? If so, it’s fine to map the addresses as points within the building area. |
If that's what you think is best then that's fine and I can check it off. But I was considering other options:
|
The downside to tagging the addresses on an overall building, separated by semicolons, is that we lose some precision and don’t say where in the building a specific address is located. That’s fine if the source data isn’t very precise, but it sounds like we have more precise data than that.
This is a good option as long as the adjoining areas share nodes. (This is something JOSM can help with too.)
This is also a good option as long as the building part areas share nodes with the containing building areas. |
A separate concern would be apartment buildings (and hotels‽) that actually list every single unit without specific positioning, but I figured those would have to be merged or filtered out regardless.
They do, but some parcels very slightly overlap buildings from other parcels, so we'd have to have some way of ignoring those. Actually, the address-joining script would benefit from an expanded parcel threshold as well…
Well, that's the problem. The CondoParcel layer outlines buildings on its own, and the nodes don't line up exactly with the buildings layer. We'd have to take an extra step to align them. |
I started a draft proposal on the wiki. As we figure out the preprocessing steps and decide on the questions above, we should document the decisions on the wiki page. |
F4Map only supports |
Checked again, and unless something is happening in the SQL import, building heights are in feet to two decimal points and minimum increments of 0.01, so converting to meters with the same precision should be fine. Although, there are some buildings with very small or even ≤0 height, so I need to check what's wrong with those. Edit: Building elevations are similar: two digits after the decimal point, and a minimum of 0.01 increment. There is one building with elevation 0, and two with elevation at -880. |
In BuildingFootprint, there is a field "LASTUPDATE" that can have the values 2014/06/13, 2008/12/19, or 2008/12/18. Not every building has that field set but we might just want to assume nothing is newer than 2014. In Site_Address_Points, there is a field "LastUpdate" that ranges from 20180318183848 (guessing 2018/03/18 18:38:48) to 20190427170340 (guessing 2019/04/27 17:03:40). |
Previous work:
Open questions:
sjc:
tags are worth keeping and which should be omitted?Preprocessing steps (to rewrite in SQL):
Manual steps:
Process:
The text was updated successfully, but these errors were encountered: