Skip to content

Commit dd190eb

Browse files
Add footpath to topics
2 parents 4fa04d5 + aab188d commit dd190eb

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

ohsome_quality_api/projects/projects.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ bkg:
5050
name: TODO
5151
description: >-
5252
something that is still a TODO
53+
54+
silverways:
55+
name: Silver Ways
56+
description: >-
57+
https://heigit.org/silver-ways/

ohsome_quality_api/topics/presets.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,31 @@ cycleway:
164164
- core
165165
- bkg
166166

167+
footpath:
168+
name: Footpath
169+
description: >-
170+
All linear OSM features commonly used for walking, including dedicated pedestrian paths,
171+
shared-use paths, and roads where foot traffic is allowed or sidewalks exist.
172+
endpoint: elements
173+
aggregation_type: length
174+
filter: >-
175+
(
176+
(highway=footway)
177+
or (highway=path and (foot=designated or foot=yes))
178+
or (highway=pedestrian)
179+
or (highway=steps)
180+
or (highway=cycleway and foot=yes)
181+
or (sidewalk=* and highway!=motorway)
182+
or (foot=yes)
183+
)
184+
and geometry:line
185+
source: https://wiki.openstreetmap.org/wiki/Key:foot
186+
indicators:
187+
- mapping-saturation
188+
- currentness
189+
projects:
190+
- silverways
191+
167192
poi:
168193
name: POI
169194
description: Points of interest

0 commit comments

Comments
 (0)