Skip to content

Commit

Permalink
Merge pull request #107 from UW-SASWE/sm-main
Browse files Browse the repository at this point in the history
Corrected internal links in RATdocs
  • Loading branch information
SanchitMinocha authored Jul 4, 2024
2 parents 7c5d6e1 + 52b5efe commit 8489541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Development/RecentAdjustments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Now, an additional role is required for service accounts to access Earth Engine.

Additionally, now it is recommended that the google cloud project itself should to be registered for use with Earth Engine. Earlier instead of the cloud project, users had to register each of their service accounts to use with Earth Engine.

We have updated the RAT documentation accordingly [here](../QuickStart/GettingReady/#gee-credentials) in step 4 of task 3 and task 4A has been added as an alternative to task 4B for GEE Credentials.
We have updated the RAT documentation accordingly [here](../../QuickStart/GettingReady/#gee-credentials) in step 4 of task 3 and task 4A has been added as an alternative to task 4B for GEE Credentials.

### June 1, 2024
There is a change in the [version of IMERG data products](https://gpm.nasa.gov/data/news/imerg-v07b-early-and-late-run-begin-production) and therefore weblink to download precipitation data needs to be changed. The weblink has been updated in the [developer version](../../Development/DeveloperVersion/) of RAT. It has been released in the [v3.0.13](../../Development/PatchNotes/#v3013). To [update](https://conda.io/projects/conda/en/latest/commands/update.html) RAT, please use `conda update rat` in your RAT environment.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The [Reservoir Assessment Tool (RAT)](https://depts.washington.edu/saswe/rat) uses satellite remote sensing data to monitor water surface area and water level changes in artificial reservoirs. It uses this information, along with topographical information (either derived from satellite data, or in-situ topo maps) to estimate the Storage Change (∆S) in the reservoirs. Additionally, RAT models the Inflow (I) and the Evaporation (E) of each reservoir. Finally, RAT uses the modeled I, and E, and estimated ∆S, to estimate the Outflow (O) from reservoirs.

!!! tip_note "Tip"
If RAT was working fine previously but you've recently encountered errors, please check out [Recent Adjustments](../Development/RecentAdjustments) for potential issues and their solutions.
If RAT was working fine previously but you've recently encountered errors, please check out [Recent Adjustments](../../Development/RecentAdjustments) for potential issues and their solutions.

!!! note
You are reading documentation for RAT version 3 (RAT-3). [RAT 3.0](https://doi.org/10.5194/gmd-17-3137-2024) makes numerous improvements to the code structure, performance optimizations, added configurations, ability to run RAT for multiple basins, among some introduced features. It also introduces packaging of RAT as a conda package, allowing for quick and easy installation.
Expand Down

0 comments on commit 8489541

Please sign in to comment.