Skip to content

Commit

Permalink
Merge branch 'main' into feature/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood authored Dec 20, 2024
2 parents 0e7a1ec + a0b23e7 commit 8823386
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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-12-11

### Added
- Added config for NASA_SSH_REF_ALONGTRACK_V1

## [Released] - 2024-12-04

### Added
Expand Down
28 changes: 28 additions & 0 deletions config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"shortName": "NASA_SSH_REF_ALONGTRACK_V1",
"latVar": "latitude",
"lonVar": "longitude",
"timeVar": "time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {},
"imgVariables": [
{
"id": "ssha_smoothed",
"title": "Smoothed sea surface height anomaly relative to mean_sea_surface",
"units": "m",
"min": -0.5,
"max": 0.5,
"palette": "palette_mpl_RdBu"
}
],
"image": {
"ppd": 16,
"res": 8
}
}

0 comments on commit 8823386

Please sign in to comment.