From 69e1d6ac201d946170a818e702fb838dbaf24883 Mon Sep 17 00:00:00 2001 From: James Wood Date: Mon, 16 Oct 2023 15:14:59 -0700 Subject: [PATCH] Release 2023-10-16 2 (#27) * remove sample varible to image from CYGNSS_L2_V2.1 (#14) * release * update SWOT_L2_LR_SSH_EXPERT_1.0, removed swh_sea_state_bias (#16) * changed swot nalt collections to use swot linestring strategy (#18) * Added SWOT_L2_NALT_OGDR_1.0 and SWOT_L2_NALT_IGDR_1.0 * Added SWOT BASIC, EXPERT, WINDWAVE for 1.1 * deploy * add ssha_karin_2 variable to swot expert (#25) * Updated CHANGELOG --------- Co-authored-by: sliu008 <69875423+sliu008@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg | 12 +++++++++++- config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg | 10 ++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b59a5..79c3327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [Released] - 2023-10-16 + +### Added +### Changed + - Added ssha_karin_2 to SWOT_L2_LR_SSH_EXPERT_1.0 and 1.1 +### Deprecated +### Removed +### Fixed +### Security + + +## [Released] - 2023-09-15 + +### Added + - Add configs SWOT_L2_LR_SSH_BASIC_1.1, SWOT_L2_LR_SSH_EXPERT_1.1, SWOT_L2_LR_SSH_WINDWAVE_1.1 +### Changed +### Deprecated +### Removed +### Fixed +### Security + + ## [Released] - 2023-09-15 ### Added diff --git a/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg b/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg index c392588..c64ab11 100644 --- a/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg +++ b/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg @@ -18,6 +18,16 @@ "s2": "0:*,*:*" }, "imgVariables": [ + { + "id": "ssha_karin_2", + "title": "sea surface height anomaly", + "units": "m", + "min": -0.3, + "max": 0.3, + "palette": "paletteMedspirationIndexed", + "is_swot_expert": true, + "ppd": 48 + }, { "id": "ssh_karin", "title": "sea surface height", @@ -310,4 +320,4 @@ "sea_state_bias_cor", "sea_state_bias_cor_2" ] -} +} \ No newline at end of file diff --git a/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg b/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg index d1371b8..c127f60 100644 --- a/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg +++ b/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg @@ -18,6 +18,16 @@ "s2": "0:*,*:*" }, "imgVariables": [ + { + "id": "ssha_karin_2", + "title": "sea surface height anomaly", + "units": "m", + "min": -0.3, + "max": 0.3, + "palette": "paletteMedspirationIndexed", + "is_swot_expert": true, + "ppd": 48 + }, { "id": "ssh_karin", "title": "sea surface height",