Skip to content

Commit

Permalink
feat: added a new topic and more new attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanReifenrath committed Nov 25, 2024
1 parent 5a77a12 commit 184928a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 5 deletions.
34 changes: 32 additions & 2 deletions ohsome_quality_api/attributes/attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ roads:
parking:
name: Parking
description: TODO
filter: parking:left=* or parking:right=* or parking:both=*
filter: parking:left=* or parking:right=* or parking:both=* or parking=*
maxspeed:
name: Maxspeed
description: TODO
Expand All @@ -401,6 +401,7 @@ roads:
name: Residential road
description: Road in a residential area
filter: highway=residential

car-roads:
name:
name: Road Name
Expand All @@ -417,7 +418,7 @@ car-roads:
parking:
name: Parking
description: TODO
filter: parking:left=* or parking:right=* or parking:both=*
filter: parking:left=* or parking:right=* or parking:both=* or parking=*
maxspeed:
name: Maxspeed
description: TODO
Expand All @@ -435,3 +436,32 @@ car-roads:
description: TODO
filter: lit=*

public-transport-stops:
shelter:
name: Shelter
description: TODO
filter: shelter=*
bench:
name: Bench
description: TODO
filter: bench=*
trash-bin:
name: Trash Bin
description: TODO
filter: bin=*
tactile-paving:
name: Tactile Paving
description: TODO
filter: tactile_paving=*
wheelchair-accessibility:
name: Wheelchair Accessibility
description: TODO
filter: wheelchair=*
bus-lines:
name: Bus Lines
description: List of all bus lines stopping at a certain stop
filter: route_ref=*
departures-board:
name: Departures Board
description: TODO
filter: departures_board=*
20 changes: 17 additions & 3 deletions ohsome_quality_api/topics/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ roads:
projects:
- core
- bkg

car-roads:
name: Classified Roads
description: roads excluding simple forest paths and other small/ unclassified roads
endpoint: elements
aggregation_type: length
filter: >-
highway in (motorway, trunk, primary, tertiary, residential, service, living_street, trunk_link) and type:way
highway in (motorway, trunk, primary, secondary, tertiary, residential, service, living_street, trunk_link) and type:way
indicators:
- mapping-saturation
- road-comparison
- attribute-completeness
- currentness
projects:
Expand Down Expand Up @@ -225,7 +225,7 @@ bus-stops:

tram-stops:
name: Tram Stops
description: Count of schools.
description: Count of tram stops.
endpoint: elements
aggregation_type: count
filter: railway=tram_stop
Expand All @@ -238,6 +238,20 @@ tram-stops:
- core
- bkg

public-transport-stops:
name: Public Transport Stops
description: Count of public transport stops.
endpoint: elements
aggregation_type: count
filter: public_transport=platform
indicators:
- mapping-saturation
- currentness
- attribute-completeness
projects:
- core
- bkg

subway-stations:
name: Subway Stations
description: Count of subway stops.
Expand Down

0 comments on commit 184928a

Please sign in to comment.