diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bef9f7..52c0ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg b/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg new file mode 100644 index 0000000..71151f6 --- /dev/null +++ b/config-files/COWVR_STPH8_L1_TSDR_V9.0.cfg @@ -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" +} \ No newline at end of file diff --git a/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg b/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg new file mode 100644 index 0000000..87c77a8 --- /dev/null +++ b/config-files/COWVR_STPH8_L2_EDR_V9.0.cfg @@ -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" +} \ No newline at end of file