From cf9e8e0a10023febcdd04e93105a6bddbb97702f Mon Sep 17 00:00:00 2001 From: Weite Dai Date: Wed, 18 Feb 2026 15:31:33 +1100 Subject: [PATCH] Fix: rename sixDaySst-centile productId to sixDaySst-centiles --- ARGO/oceancurrent/README.md | 2 +- ARGO/oceancurrent/oceancurrent_file_server_api.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ARGO/oceancurrent/README.md b/ARGO/oceancurrent/README.md index b9ebf2e6..3e9194ff 100644 --- a/ARGO/oceancurrent/README.md +++ b/ARGO/oceancurrent/README.md @@ -146,7 +146,7 @@ Currently, the script is adaptive to these products: | **6-Day SST & Centiles** | | `sixDaySst-sst` | `DR_SST_daily\SST\SST.json` and `STATE_daily\SST\SST.json` `sixDaySst-sstAnomaly` | `\DR_SST_daily\SST_ANOM\SST_ANOM.json` and `\STATE_daily\SST_ANOM\SST_ANOM.json` -`sixDaySst-centile` | `\DR_SST_daily\pctiles\pctiles.json` and `\STATE_daily\pctiles\pctiles.json` +`sixDaySst-centiles` | `\DR_SST_daily\pctiles\pctiles.json` and `\STATE_daily\pctiles\pctiles.json` | **SealCTD** | | `sealCtd-sealTrack` | `\AATAMS\sealCtd-sealTrack.json` `sealCtd-sealTrack-video` | `\AATAMS\sealCtd-sealTrack-video.json` diff --git a/ARGO/oceancurrent/oceancurrent_file_server_api.py b/ARGO/oceancurrent/oceancurrent_file_server_api.py index 3e09af88..0aa300d0 100644 --- a/ARGO/oceancurrent/oceancurrent_file_server_api.py +++ b/ARGO/oceancurrent/oceancurrent_file_server_api.py @@ -167,7 +167,7 @@ def _load_api_endpoint(): "max_layer": 3 }, { - "productId": "sixDaySst-centile", + "productId": "sixDaySst-centiles", "include":[ {"path": "DR_SST_daily", "layer": 1}, {"path": "pctiles", "layer": 2} @@ -177,7 +177,7 @@ def _load_api_endpoint(): "max_layer": 3 }, { - "productId": "sixDaySst-centile", + "productId": "sixDaySst-centiles", "include":[ {"path": "STATE_daily", "layer": 1}, {"path": "pctiles", "layer": 2}