Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
11 changes: 9 additions & 2 deletions core/ogc-field-descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ water_well_summary:
x-ogc-unitLang: QUDT

actively_monitored_wells:
id:
title: Feature ID
description: >-
Identifier of the well. Not unique within this collection: a well that
belongs to several monitoring groups appears once per group, and every
one of those features carries the same well id.
elevation_method:
title: Elevation method
description: >-
Expand Down Expand Up @@ -321,8 +327,9 @@ actively_monitored_wells:
group_name:
title: Network name
description: >-
Name of the monitoring network the well belongs to. Always the Water
Level Network in this collection.
Name of the monitoring group this feature's membership is for. A well
belonging to several groups appears once per group, each feature naming
a different one.
group_type:
title: Network type
description: Kind of grouping the network record represents.
Expand Down
17 changes: 9 additions & 8 deletions core/pygeoapi-config-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,16 @@ resources:
title: Actively Monitored Wells
description: >-
The wells being measured today, rather than every well ever recorded.
A well appears here only if it belongs to the Water Level Network
group and its most recent monitoring-status entry reads "Currently
monitored"; the summary statistics attached to each one are the same
water-level figures published in water_well_summary. Use it to see the
live monitoring network -- where measurements are still being
collected, and where coverage is thin.
A well appears here when its most recent monitoring-status entry reads
"Currently monitored", whichever monitoring group it belongs to; the
summary statistics attached to each one are the same water-level
figures published in water_well_summary. A well in several groups
appears once per group, so the same well id can occur on more than one
feature. Use it to see the live monitoring network -- where
measurements are still being collected, and where coverage is thin.
keywords: [
water-wells, monitoring, water-level-network, actively-monitored,
monitoring-network, groundwater-level
water-wells, monitoring, actively-monitored, monitoring-network,
monitoring-status, groundwater-level
]
extents:
spatial:
Expand Down
17 changes: 9 additions & 8 deletions core/pygeoapi-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,16 @@ resources:
title: Actively Monitored Wells
description: >-
The wells being measured today, rather than every well ever recorded.
A well appears here only if it belongs to the Water Level Network
group and its most recent monitoring-status entry reads "Currently
monitored"; the summary statistics attached to each one are the same
water-level figures published in water_well_summary. Use it to see the
live monitoring network -- where measurements are still being
collected, and where coverage is thin.
A well appears here when its most recent monitoring-status entry reads
"Currently monitored", whichever monitoring group it belongs to; the
summary statistics attached to each one are the same water-level
figures published in water_well_summary. A well in several groups
appears once per group, so the same well id can occur on more than one
feature. Use it to see the live monitoring network -- where
measurements are still being collected, and where coverage is thin.
keywords: [
water-wells, monitoring, water-level-network, actively-monitored,
monitoring-network, groundwater-level
water-wells, monitoring, actively-monitored, monitoring-network,
monitoring-status, groundwater-level
]
extents:
spatial:
Expand Down
Loading