Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion ohsome_quality_api/attributes/attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,36 @@ public-transport-stops:
departures-board:
name: Departures Board
description: TODO
filter: departures_board=*
filter: departures_board=*

power_lines:
voltage:
name: voltage
description: describing the voltage of power lines
filter: voltage=*
cable:
name: cable
description: Number of electrically separated, individual or bundled, power-carrying conductors in a power line or cable
filter: cable=*
frequency:
name: frequency
description: describes the frequency of power infrastructure in the unit herz
filter: frequency=*
operator:
name: operator
description: Сompany, corporation, person or any other entity who is directly in charge of the current operation of a map object
filter: operator=*

power_substation:
voltage:
name: voltage
description: For describing the voltage of substations
filter: voltage=*
operator:
name: operator
description: Сompany, corporation, person or any other entity who is directly in charge of the current operation of a map object
filter: operator=*
location:
name: location
description: To define the location of a feature which may be above or under ground or in relation to objects such as roofs, bridges or buildings
filter: location=*
5 changes: 5 additions & 0 deletions ohsome_quality_api/projects/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ bkg:
name: TODO
description: >-
something that is still a TODO

ohmygrid:
name: ohmygrid
description: >-
https://mapyourgrid.org/
30 changes: 30 additions & 0 deletions ohsome_quality_api/topics/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,36 @@ cycleway:
- core
- bkg

power_lines:
name: power_lines
description: >-
All linear OSM features referring to power lines.
endpoint: elements
aggregation_type: length
filter: >-
power=lines and geometry:line
indicators:
- attribute-completeness
- mapping-saturation
- currentness
projects:
- ohmygrid

power_substation:
name: power_substation
description: >-
A facility which controls the flow of electricity in a power network with transformers, switchgear or compensators
endpoint: elements
aggregation_type: count
filter: >-
power=substation and geometry:point
indicators:
- attribute-completeness
- mapping-saturation
- currentness
projects:
- ohmygrid

poi:
name: POI
description: Points of interest
Expand Down