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:59 UTC

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

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']
             }
         ]
     },