From 6f0e96b8a93885520de1de35421a9e9e2cb6bad5 Mon Sep 17 00:00:00 2001 From: jakeross Date: Sun, 28 Jun 2026 23:15:07 -0600 Subject: [PATCH] Remove the Bernalillo-County-only water-level timeseries product MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bernco_waterlevels_timeseries published a Bernalillo-County-scoped subset of the water-level timeseries. It is no longer a wanted deliverable. The all-NM nm_waterlevels_timeseries product already includes bernco wells, so the data is not lost — only the county-scoped layer is dropped. The bernco source itself is unchanged: it is still consumed by nm_waterlevels_timeseries / nm_waterlevel_trends / nm_monitoring_recency (and the summary), so its shared source asset remains. Only this product's combine + geoserver assets and its schedule go away. Also drops the product from the SPEC.md products.yaml example. dg check defs clean. Co-Authored-By: Claude Opus 4.8 --- SPEC.md | 11 ----------- orchestration/config/products.yaml | 17 ----------------- 2 files changed, 28 deletions(-) diff --git a/SPEC.md b/SPEC.md index af548c4..c4f5a3e 100644 --- a/SPEC.md +++ b/SPEC.md @@ -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 diff --git a/orchestration/config/products.yaml b/orchestration/config/products.yaml index 8bb37cd..c6f7cf0 100644 --- a/orchestration/config/products.yaml +++ b/orchestration/config/products.yaml @@ -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