Skip to content

Commit

Permalink
Feature/cowvr v10 (#91)
Browse files Browse the repository at this point in the history
* added JASON_CS_S6B_L2_AMR_RAD_NRT

* added cowvr v 10.0 collections

* removed config file we do not need
  • Loading branch information
sliu008 authored Oct 2, 2024
1 parent 313b0e8 commit 5113016
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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-10-02

### Added
### Changed
- Added COWVR_STPH8_L1_TSDR_V10.0
- Added COWVR_STPH8_L2_EDR_V10.0
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2024-9-13

### Added
Expand Down
12 changes: 12 additions & 0 deletions config-files/COWVR_STPH8_L1_TSDR_V10.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"shortName": "COWVR_STPH8_L1_TSDR_V10.0",
"latVar": "obs_lat",
"lonVar": "obs_lon",
"is360": false,
"footprint": {
"thinning_fac": 200,
"alpha": 0.03,
"group": "GeolocationAndFlags"
},
"footprinter": "forge-py"
}
12 changes: 12 additions & 0 deletions config-files/COWVR_STPH8_L2_EDR_V10.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"shortName": "COWVR_STPH8_L2_EDR_V10.0",
"latVar": "obs_lat",
"lonVar": "obs_lon",
"is360": false,
"footprint": {
"thinning_fac": 200,
"alpha": 0.03,
"group": "GeolocationAndFlags"
},
"footprinter": "forge-py"
}

0 comments on commit 5113016

Please sign in to comment.