Skip to content

Commit

Permalink
Adding config for VIIRS_N21-NAVO-L2P-v3.0 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: James Wood <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent 85dd833 commit b0b2fde
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Released] - 2024-04-15

### Added
- Added config for VIIRS_N20-NAVO-L2P-v3.0
- Added config for VIIRS_N21-NAVO-L2P-v3.0
- Added config for VIIRS_N20-NAVO-L2P-v3.0
### Changed
### Deprecated
### Removed
Expand Down
61 changes: 61 additions & 0 deletions config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"shortName": "VIIRS_N21-NAVO-L2P-v3.0",
"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 water temperature at 1 meter depth",
"units": "kelvin",
"min": 0.0,
"max": 400.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"
]
}

0 comments on commit b0b2fde

Please sign in to comment.