Skip to content
Merged
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
22 changes: 22 additions & 0 deletions orchestration/config/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Loading