Skip to content

Commit

Permalink
Update SWOT EXPERT (#29)
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

* move ssha_karin_2 to end of image list (#28)

---------

Co-authored-by: sliu008 <[email protected]>
  • Loading branch information
jamesfwood and sliu008 authored Oct 24, 2023
1 parent 69e1d6a commit f4e5686
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f4e5686

Please sign in to comment.