diff --git a/orchestration/config/products.yaml b/orchestration/config/products.yaml index 829eaf3..d9b084b 100644 --- a/orchestration/config/products.yaml +++ b/orchestration/config/products.yaml @@ -44,3 +44,25 @@ products: state: NM sources: exclude: [] + + - id: nm_tds_summary + parameter: tds + output_type: ogc_summary + title: "NM TDS Summary" + description: "TDS concentration summary stats, all NM sources" + schedule: "0 10 * * *" + spatial_filter: + 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: []