You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/05/03 18:41:58 UTC

[incubator-sdap-nexus] branch SDAP-461 created (now eaeb2e1)

This is an automated email from the ASF dual-hosted git repository.

rkk pushed a change to branch SDAP-461
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


      at eaeb2e1  SDAP-461 - Added extra Saildrone datasets

This branch includes the following new commits:

     new eaeb2e1  SDAP-461 - Added extra Saildrone datasets

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-sdap-nexus] 01/01: SDAP-461 - Added extra Saildrone datasets

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-461
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit eaeb2e191ac451f60cfc5ab7f3df5988af149d7a
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Wed May 3 11:41:53 2023 -0700

    SDAP-461 - Added extra Saildrone datasets
---
 analysis/webservice/algorithms/doms/config.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py
index 8bdcd0a..34e317c 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -70,6 +70,22 @@ INSITU_PROVIDER_MAP = [
             {
                 'name': 'baja_2018',
                 'platforms': ['3B']
+            },
+            {
+                'name': 'arctic_misst_2019',
+                'platforms': ['3B']
+            },
+            {
+                'name': 'arctic_misst_2021',
+                'platforms': ['3B']
+            },
+            {
+                'name': 'atomic_eurec4a_2020',
+                'platforms': ['3B']
+            },
+            {
+                'name': 'smode_2021',
+                'platforms': ['3B']
             }
         ]
     },