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/03/01 21:17:38 UTC

[incubator-sdap-nexus] branch RKuttruff-patch-2 created (now 12f83fb)

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

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


      at 12f83fb  Add baja_2018 to in-situ config

This branch includes the following new commits:

     new 12f83fb  Add baja_2018 to in-situ config

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: Add baja_2018 to in-situ config

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

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

commit 12f83fb1a2f3d7696859834aea7f8deab589f8a2
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Wed Mar 1 13:17:32 2023 -0800

    Add baja_2018 to in-situ config
---
 analysis/webservice/algorithms/doms/config.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py
index 3213960..8bdcd0a 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -66,6 +66,10 @@ INSITU_PROVIDER_MAP = [
             {
                 'name': 'shark-2018',
                 'platforms': ['3B']
+            },
+            {
+                'name': 'baja_2018',
+                'platforms': ['3B']
             }
         ]
     },
@@ -257,4 +261,4 @@ def get_project_name(project_name):
         return project['name']
 
     # If not found, return input project name. DOMS insitu node will need this
-    return project_name
\ No newline at end of file
+    return project_name