The goal of SCI is to calculate scores for hydrology, water quality, human health, and aquatic biology metrics to assess streams within the District of Columbia.
You can install the development version of SCI from GitHub with:
# install.packages("devtools")
devtools::install_github("LimnoTech/SCI")
Produce the SCI scores in just a few simple steps:
-
Complete the pre-processing steps, as needed.
-
In RStudio, open the workflow.R script.
-
Update the “Input Variables” section of the script and confirm the latest data files are saved in the data folder.
-
Update lookup_tables.xlsx and run code from the “Lookup Tables” section of the script, as needed. Note: this step is not typically necessary.
-
Click the Source button to run the workflow.R script.
-
View the results in all_scores.csv.