EPATADA
EPATADA copied to clipboard
This R package can be used to compile and evaluate Water Quality Portal (WQP) data for samples collected from surface water monitoring sites on streams and lakes. It can be used to create applications...
- Added two new color palette related functions: 1) TADA_ColorPalette - creates colorblind accessible palette for use in TADA visualizations 2) TADA_ViewColorPalette - view palette color swatches with labels identifying...
Consider adding outlier information to TADA stats function. Append one or two additional columns to the dataset flagging outliers at the individual station/char level and/or at the all stations/char level....
See remaining discussion points and questions here: https://github.com/USEPA/TADA/pull/283
**Describe the bug** Upper Sioux in MN (organization ID: USIOUX_WQX) has examples of negative values for depth and pH, extreme high and low (0) conductivity and dissolved oxygen, extreme high...
**Is your feature request related to a problem? Please describe.** Users would like to flag monitoring locations that do not fall on waterbodies for review. This could be a new...
**Is your feature request related to a problem? Please describe.** Currently, the function identifies sites within some buffer distance of each other, but it only assigns them to a site...
**Is your feature request related to a problem? Please describe.** [TADA_FindNearbySites()](https://usepa.github.io/TADA/reference/TADA_FindNearbySites.html) [TADA_FlagCoordinates()](https://usepa.github.io/TADA/reference/TADA_FlagCoordinates.html) We have two functions to assist with monitoring location QAQC. One flags nearby sites that may be the...
**Is your feature request related to a problem? Please describe.** Monitoring locations have varying levels of location precision recorded in WQP. Generally, low precision occurs when there are 3 or...
**Describe the bug** TADA_UpdateTribalLayers() issues many warnings. **To Reproduce** Code to reproduce the behavior: ``` r > TADA_UpdateTribalLayers() Deleting layer `AKAllotments' using driver `ESRI Shapefile' Writing layer `AKAllotments' to data...
**Describe the bug** Rows with fraction and speciation that need to be converted FROM some text TO NA are not flagged as HARMONIZED in the TADA.Harmonized.Flag column. In TADA_HarmonizeSynonyms, @cristinamullin...