wqbc icon indicating copy to clipboard operation
wqbc copied to clipboard

An R package for water quality thresholds and index calculation for British Columbia

Results 17 wqbc issues
Sort by recently updated
recently updated
newest added

This was previously reported but the error was not fixed by the standardize_mdl_units() rems function https://github.com/bcgov/wqbc/issues/158 I think this is partly happening because the columns change names in standardize_wqdata() and...

Two examples using the same EMS_ID/Station but different parameters/variables and in one case the function `summarize_wqdata()` works and provides a summary table while in the other case the table throws...

Making some changes to resolve issues: - [ ] https://github.com/bcgov/wqbc/issues/164 - [ ] https://github.com/bcgov/wqbc/issues/166

Add code: 0005 (Residue: Total (Total Solids)) --> Total Solids (Filterable Residue) 0008 (Residue: Non-filterable (TSS) --> Total Suspended Solids (Non-filterable Residue)

```r # A tibble: 8 x 4 Variable Code Units EC_Code 1 Chromium Total EMS_CR_T ug/L 463 2 Chromium Total EMS_CR_T mg/L 463 3 Conductivity Specific EMS_SC_F mS/cm NA 4...

enhancement

The function does not give any indication to user why limits were not calculated...simply tells them that values were dropped. Error messaging should be as user-friendly as possible, because they...

enhancement

Some of the data processing code is quite slow when dealing with large data sets. Could potentially be sped up with the use of dtplyr.

In addition to by can specify groups that share variances.