This is an automated email from the ASF dual-hosted git repository.
nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/master by this push:
new a30d09d SDAP-482 Updated Saildrone in situ endpoint in config file
(#269)
a30d09d is described below
commit a30d09ddcae9a83cdbdba119c065985e8be1a5f0
Author: Nga Chung <[email protected]>
AuthorDate: Wed Aug 16 11:47:43 2023 -0700
SDAP-482 Updated Saildrone in situ endpoint in config file (#269)
---
CHANGELOG.md | 1 +
analysis/webservice/algorithms/doms/config.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2beb15..147dac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Updated `id` field of insitu points to include depth. This solves an
issue with NetCDF result rendering where different insitu observations at the
same place & time but at different depths were being excluded for having the
same `id`.
- SDAP-466: Matchup now defines secondary `platform` fields with `platform.id`
if it is available and not blank. It then uses `platform.code` and
`platform.type` as fallbacks, then just the value of `platform` if none work.
- SDAP-468: Updated matchup output filename
+- SDAP-482: Updated Saildrone in situ endpoint in config file
### Deprecated
### Removed
- SDAP-465: Removed `climatology` directory.
diff --git a/analysis/webservice/algorithms/doms/config.py
b/analysis/webservice/algorithms/doms/config.py
index 34e317c..8ccc748 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -49,7 +49,7 @@ INSITU_PROVIDER_MAP = [
},
{
'name': 'Saildrone',
- 'endpoint':
'https://nasa-cdms.saildrone.com/1.0/query_data_doms_custom_pagination',
+ 'endpoint':
'https://nasa-cdms.saildrone.com/insitu/1.0/query_data_doms_custom_pagination',
'projects': [
{
'name': '1021_atlantic',