-
Notifications
You must be signed in to change notification settings - Fork 14
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
Split import workflow into two stages: building footprints and address #18
Comments
Tried out manually importing the building outlines next to UCLA a week ago: - Preparation: - Reproject shp to EPSG:4326 and open in JOSM using the open data plugin - The entire dataset had to be shifted slightly as there was a consistent offset with the Bing/Mapbox imagery - Define import area: I chose the area shown above. - Pick import candidates: Analyze footprint with imagery and choose those that are over a 95% match. Only 1 in 40 were dropped as the quality is pretty high. - 2 in 5 dropped buildings were silvers - 2 in 5 dropped buildings had a new development in the imagery - 1 in 5 dropped buildings had no visible structure in the imagery - Copy the import candidates to active OSM layer - Run validator to check for overlapping buildings - Inspect overlaps and replace geometry or drop the candidate - Inspect import area and for a visual check and trace any missing buildingsIt took around 12 minutes to add 220 buildings. With better tooling for selecting import candidates and conflating data this can be significantly improved. Only the building outlines were copied, all other metadata was scrubbed. |
I like the idea of splitting it up. This project really needs to get rolling. But the assessor data and meta tags I think are important, like building=apartments. That'll be nice down the road. You also have start_date and units. |
Also meant to say that the county won't release 2015 building footprints until sometime in 2016. They have some weird contract thing that prevents them from making it public until then. But there will likely be a change file. |
Based on observations from sample data, there are a bunch of issues with importing the addresses cleanly as an attribute of the footprint:
It does not seem like there is an easy way to sort these issues in the short term without a lot of manual work. If we dont want this to block us, we would need to punt on addresses for now and focus just on the footprints+assessor data. @jschleuss @almccon @talllguy @maning thoughts? |
Nothing actionable. Let's reopen if we decide to do address at a later stage. |
This is a great test case on how to execute a 'proper' building and address import by conflating with existing OSM data.
Looking into the data there are mainly two features:
Since the main blocker is conflating overlapping address points in the dataset #9 how about proceeding with the building footprints in the first stage, and bring in the address as the next stage?
Since the data is 8 years old, it is possible that a number of buildings have changed compared to the imagery, but the address might be constant. The amount of manual effort is quite hard and breaking it down into simpler stages will help the mappers.
cc @almccon
The text was updated successfully, but these errors were encountered: