Skip to content

Commit

Permalink
Add config for EWSG2-NAVO-L2P-v01 (#93)
Browse files Browse the repository at this point in the history
* Add config for EWSG2-NAVO-L2P-v01

* No need for variables list

---------

Co-authored-by: Jack McNelis <jmcnelis@jpl.nasa.gov>
Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 5113016 commit 811c00a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions config-files/EWSG2-NAVO-L2P-v01.cfg
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 811c00a

Please sign in to comment.