From 5c3991a52b33e6afeec4e42150503f61d5623819 Mon Sep 17 00:00:00 2001 From: jross Date: Thu, 25 Jun 2026 11:07:21 -0600 Subject: [PATCH] Drop redundant nm_tds_latest product MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nm_tds_latest was ogc_summary over the same tds parameter/filter/sources as nm_tds_summary — identical GeoJSON, just a different id. The summary output already carries latest_value/latest_date per site, so the latest value is one field of nm_tds_summary, not a separate product. Co-Authored-By: Claude Opus 4.8 --- orchestration/config/products.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/orchestration/config/products.yaml b/orchestration/config/products.yaml index d9b084b..7e5a2fc 100644 --- a/orchestration/config/products.yaml +++ b/orchestration/config/products.yaml @@ -55,14 +55,3 @@ products: state: NM sources: exclude: [] - - - id: nm_tds_latest - parameter: tds - output_type: ogc_summary - title: "NM Latest TDS Value" - description: "Most recent TDS value per site, all NM sources" - schedule: "0 11 * * *" - spatial_filter: - state: NM - sources: - exclude: []