From f4e568682c52ae86cd47d59e2725c30f66e8caf2 Mon Sep 17 00:00:00 2001 From: James Wood Date: Tue, 24 Oct 2023 10:40:26 -0700 Subject: [PATCH] Update SWOT EXPERT (#29) * 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 * move ssha_karin_2 to end of image list (#28) --------- Co-authored-by: sliu008 <69875423+sliu008@users.noreply.github.com> --- config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg | 20 ++++++++++---------- config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 21 deletions(-) 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 c64ab11..d2f20e2 100644 --- a/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg +++ b/config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg @@ -18,16 +18,6 @@ "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", @@ -227,6 +217,16 @@ "min": -2.0, "max": 0.0, "palette": "paletteMedspirationIndexed" + }, + { + "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 } ], "image": { 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 c127f60..9029276 100644 --- a/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg +++ b/config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg @@ -18,16 +18,6 @@ "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", @@ -227,7 +217,17 @@ "min": -2.0, "max": 0.0, "palette": "paletteMedspirationIndexed" - } + }, + { + "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 + } ], "image": { "ppd": 16,