-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
a879546
commit e241b2d
Showing
9 changed files
with
182 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters