From 723068f813f7c1f1bbc778497a49d36969e0fd0e Mon Sep 17 00:00:00 2001 From: James Wood Date: Tue, 27 Jun 2023 11:15:49 -0700 Subject: [PATCH] Release 06/27/23 (#20) * 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) --------- Co-authored-by: sliu008 <69875423+sliu008@users.noreply.github.com> --- CHANGELOG.md | 11 ++++++----- config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg | 2 +- config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg | 2 +- config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25c3a1..59c51a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,22 +14,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security -## [Released] - 2023-06-14 + +## [Released] - 2023-06-27 ### Added ### Changed - - Removed swh_sea_state_bias from SWOT_L2_LR_SSH_EXPERT_1.0 + - Changed stratgy to swot_linstring for SWOT_L2_NALT_GDR_SSHA_1.0 SWOT_L2_NALT_IGDR_SSHA_1.0 SWOT_L2_NALT_OGDR_SSHA_1.0 ### Deprecated ### Removed ### Fixed ### Security -## [Released] - 2023-06-09 + +## [Released] - 2023-06-14 ### Added ### Changed -- **PODAAC-5542** - - Removed sample variable 'image' from CYGNSS_L2_V2.1 + - Removed swh_sea_state_bias from SWOT_L2_LR_SSH_EXPERT_1.0 ### Deprecated ### Removed ### Fixed diff --git a/config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg b/config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg index 399afc7..d786695 100644 --- a/config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg +++ b/config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg @@ -11,7 +11,7 @@ ] }, "footprint": { - "strategy": "periodic", + "strategy": "swot_linestring", "t": "0:0,0:*", "s1": "0:*,0:0", "b": "*:*,0:*", diff --git a/config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg b/config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg index 8606af3..cac07cb 100644 --- a/config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg +++ b/config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg @@ -11,7 +11,7 @@ ] }, "footprint": { - "strategy": "periodic", + "strategy": "swot_linestring", "t": "0:0,0:*", "s1": "0:*,0:0", "b": "*:*,0:*", diff --git a/config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg b/config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg index dcda1ad..f2dfc51 100644 --- a/config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg +++ b/config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg @@ -11,7 +11,7 @@ ] }, "footprint": { - "strategy": "periodic", + "strategy": "swot_linestring", "t": "0:0,0:*", "s1": "0:*,0:0", "b": "*:*,0:*",