From 27cb868ef2d6bcae22831a5bfb7462d203751a8c Mon Sep 17 00:00:00 2001 From: Weite Dai Date: Wed, 1 Apr 2026 15:58:52 +1100 Subject: [PATCH] feat: move SST climatology products under sixDaySst in OC API --- src/main/resources/config/products.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/main/resources/config/products.yaml b/src/main/resources/config/products.yaml index f8d4f67..d22b7f6 100644 --- a/src/main/resources/config/products.yaml +++ b/src/main/resources/config/products.yaml @@ -37,6 +37,10 @@ ocean-current: id: "sixDaySst-centiles" - title: "Timeseries" id: "sixDaySst-timeseries" + - title: "Climatology" + id: "sixDaySst-climatologySst" + - title: "SSTAARS Data Count Data Count" + id: "sixDaySst-climatologyDataCount" - title: "Chlorophyll-a Concentration" id: "oceanColour" @@ -76,15 +80,6 @@ ocean-current: - title: "CNES MDT/CARS SST" id: "monthlyMeans-CLIM_CNESCARS" - - title: "Climatology" - id: "climatology" - type: "ProductGroup" - children: - - title: "SST" - id: "climatology-sst" - - title: "Data Count" - id: "climatology-dataCount" - - title: "Current Meters" id: "currentMeters" type: "ProductGroup"