From a733d0838ea0324b20ef6edae7bfc3304dc8eca0 Mon Sep 17 00:00:00 2001 From: Dean Henze <54649692+DeanHenze@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:55:02 -0700 Subject: [PATCH] Update for VIIRS_N20-NAVO-L2P-v3.0 and VIIRS_N21-NAVO-L2P-v3.0 config files. (#71) Co-authored-by: Dean Henze --- CHANGELOG.md | 9 +++++++++ config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg | 4 ++-- config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbba743..6476909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Released] - 2024-04-15 +### Added +### Changed +- Updated config for VIIRS_N21-NAVO-L2P-v3.0 (new min/max's) +- Updated config for VIIRS_N20-NAVO-L2P-v3.0 (new min/max's) +### Deprecated +### Removed +### Fixed +### Security + ### Added - Added config for VIIRS_N21-NAVO-L2P-v3.0 - Added config for VIIRS_N20-NAVO-L2P-v3.0 diff --git a/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg b/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg index 8bc05aa..29bfe99 100644 --- a/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg +++ b/config-files/VIIRS_N20-NAVO-L2P-v3.0.cfg @@ -22,8 +22,8 @@ "id": "sea_surface_temperature", "title": "sea water temperature at 1 meter depth", "units": "kelvin", - "min": 0.0, - "max": 400.0, + "min": 273.0, + "max": 305.0, "palette": "paletteMedspirationIndexed" }, { diff --git a/config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg b/config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg index 4f12179..acd870a 100644 --- a/config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg +++ b/config-files/VIIRS_N21-NAVO-L2P-v3.0.cfg @@ -22,8 +22,8 @@ "id": "sea_surface_temperature", "title": "sea water temperature at 1 meter depth", "units": "kelvin", - "min": 0.0, - "max": 400.0, + "min": 273.0, + "max": 305.0, "palette": "paletteMedspirationIndexed" }, {