Skip to content

Commit

Permalink
update change log and merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Dec 4, 2024
2 parents 3e0cf06 + 987e000 commit d1b73a8
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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-04

### Added
- Added Schema validations
- Added a new forge tig configuration generator
- Added in test to validate json structure and schema validate the configurations
- Update configurations for new forge-py
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2024-11-25

### Added
- Added config for EWSG2-NAVO-L2P-v01
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2024-10-02

### Added
Expand Down Expand Up @@ -534,6 +557,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Released] - 05-19-2020
### Added

## [Released] - 2024-08-28

### Added
- Added config for CYGNSS_L2_SURFACE_FLUX_V3.2
### Changed
### Deprecated
### Removed
### Fixed
### Security

- **PODAAC-3276**
- Generated collection_name.cfg file through persistent-id.cfg
- program ran against dataset-config-overrides project's production folder against L2SS TEST DB. There are 14 files not able to find cross reference, Hence, not able to translate to their relative collection_name.cfg. rename_cfg python code output as follow:
Expand Down
52 changes: 52 additions & 0 deletions config-files/CYGNSS_L2_SURFACE_FLUX_V3.2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"shortName": "CYGNSS_L2_SURFACE_FLUX_V3.2",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "sample_time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {},
"imgVariables": [
{
"id": "lhf",
"title": "Latent heat flux calculated from L2 FDS wind speed",
"units": "W m-2",
"min": -50.0,
"max": 350.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "shf",
"title": "Sensible heat flux calculated from L2 FDS wind speed",
"units": "W m-2",
"min": -20.0,
"max": 100.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "lhf_uncertainty",
"title": "Latent heat flux uncertainty",
"units": "W m-2",
"min": 20.0,
"max": 50.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "shf_uncertainty",
"title": "Sensible heat flux uncertainty",
"units": "W m-2",
"min": 5.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
}
}
37 changes: 37 additions & 0 deletions config-files/EWSG2-NAVO-L2P-v01.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"shortName": "EWSG2-NAVO-L2P-v01",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {
"strategy": "alpha_shape",
"alpha_shape": {
"alpha": 0.03,
"thinning": {
"method": "bin_avg",
"value": [
0.75,
0.75
]
}
},
"open_cv": {
"pixel_height": 1000,
"simplify": 0.65,
"fill_kernel": [9,9]
}
},
"footprinter": "forge-py",
"imgVariables": [],
"image": {
"ppd": 16,
"res": 8
}
}

0 comments on commit d1b73a8

Please sign in to comment.