Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected internal links in RATdocs #107

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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