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

[incubator-sdap-nexus] branch master updated: SDAP-461 - Added extra Saildrone datasets (#248)

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

nchung 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 8031c12  SDAP-461 - Added extra Saildrone datasets (#248)
8031c12 is described below

commit 8031c12754d408749b68aea06973a40dbc657f4c
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Tue May 16 11:42:59 2023 -0700

    SDAP-461 - Added extra Saildrone datasets (#248)
    
    * SDAP-461 - Added extra Saildrone datasets
    
    * Update CHANGELOG.md
---
 CHANGELOG.md                                  |  9 +++++++++
 analysis/webservice/algorithms/doms/config.py | 16 ++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f95ce0..926a176 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [1.1.0] - 2023-04-26
+### Added
+- SDAP-461: Added 4 remaining Saildrone insitu datasets.
+### Changed
+### Deprecated
+### Removed
+### Fixed
+### Security
+
 ## [1.1.0] - 2023-04-26
 ### Added
 - Deletebyquery: Parameter to set the number of rows to fetch from Solr. Speeds up time to gather tiles to delete; especially when there is a lot of them.
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']
             }
         ]
     },