-
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.
Added configs for Wen-Hao's collections (#48)
- Loading branch information
1 parent
8c17f55
commit ff323ea
Showing
6 changed files
with
582 additions
and
0 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,94 @@ | ||
{ | ||
"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 | ||
}, | ||
"variables": [ | ||
"lat", | ||
"lon", | ||
"time", | ||
"sea_surface_temperature", | ||
"sst_dtime", | ||
"sses_bias", | ||
"sses_standard_deviation", | ||
"dt_analysis", | ||
"wind_speed", | ||
"aerosol_dynamic_indicator", | ||
"adi_dtime_from_sst", | ||
"satellite_zenith_angle", | ||
"l2p_flags", | ||
"quality_level", | ||
"brightness_temperature_4um", | ||
"brightness_temperature_11um", | ||
"brightness_temperature_12um" | ||
] | ||
} |
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,94 @@ | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality level of SST pixel", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 5.0, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
}, | ||
"variables": [ | ||
"lat", | ||
"lon", | ||
"time", | ||
"sea_surface_temperature", | ||
"sst_dtime", | ||
"sses_bias", | ||
"sses_standard_deviation", | ||
"dt_analysis", | ||
"wind_speed", | ||
"aerosol_dynamic_indicator", | ||
"adi_dtime_from_sst", | ||
"satellite_zenith_angle", | ||
"l2p_flags", | ||
"quality_level", | ||
"brightness_temperature_4um", | ||
"brightness_temperature_11um", | ||
"brightness_temperature_12um" | ||
] | ||
} |
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,94 @@ | ||
{ | ||
"shortName": "AVHRRMTC_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 | ||
}, | ||
"variables": [ | ||
"lat", | ||
"lon", | ||
"time", | ||
"sea_surface_temperature", | ||
"sst_dtime", | ||
"sses_bias", | ||
"sses_standard_deviation", | ||
"dt_analysis", | ||
"wind_speed", | ||
"aerosol_dynamic_indicator", | ||
"adi_dtime_from_sst", | ||
"satellite_zenith_angle", | ||
"l2p_flags", | ||
"quality_level", | ||
"brightness_temperature_4um", | ||
"brightness_temperature_11um", | ||
"brightness_temperature_12um" | ||
] | ||
} |
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,100 @@ | ||
{ | ||
"shortName": "N21-VIIRS-L2P-ACSPO-v2.80", | ||
"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": "sea_surface_temperature", | ||
"title": "sea_surface_subskin_temperature", | ||
"units": "kelvin", | ||
"min": 275.0, | ||
"max": 305.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias estimate", | ||
"units": "kelvin", | ||
"min": -1.25, | ||
"max": 1.25, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation", | ||
"units": "kelvin", | ||
"min": -0.5, | ||
"max": 2.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "wind_speed", | ||
"title": "wind speed", | ||
"units": "m s-1", | ||
"min": 0.0, | ||
"max": 30.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from SST reference", | ||
"units": "kelvin", | ||
"min": -12.5, | ||
"max": 12.5, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality level of SST pixel", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 5.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "l2p_flags", | ||
"title": "L2P flags", | ||
"units": "", | ||
"min": 0.0, | ||
"max": 8192.0, | ||
"fill_value": 0.0, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
}, | ||
"variables": [ | ||
"time", | ||
"sst_dtime", | ||
"dt_analysis", | ||
"lat", | ||
"lon", | ||
"satellite_zenith_angle", | ||
"sea_surface_temperature", | ||
"sses_bias", | ||
"sses_standard_deviation", | ||
"sea_ice_fraction", | ||
"l2p_flags", | ||
"quality_level", | ||
"wind_speed", | ||
"sst_gradient_magnitude", | ||
"sst_front_position" | ||
] | ||
} |
Oops, something went wrong.