This is an automated email from the ASF dual-hosted git repository.
skperez 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 d6eb41c SDAP-405 Added SPURS AWS in situ api (#204)
d6eb41c is described below
commit d6eb41c6ec56dc4290ddb32b9d55232f062ba40e
Author: Nga Chung <[email protected]>
AuthorDate: Wed Oct 5 14:11:52 2022 -0700
SDAP-405 Added SPURS AWS in situ api (#204)
---
CHANGELOG.md | 2 ++
analysis/webservice/algorithms/doms/config.py | 9 +++++++++
analysis/webservice/apidocs/openapi.yml | 5 +++++
3 files changed, 16 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a14c57b..1434e4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Added domsresults endpoint to openapi spec
- Added markdown table to matchup `platform` param in openapi spec
- SDAP-400: Added NCAR insitu api to matchup
+- SDAP-405: Added SPURS AWS insitu api to matchup and new platform values to
OpenAPI matchup spec
### Changed
- SDAP-390: Changed `/doms` to `/cdms` and `doms_reader.py` to `cdms_reader.py`
- domslist endpoint points to AWS insitu instead of doms insitu
@@ -45,6 +46,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Fixed import error causing `/timeSeriesSpark` queries to fail.
- Fixed bug where domsresults no longer worked after successful matchup
- Fixed certificate error in Dockerfile
+- SDAP-403: Remote timeout fix and HofMoeller bug fix
### Security
diff --git a/analysis/webservice/algorithms/doms/config.py
b/analysis/webservice/algorithms/doms/config.py
index 8fde9c0..e01f45e 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -57,6 +57,15 @@ INSITU_PROVIDER_MAP = [
'platforms': ['3B']
}
]
+ },
+ {
+ 'name': 'SPURS',
+ 'projects': [
+ {
+ 'name': 'SPURS',
+ 'platforms': ['3B', '6A', '23', '31', '42', '46', '48']
+ }
+ ]
}
]
diff --git a/analysis/webservice/apidocs/openapi.yml
b/analysis/webservice/apidocs/openapi.yml
index 38fb358..a4c21ac 100644
--- a/analysis/webservice/apidocs/openapi.yml
+++ b/analysis/webservice/apidocs/openapi.yml
@@ -88,12 +88,17 @@ paths:
| Platform ID | Platform Name | Web Link
|
| ----------- | --------------------------------------- |
---------------------------------------------------------- |
| 3B | autonomous surface water vehicle |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/3B/) |
+ | 6A | glider |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/6A/) |
| 0 | unknown |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/0/) |
| 16 | offshore structure |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/16/) |
| 17 | coastal structure |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/17/) |
+ | 23 | towed unmanned submersible |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/23/) |
| 30 | ship |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/30/) |
+ | 31 | research vessel |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/31/) |
| 41 | moored surface buoy |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/41/) |
| 42 | drifting surface float |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/42/) |
+ | 46 | drifting subsurface profiling float |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/46/) |
+ | 48 | mooring |
[Link](http://vocab.nerc.ac.uk/collection/L06/current/48/) |
</details>
required: true