a-b-street / a-b-street/speedwalk
QA: Driveways with access private that are connected to the public network
- Langage dominant
- Svelte
- Étoiles
- 24
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Context
Driveways are areas where parked cars are disallowed. In some streets they are the only places where pedestrian can access the street (apart from formal crossings). As such, driveways can play a relevant role when routing for foot traffic.
However, driveways are usually private and sometimes have an `access=private` tag. This tag is sometimes applied to the whole driveways
## Mapping
The ideal mapping is
- split the driveway into a public and private part
- apply the `access=private` only to the public part, usually behind a `barrier=gate`
Example: https://www.openstreetmap.org/way/1016560485#map=19/52.368370/13.618816&layers=N
## QA
Show all driveways
- … that are connected to the main road / graph
- … and have access=private on this section (that connects to the main road)
- … and the main road does not specify a sideway:SIDE=no for the side of the driveway (in which case we would not care about the connectivity)
This might still show too many non-relevant driveway.
The once we are interested in are those, that create some form of connectivity to the other side of the road.
However, those are not mapped with connectivity in mind in OSM. For example, this case is mapped "right" as not connected but a pedestrian can use the way to cross. (Non-ideal example, because one side lacks a side-walk…)
- https://www.openstreetmap.org/way/1014572566
- https://www.mapillary.com/app/?lat=52.368613&lng=13.619942699972&z=17&pKey=323513469777815&focus=photo&x=0.5886913385152978&y=0.7179537223316885&zoom=0
Another example would be https://github.com/a-b-street/speedwalk/issues/26#issue-3703939875 which create the connection between a foot path (crossing) and a driveway (otherwise not tagged as crossing).
The call to action would be, to split those driveways and to remove the `access=private` from the part that is on public land/connects to the main road.
Driveways: Check if private and connect to main road – QA: Wenn service + private UND bis main road UDN main road da sidewalk, dann service an diese stelle non-private splitten – IDEAL: Nur weolche service roads die connecty herstellen wie wenn zwei aufeinander treffen oder einer auf einen fußweg / path trifft
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
L’issue décrit une vérification QA pour les données OpenStreetMap. Le dépôt 'speedwalk' est une application Svelte destinée à évaluer la cartographie des trottoirs. La recherche porte probablement sur la logique de traitement des données pour les OSM ways, en filtrant les driveways avec access=private qui sont connectés au graphe routier principal. Commencez par examiner le code qui charge et filtre les données OSM, en recherchant les vérifications QA existantes. Déterminez comment la connectivité et les tags tels que 'sidewalk:SIDE=no' sont évalués. La sortie devrait être une visualisation ou une liste de driveways problématiques.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Domaine
- data, data-visualization, tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100