Skip to content

Releases: UW-SASWE/RAT

BugFix in previous version (after v3.0.15)

01 Dec 21:57
f61a7af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.15...v3.0.16s

Bug Fixes in previous version (after v3.0.14)

30 Nov 06:38
e4e8e71
Compare
Choose a tag to compare

What's Changed

  • Bugfix v3.0.14 (Resolves #119) by @SanchitMinocha in #120

    RAT Test was failing due to:

    1. Update in EE (survey link was being sent to Stdout resulting in Stderr and recursive error because of logging).
    2. Update of low latency code in v3.0.14. - Import was being done directly from plugins rather than rat.plugins.
    3. Previous Bugs - Test config start and end were being created as datetime object rather than date objects resulting in errors when compared with date objects.

Full Changelog: v3.0.14...v3.0.15

Low Latency Mode and Forecasting Outflow Scenarios v3.0.14 (after v3.0.13)

09 Sep 07:52
fcff597
Compare
Choose a tag to compare

In this release, we have:

  1. Enhanced Low-Latency Functionality: RAT can now run in operational mode with significantly reduced latency as low as 0.
  2. Updated Forecasting Plugin: The forecasting plugin has been upgraded to allow forecast generation for multiple past dates. Also, user can now provide scenarios to get forecasted outflow. One of the scenarios is 'ST' where user can provide different values of storage change expressed as a percentage of maximum reservoir capacity.
  3. Updated IMERG Precipitation Web Links: The web links for downloading historical IMERG data (prior to 2024) have been updated to match those for current data. This change reflects the revision of the IMERG product version for historical data to V07B, which is now the same as the version for recent IMERG data. These updates were implemented on June 1, 2024, on the IMERG web servers.
  4. Updated RAT documentation: To reflect the changes in the forecasting plugin and the possibility of using low latency in operational mode.

What's Changed

Full Changelog: v3.0.13...v3.0.14

Updated Docs & enhanced Forecasting Plugin v3.0.13 (after v3.0.12)

04 Jul 06:30
7c5d6e1
Compare
Choose a tag to compare

In this release, we have:

Updated Forecasting plugin so that it can now be used to estimate reservoir outflow as well along with reservoir inflow depending on the scenarios provided by the user.
Updated RAT Documentation for ResORR plugin, BOT Filter and Forecasting plugin.
Updated the IMERG Precipitation web link to download IMERG data as the IMERG product versions were changed on 1st June, 2024.
Updated RAT Documentation to have sections for Patch Notes and Recent Adjustments to highlight the recent changes.
Updated RAT Documentation in 'Getting Ready' section in 'GEE Credentials'.
Updated RAT Documentation and RAT Github to show users what papers to cite in their work if they use this software.

What's Changed

Full Changelog: v3.0.12...v3.0.13

Added 2 RAT Plugins with their dependencies v3.0.12 (after v3.0.9)

25 Feb 01:09
93065da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.9...v3.0.12

Added 2 RAT Plugins with their dependencies v3.0.11 (after v3.0.9)

24 Feb 23:40
0696bdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.9...v3.0.11

Added 2 RAT Plugins v3.0.10 (after 3.0.9)

24 Feb 23:20
358911c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.9...v3.0.10

Added Visualization feature and updated IMERG precipitation link (v3.0.9 after v3.0.8)

09 Feb 15:39
1e66de3
Compare
Choose a tag to compare

In this release, we have:

  1. Added visualization feature to easily create interactive plots for inflow, outflow, storage change, evaporation and surface area of a reservoir along with its Area Elevation Curve.
  2. Provided functionality to easily convert relative paths to absolute paths for updating configuration file.
  3. Updated the IMERG Precipitation web link to download IMERG data. (web link change was done on 8th November.)

RAT Toolbox Module Added (v3.0.8 after v3.0.7)

21 Nov 11:12
04185a8
Compare
Choose a tag to compare

rat.toolbox module has been added to contain helpful and utility functions of user. Right now it has one function related to config and that is to update an existing config. Future work will be to add more functions to this module like to create config, or to plot outputs etc.

Functionality Added: BOT Filter (v3.0.7 after v3.0.6)

09 Nov 23:29
7017f72
Compare
Choose a tag to compare

Added the BOT Filter for surface area time series, which filters the optical derived surface area with SAR surface area as the reference.
The BOT Filter can be used to have granular control over the filtering applied to surface area (SA) time series.
To use the filter, set 'apply' in the config file to 'true' and set the three thresholds.
Bias_threshold: The intensity of filtering out optical SA values that has a bias from SAR value.
Outlier_threshold: The intensity of filtering out outlier values in the Optical SA time series
Trend_threshold: The intensity of filtering out optical SA values whose trend differs from SAR trend
Threshold ranges: (Off: 0 - 9: MAX)
Eg. Relatively Aggressive filtering set: [8,8,8]