Closed maning closed 5 years ago
Here's the MapRoulette challenge: http://maproulette.org/map/419
I think it's easier to edit the data in JOSM (if you allow remote control).
Tested the maproulette task, some observations:
@id
property. AFAIK, this is possible.Posted a diary for the community to help in fixing: http://www.openstreetmap.org/user/manings/diary/39230
Current metrics as of today, let's watch if this improves after a week.
@jschleuss @cityhubla Let's share this maproulette project to MaptimeLA.
Yep! Meetup this Thursday will promote fixing split buildings.
Lol! Just saw that this was done.
72% positive detection rate is not so bad.
LA City data was split to the parcel boundaries resulting to small polygons that should be part of the larger building (see: #71). We fix this during the import by using the Auto-tools plugin in JOSM but there are instances (prior to using Auto-tools) when this wasn't fixed.
We ran a detection for split buildings by analyzing size and shapes of buildings using OSM-QA-tiles, turf and tilereduce. Basic steps below:
lacounty:bld_id
tag.(meter^2)
(meter)
(4 * PI * Area) / (Perimeter^2)
The general idea is that small (_area) buildings are more compact (circles and squares) while large buildings are complex and wiggly. The reverse should be invalid buildings.
After several trials, we came up with an acceptable thresholds for split buildings.
Trial Results
A for ~800 samples have the following results:
¯\_(ツ)_/¯
(Don't know)Valid detection
Thin/narrow rectangles
Triangles
Diagonal cuts
Invalid detection
Roofs that connect other building
Small buildings the slightly touches another building
Small square building that connects two apartment building complexes
These are just initial results and we can tweak the thresholds as we continue. I think the ~81% valid detection is good enough for the community to review and fix.
Dump of split buildings here (~4k buildings).
Next actions