Skip to content

Commit

Permalink
Feature/update prim (#89)
Browse files Browse the repository at this point in the history
* update prim collection with filling in missing pixels

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com>
  • Loading branch information
sliu008 and jamesfwood authored Sep 10, 2024
1 parent a155314 commit 97d75fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 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-9-10

### Added
### Changed
- Updated PRIM_SMAP_L2_V1
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2024-08-08

### Added
Expand Down
12 changes: 8 additions & 4 deletions config-files/PRIM_SMAP_L2_V1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,35 @@
"units": "1e-3",
"min": 30.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "PRIM_S1m",
"title": "Salinity at 1 meter depth estimated using RIM",
"units": "1e-3",
"min": 0.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "PRIM_S5m",
"title": "Salinity at 5 meters depth estimated using RIM",
"units": "1e-3",
"min": 0.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "PSS",
"title": "Probability of Salinity Stratification",
"units": "1",
"min": 0.0,
"max": 1.0,
"palette": "paletteMedspirationIndexed"
"palette": "paletteMedspirationIndexed",
"fill_missing": true
}
],
"image": {
Expand Down

0 comments on commit 97d75fd

Please sign in to comment.