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 + } +}