From 811c00a5423353f2b367863eb78aa59ac8529bf9 Mon Sep 17 00:00:00 2001 From: Jack McNelis Date: Tue, 26 Nov 2024 16:46:31 -0500 Subject: [PATCH] Add config for EWSG2-NAVO-L2P-v01 (#93) * Add config for EWSG2-NAVO-L2P-v01 * No need for variables list --------- Co-authored-by: Jack McNelis Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ config-files/EWSG2-NAVO-L2P-v01.cfg | 25 +++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 config-files/EWSG2-NAVO-L2P-v01.cfg diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e47d7e..9a49500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Released] - 2024-11-25 + +### Added + - Added config for EWSG2-NAVO-L2P-v01 +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [Released] - 2024-10-02 ### Added diff --git a/config-files/EWSG2-NAVO-L2P-v01.cfg b/config-files/EWSG2-NAVO-L2P-v01.cfg new file mode 100644 index 0000000..9fa289b --- /dev/null +++ b/config-files/EWSG2-NAVO-L2P-v01.cfg @@ -0,0 +1,25 @@ +{ + "shortName": "EWSG2-NAVO-L2P-v01", + "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": [], + "image": { + "ppd": 16, + "res": 8 + } +}