a-b-street / a-b-street/speedwalk

QA: Driveways with access private that are connected to the public network

未关闭
#33 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Svelte
星标
24
派生
5
PR 合并指标
30 天内没有已合并 PR

描述

## 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

贡献指南

这个仓库没有索引到贡献指南

调研方向

该 issue 描述了一个针对 OpenStreetMap 数据的 QA 检查。仓库 'speedwalk' 是一个用于评估人行道制图的 Svelte 应用。研究可能涉及 OSM ways 的数据处理逻辑,筛选出带有 access=private 且连接到主道路图的 driveways。首先检查加载和筛选 OSM 数据的代码,查找现有的 QA 检查。确定如何评估连通性以及 'sidewalk:SIDE=no' 等标签。输出应为问题 driveways 的可视化结果或列表。

由索引模型根据 Issue 内容生成。

评估

领域
data, data-visualization, tooling
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。