-
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.
Feature/new forge py collection some (#88)
* update configurations for collection for new forge-py * updated forge-py configs * update configs for forge-py
- Loading branch information
Showing
17 changed files
with
566 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": false, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "polar", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea surface sub-skin temperature", | ||
"units": "K", | ||
"min": "275", | ||
"max": "305", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias", | ||
"units": "K", | ||
"min": "-1.25", | ||
"max": "1.25", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation", | ||
"units": "K", | ||
"min": "-0.5", | ||
"max": "2", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "wind_speed", | ||
"title": "Wind Speed", | ||
"units": "m s-1", | ||
"min": "0", | ||
"max": "30", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "K", | ||
"min": "-12.5", | ||
"max": "12.5", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality_level", | ||
"units": "", | ||
"min": "1", | ||
"max": "5", | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 4, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": false, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "polarsides", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea surface sub-skin temperature", | ||
"units": "K", | ||
"min": "275", | ||
"max": "305", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias", | ||
"units": "K", | ||
"min": "-1.25", | ||
"max": "1.25", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation", | ||
"units": "K", | ||
"min": "-0.5", | ||
"max": "2", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "K", | ||
"min": "-12.5", | ||
"max": "12.5", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality_level", | ||
"units": "", | ||
"min": "1", | ||
"max": "5", | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 4, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"shortName": "AVHRRMTA_G-NAVO-L2P-v2.0", | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": true, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "polarsides", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea water temperature at 1 meter depth", | ||
"units": "kelvin", | ||
"min": 275.0, | ||
"max": 305.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias error", | ||
"units": "kelvin", | ||
"min": -1.25, | ||
"max": 1.25, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation error", | ||
"units": "kelvin", | ||
"min": -0.5, | ||
"max": 2.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "kelvin", | ||
"min": -12.5, | ||
"max": 12.5, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "l2p_flags", | ||
"title": "L2P flags", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 512.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality level of SST pixel", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 5.0, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"shortName": "AVHRRMTA_G-NAVO-L2P-v2.0", | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": true, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "polarsides", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea water temperature at 1 meter depth", | ||
"units": "kelvin", | ||
"min": 275.0, | ||
"max": 305.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias error", | ||
"units": "kelvin", | ||
"min": -1.25, | ||
"max": 1.25, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation error", | ||
"units": "kelvin", | ||
"min": -0.5, | ||
"max": 2.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "kelvin", | ||
"min": -12.5, | ||
"max": 12.5, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "l2p_flags", | ||
"title": "L2P flags", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 512.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality level of SST pixel", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 5.0, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"shortName": "AVHRRMTB_G-NAVO-L2P-v2.0", | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": true, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "polarsides", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea water temperature at 1 meter depth", | ||
"units": "kelvin", | ||
"min": 275.0, | ||
"max": 305.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias error", | ||
"units": "kelvin", | ||
"min": -1.25, | ||
"max": 1.25, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation error", | ||
"units": "kelvin", | ||
"min": -0.5, | ||
"max": 2.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "kelvin", | ||
"min": -12.5, | ||
"max": 12.5, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "l2p_flags", | ||
"title": "L2P flags", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 512.0, | ||
"palette": "paletteMedspirationIndexed", | ||
"fill_missing": true, | ||
"fill_value": 2048, | ||
"ppd": 8 | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality level of SST pixel", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 5.0, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
} | ||
} |
Oops, something went wrong.