Skip to content

Commit

Permalink
Release 06/27/23 (#20)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
jamesfwood and sliu008 authored Jun 27, 2023
1 parent 1025fb5 commit 723068f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_GDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_IGDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down
2 changes: 1 addition & 1 deletion config-files/SWOT_L2_NALT_OGDR_SSHA_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"footprint": {
"strategy": "periodic",
"strategy": "swot_linestring",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
Expand Down

0 comments on commit 723068f

Please sign in to comment.