Skip to content

Commit

Permalink
Release 2023-10-16 2 (#27)
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)

* 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 <[email protected]>
  • Loading branch information
jamesfwood and sliu008 committed Oct 16, 2023
1 parent 52ece94 commit 69e1d6a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -310,4 +320,4 @@
"sea_state_bias_cor",
"sea_state_bias_cor_2"
]
}
}
10 changes: 10 additions & 0 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69e1d6a

Please sign in to comment.