Skip to content

Commit

Permalink
Feature/cowvr (#82)
Browse files Browse the repository at this point in the history
* remove sample varible to image from CYGNSS_L2_V2.1 (#14)

* release

* update SWOT_L2_LR_SSH_EXPERT_1.0, removed swh_sea_state_bias (#16)

* changed swot nalt collections to use swot linestring strategy (#18)

* Added SWOT_L2_NALT_OGDR_1.0 and SWOT_L2_NALT_IGDR_1.0

* Added SWOT BASIC, EXPERT, WINDWAVE for 1.1

* deploy

* add ssha_karin_2 variable to swot expert (#25)

* Updated CHANGELOG

* move ssha_karin_2 to end of image list (#28)

* New SWOT configs added

* Added linefeed

* Added SWOT 2.0 collections

* Swot l2 hr raster (#34)

* add SWOT_L2_HR_Raster

* add changelog

* release 2023-12-04

* cleanup old swot collections

* removed footprints from SWOT L2 SSH subs

* update changelog

* update workflow

* Commit four new cfg for SWOT NALT IGDR OGDR v1 v2 (#36)

Co-authored-by: John Mcnelis <[email protected]>

* Added more swot configs and updated changelog

* update workflow

* fixed version

* Add config ASCATB_ESDR_L2_WIND_STRESS_V1.1 (#32)

Co-authored-by: Dean Henze <[email protected]>

* Removed footprint in CYGNSS_L2_SURFACE_FLUX_V2.0

* new nalt gdr configs (#43)

Co-authored-by: John Mcnelis <[email protected]>

* more swot nalt configs (#44)

Co-authored-by: John Mcnelis <[email protected]>

* Make release

* new cfgs for swot rad (#46)

Co-authored-by: John Mcnelis <[email protected]>

* Added more SWOT collections to release

* Added configs for Wen-Hao's collections (#48)

* Added ASCATB_ESDR_L2_WIND_STRESS_V1.1 config (#52)

Co-authored-by: Dean Henze <[email protected]>

* Added variables to SWOT L2 NALT GDR SSHA

* Feature/ascata esdr l2 wind stress v1.1 (#51)

* Add ASCATA_ESDR_L2_WIND_STRESS_V1.1.cfg

* update changelog

---------

Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: James Wood <[email protected]>

* Feature/fill ins (#53)

* update ascat configs to fill in missing pixels

* update ASCATB_ESDR_L2_WIND_STRESS_V1.1 and ascat collection to have fill in missing pixels

* remove the high resolution from swot expert collections

* update changelog

* Add fillin

---------

Co-authored-by: James Wood <[email protected]>

* make release 1-30-24

* fix changelog

* update swot 2.0 collection and add new variable global_grid (#55)

* Update changelog

* fixed comment

* update resolution on ASCATA_ESDR_L2_WIND_STRESS_V1.1 (#57)

* Feature/new deployment (#60)

* add a new workflow that deploys and sync files to all env when merge to main

* update changelog

* update workflow

* update workflow

* add COWVR_STPH8_L2_EDR_V9.0 and COWVR_STPH8_L1_TSDR_V9.0 collections

* updated CHANGELOG

---------

Co-authored-by: James Wood <[email protected]>
Co-authored-by: Jack McNelis <[email protected]>
Co-authored-by: John Mcnelis <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: James Wood <[email protected]>
  • Loading branch information
8 people committed May 24, 2024
1 parent db4dc15 commit d24fa39
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## [Unreleased]
## [Released] - 2024-05-24

### Added
- Add new deploy workflow to deploy to all env when merge to main
- Add COWVR_STPH8_L2_EDR_V9.0 and COWVR_STPH8_L1_TSDR_V9.0 collections
### Changed
### Deprecated
### Removed
Expand Down
13 changes: 13 additions & 0 deletions config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"shortName": "COWVR_STPH8_L1_TSDR_V9.0",
"latVar":"obs_lat",
"lonVar":"obs_lon",
"is360":false,
"footprint":{
"strategy":"cowvr",
"thinning_fac":200,
"alpha":0.03,
"group":"GeolocationAndFlags"
},
"footprinter": "forge-py"
}
13 changes: 13 additions & 0 deletions config-files/COWVR_STPH8_L2_EDR_V9.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"shortName": "COWVR_STPH8_L2_EDR_V9.0",
"latVar":"obs_lat",
"lonVar":"obs_lon",
"is360":false,
"footprint":{
"strategy":"cowvr",
"thinning_fac":200,
"alpha":0.03,
"group":"GeolocationAndFlags"
},
"footprinter": "forge-py"
}

0 comments on commit d24fa39

Please sign in to comment.