From a0b23e7b3b1f4bc8ab24872c19e540475c039d1d Mon Sep 17 00:00:00 2001 From: celiaou-podaac <81770292+celiaou-podaac@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:12:17 -0800 Subject: [PATCH] Added config file for NASA_SSH_REF_ALONGTRACK_V1. (#96) * Added config file for NASA_SSH_REF_ALONGTRACK_V1. * Removed footprint from config and changed color palette for NASA_SSH_REF_ALONGTRACK_V1 * Update NASA_SSH_REF_ALONGTRACK_V1.cfg Removed variables section, no longer needed * Update CHANGELOG.md Cleanup --------- Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++ config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg | 28 +++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg diff --git a/CHANGELOG.md b/CHANGELOG.md index bb892c9..36f5f83 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-12-11 + +### Added + - Added config for NASA_SSH_REF_ALONGTRACK_V1 +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [Released] - 2024-11-25 ### Added diff --git a/config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg b/config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg new file mode 100644 index 0000000..25be4d3 --- /dev/null +++ b/config-files/NASA_SSH_REF_ALONGTRACK_V1.cfg @@ -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 + } +}