a-b-street / severance_snape

https://a-b-street.github.io/severance_snape/
Apache License 2.0
6 stars 1 forks source link

Infer `sidewalk=separate` when it's not tagged #21

Open dabreegster opened 2 months ago

dabreegster commented 2 months ago

https://www.openstreetmap.org/way/674493242 is a motivating example. Just looking at tags here, we can't conclude whether this should be included as WithTraffic. But visually looking at it, the separate sidewalks are very clear. Can we start with a very simple buffer / perpendicular line test approach? Could almost be worth generating this and producing an OSM changeset that somebody could manually check and upload.

dabreegster commented 2 months ago

521c1676742c76b5580daeb0c1ddbd39de6c890e added something to find these quickly. It's simple/imperfect, but the point is for somebody to manually make judgment calls and update OSM, so that seems fine. https://www.openstreetmap.org/changeset/155108754 is an example of fixing.

The problem before: image

After, since the tags are on the road, it can be skipped in the import profile, which makes the results/tool work better. image