Skip to content

Commit

Permalink
Update FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
shannarucker committed Jan 4, 2025
1 parent f1f0c50 commit 762aafe
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions vignettes/sci_details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,93 @@ knitr::opts_chunk$set(

# FAQs

## EIA

1. The Rock Creek mainstem includes both the MS4 and CSS. The Rock Creek watershed also includes additional area beyond the Rock Creek SCI subwatersheds. What area of Rock Creek is used for the SCI analysis?

**The entire Rock Creek watershed is used in the SCI analysis. See the \"eia_rock_creek\" tab in the lookup spreadsheet for a full list of subsheds included.**

## Water Quality Index

**How are non-detects handled in the dataset?**

The reporting limit is used for non-detect values. For example, results reported as \<0.010, got incorporated in the analysis as 0.010.

**What water quality criteria should be used for the various parameters?**

See Section 1 (Indicators and Metrics) of the Stream Condition Index Methodology (2022)

Among the non-nutrient WQ indicators, some have only a maximum criteria, only a minimum criteria, or both a maximum and minimum criteria. The same assess_wq() function handles all three cases.

For the nutrient WQ indicatiors (TN and TP), the assess_wq_nutrients() requires both criteria input for the Piedmont and Coastal Plain Level III Ecoregions

## Aquatic Life Index

**How are the aquatic life metrics calculated?** 

All four metrics get calculated outside of the R package and get incorporated through lookup tables in data/lookup_tables.xlsx.

Connection to the Mainstem is unlikely to change from year to year. Subsheds are assigned a score of either 10 (connected to the mainstem) or 1 (not connected to the mainstem).

An option for calculating fish IBI, habitat PHI, and macroinvertebrate HBI is with the [MBSStools R package](https://leppott.github.io/MBSStools/articles/MBSStools_vignette.html).  The IBI, PHI, and HBI scores then get translated to an SCI score and added to the relevant lookup table.

**How do IBI, PHI, and HBI scores translate to SCI scores?**

See the conversion tables below:

| Fish IBI | SCI Score |
|-----------|-----------|
| 4.8 - 5.0 | 10 |
| 4.4 - 4.7 | 9 |
| 4.0 - 4.3 | 8 |
| 3.5 - 3.9 | 7 |
| 3.0 - 3.4 | 6 |
| 2.5 - 2.9 | 5 |
| 2.0 - 2.4 | 4 |
| 1.5 - 1.9 | 3 |
| 1.0 - 1.4 | 2 |
| No fish | 1 |

## Stations

**What stations are included for each tributary?**

All station locations within a given tributary should be incorporated into the analysis and included in the location_id lookup table.

For Rock Creek, only include stations specifically in Upper Rock Creek and Lower Rock Creek.

**Are separate scores calculated for the upper and lower segments of Rock Creek and Watts Branch?**

No, a single score is calculated for each indicator in Rock Creek and Watts Branch

## Timeframe

**What timeframe should be used for the analysis?**

The goal is to use the five most recent calendar years of data (e.g. 01/01/2020 -- 12/31/2024). Some exceptions may be made to extend the timeframe beyond five years if it is found that there is inadequate data.

## Troubleshooting

**When I try to run the R code, I get a warning. What should I do?**

Most warnings are expected and are not an issue when running the R code. You should be able to proceed through steps as normal. If you still have questions or concerns, contact the package maintainer (see \'Contacts\' subsection of the FAQs)

**When I try to run the R code, I get an error. What should I do?**

Possible things to try include:

- Read the error message to see if you can pinpoint where the error occurred.

- ·Be sure that all input variables are specified and correct.

- Confirm file names and pathways are correct.

- Check whether datasets have format changes. Changes in field names, changes in waterbody names, new sampling IDs, etc. can disrupt the code.

- If you\'re unable to resolve the error, If you still have questions or concerns, contact the package maintainer (see \'Contacts\' subsection of the FAQs)

## Contacts

**Who should I contact if I have questions about the R package?**

The R package is currently being maintained by Shanna Rucker Blount (LimnoTech). You can contact her at srucker\@limno.com

0 comments on commit 762aafe

Please sign in to comment.