Skip to content

Commit

Permalink
Feature/fill ins (#53)
Browse files Browse the repository at this point in the history
* update ascat configs to fill in missing pixels

* update ASCATB_ESDR_L2_WIND_STRESS_V1.1 and ascat collection to have fill in missing pixels

* remove the high resolution from swot expert collections

* update changelog

* Add fillin

---------

Co-authored-by: James Wood <jamesfwood@hotmail.com>
  • Loading branch information
sliu008 and jamesfwood authored Jan 30, 2024
1 parent a879546 commit e241b2d
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 83 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Updated Ascat 25km collection to have fill in missing pixels
- Remove high resolution settings for ssha karin 2 in swot expert collections
- Added config for ASCATA_ESDR_L2_WIND_STRESS_V1.1
### Changed
### Deprecated
Expand Down
80 changes: 56 additions & 24 deletions config-files/ASCATA-L2-25km.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,57 @@
{
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[30,14]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{"id":"wind_speed" , "title": "Wind Speed at 10 m", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"} ,
{"id":"wind_dir", "title": "Wind Direction at 10 m", "units": "degree", "min": "0", "max": "360","palette": "paletteMedspirationIndexed"}
],
"image":{
"ppd":4,
"res":8
},
"variables":["time","lat","lon","wvc_index","model_speed","model_dir","ice_prob","ice_age","wvc_quality_flag","wind_speed","wind_dir","bs_distance"]
}
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[
30,
14
]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{
"id":"wind_speed",
"title":"Wind Speed at 10 m",
"units":"m s-1",
"min":"0",
"max":"30",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
},
{
"id":"wind_dir",
"title":"Wind Direction at 10 m",
"units":"degree",
"min":"0",
"max":"360",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
}
],
"image":{
"ppd":4,
"res":8
},
"variables":[
"time",
"lat",
"lon",
"wvc_index",
"model_speed",
"model_dir",
"ice_prob",
"ice_age",
"wvc_quality_flag",
"wind_speed",
"wind_dir",
"bs_distance"
]
}
6 changes: 4 additions & 2 deletions config-files/ASCATA_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
"units": "m s-1",
"min": 0.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "wind_stress_magnitude",
"title": "estimated ocean surface wind stress magnitude",
"units": "N m-2",
"min": 0.0,
"max": 1.5,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
}
],
"image": {
Expand Down
80 changes: 56 additions & 24 deletions config-files/ASCATB-L2-25km.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,57 @@
{
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[30,14]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{"id":"wind_speed" , "title": "Wind Speed at 10 m", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"} ,
{"id":"wind_dir", "title": "Wind Direction at 10 m", "units": "degree", "min": "0", "max": "360","palette": "paletteMedspirationIndexed"}
],
"image":{
"ppd":4,
"res":8
},
"variables":["time","lat","lon","wvc_index","model_speed","model_dir","ice_prob","ice_age","wvc_quality_flag","wind_speed","wind_dir","bs_distance"]
}
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[
30,
14
]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{
"id":"wind_speed",
"title":"Wind Speed at 10 m",
"units":"m s-1",
"min":"0",
"max":"30",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
},
{
"id":"wind_dir",
"title":"Wind Direction at 10 m",
"units":"degree",
"min":"0",
"max":"360",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
}
],
"image":{
"ppd":4,
"res":8
},
"variables":[
"time",
"lat",
"lon",
"wvc_index",
"model_speed",
"model_dir",
"ice_prob",
"ice_age",
"wvc_quality_flag",
"wind_speed",
"wind_dir",
"bs_distance"
]
}
8 changes: 5 additions & 3 deletions config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,21 @@
"units": "m s-1",
"min": 0.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "wind_stress_magnitude",
"title": "estimated ocean surface wind stress magnitude",
"units": "N m-2",
"min": 0.0,
"max": 1.5,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
}
],
"image": {
"ppd": 16,
"ppd": 8,
"res": 8
},
"variables": [
Expand Down
80 changes: 56 additions & 24 deletions config-files/ASCATC-L2-25km.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,57 @@
{
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[30,14]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{"id":"wind_speed" , "title": "Wind Speed at 10 m", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"} ,
{"id":"wind_dir", "title": "Wind Direction at 10 m", "units": "degree", "min": "0", "max": "360","palette": "paletteMedspirationIndexed"}
],
"image":{
"ppd":4,
"res":8
},
"variables":["time","lat","lon","wvc_index","model_speed","model_dir","ice_prob","ice_age","wvc_quality_flag","wind_speed","wind_dir","bs_distance"]
}
"latVar":"lat",
"lonVar":"lon",
"timeVar":"time",
"is360":true,
"tiles":{
"steps":[
30,
14
]
},
"footprint":{
"strategy":"periodic",
"t":"0:0,0:*",
"s1":"0:*,0:0",
"b":"*:*,0:*",
"s2":"0:*,*:*"
},
"imgVariables":[
{
"id":"wind_speed",
"title":"Wind Speed at 10 m",
"units":"m s-1",
"min":"0",
"max":"30",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
},
{
"id":"wind_dir",
"title":"Wind Direction at 10 m",
"units":"degree",
"min":"0",
"max":"360",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
}
],
"image":{
"ppd":4,
"res":8
},
"variables":[
"time",
"lat",
"lon",
"wvc_index",
"model_speed",
"model_dir",
"ice_prob",
"ice_age",
"wvc_quality_flag",
"wind_speed",
"wind_dir",
"bs_distance"
]
}
3 changes: 1 addition & 2 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
"is_swot_expert": true
}
],
"image": {
Expand Down
3 changes: 1 addition & 2 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
"is_swot_expert": true
}
],
"image": {
Expand Down
3 changes: 1 addition & 2 deletions config-files/SWOT_L2_LR_SSH_EXPERT_2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
"is_swot_expert": true
}
],
"image": {
Expand Down

0 comments on commit e241b2d

Please sign in to comment.