Skip to content
Merged
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: 0 additions & 11 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,6 @@ products:
sources:
exclude: []

- id: bernco_waterlevels_timeseries
parameter: waterlevels
output_type: ogc_timeseries
title: "Bernalillo County Water Level Time Series"
description: "Bernalillo County water level timeseries per well"
schedule: "0 8 * * *"
spatial_filter:
county: Bernalillo
sources:
include: [bernco]

- id: nm_arsenic_summary
parameter: arsenic
output_type: ogc_summary
Expand Down
17 changes: 0 additions & 17 deletions orchestration/config/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,6 @@ products:
sources:
exclude: []

# The bernco source (BernCoWaterLevelSource) is county-scoped by construction —
# all its wells are in Bernalillo — so a county filter is a no-op here. Using
# the state_NM scope (with include:[bernco]) yields identical output while
# sharing the statewide bernco source asset, so bernco unifies once instead of
# twice. (A county filter would only matter if the source returned wells
# outside Bernalillo, which it does not.)
- id: bernco_waterlevels_timeseries
parameter: waterlevels
output_type: ogc_timeseries
title: "Bernalillo County Water Level Time Series"
description: "Bernalillo County water level timeseries per well"
schedule: "0 8 * * *"
spatial_filter:
state: NM
sources:
include: [bernco]

- id: nm_arsenic_summary
parameter: arsenic
output_type: ogc_summary
Expand Down
Loading