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}