You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2022/09/20 16:44:45 UTC

[incubator-sdap-nexus] branch master updated: SDAP-400 Added NCAR insitu api to matchup (#198)

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 03251de  SDAP-400 Added NCAR insitu api to matchup (#198)
03251de is described below

commit 03251deb367dcb3e6fd5794790c56f67d26d21d8
Author: Nga Chung <17...@users.noreply.github.com>
AuthorDate: Tue Sep 20 09:44:40 2022 -0700

    SDAP-400 Added NCAR insitu api to matchup (#198)
---
 CHANGELOG.md                                  | 1 +
 analysis/webservice/algorithms/doms/config.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b7a16..d2ac17d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Matchup validates insitu parameter using insitu API schema endpoint
 - Added domsresults endpoint to openapi spec
 - Added markdown table to matchup `platform` param in openapi spec
+- SDAP-400: Added NCAR insitu api to matchup
 ### 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
diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py
index edc3c3a..8fde9c0 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -19,6 +19,7 @@ INSITU_API_SCHEMA_ENDPOINT = 'https://doms.jpl.nasa.gov/insitu/1.0/cdms_schema'
 INSITU_PROVIDER_MAP = [
     {
         'name': 'NCAR',
+        'endpoint': 'https://cdms.ucar.edu/insitu/1.0/query_data_doms_custom_pagination',
         'projects': [
             {
                 'name': 'ICOADS Release 3.0',