From 85dd8335ba4980e71e2430b30d6406b2ce9970b7 Mon Sep 17 00:00:00 2001 From: Dean Henze <54649692+DeanHenze@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:19:46 -0700 Subject: [PATCH] Added config for VIIRS_N20-NAVO-L2P-v3.0 (#70) Co-authored-by: Dean Henze --- CHANGELOG.md | 10 ++++ config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg | 61 ++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bac2d..3778d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [Released] - 2024-04-15 + +### Added + - Added config for VIIRS_N20-NAVO-L2P-v3.0 +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [Released] - 2024-02-29 ### Added diff --git a/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg b/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg new file mode 100644 index 0000000..8bc05aa --- /dev/null +++ b/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg @@ -0,0 +1,61 @@ +{ + "shortName": "VIIRS_N20-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" + ] +} \ No newline at end of file