The odeqtmdl R package includes data tables of Oregon TMDL information and a set of functions that assist in assessment of water quality data against select TMDL targets. The TMDL information is still being assembled and is undergoing review. Some information may not be accurate or complete. TMDLs developed by tribal governments are not included at this time. See each relevant TMDL document for the official record.
https://www.oregon.gov/deq/wq/tmdls/Pages/default.aspx
library(devtools)
devtools::install_github("OR-Dept-Environmental-Quality/odeqtmdl",
host = "https://api.github.com",
dependencies = TRUE, force = TRUE, upgrade = FALSE)A listing of TMDL actions in Oregon.
odeqtmdl::tmdl_actionsThe NHD reaches where TMDLs have been developed. Note this table is large and may take a minute to load.
odeqtmdl::tmdl_reaches()The Oregon assessment units and unique stream name (GNIS) watershed assessment units where TMDLs have been developed.
odeqtmdl::tmdl_au
odeqtmdl::tmdl_au_gnisSummary of all unique 303(d) water quality limited parameter and pollutant pair combinations for each TMDL action.
odeqtmdl::tmdl_parametersThe beneficial uses impacted by the water quality parameter addressed by the TMDL
odeqtmdl::TMDL_ben_usePartial inventory of TMDL targets. The table includes TMDL target value, target unit, statistical base, season start/end, and the geo_id. A geo ID is a unique ID used to identify the applicable NHD reaches and Oregon Assessment Unit where the target applies.
odeqtmdl::tmdl_targetsInventory and narrative description of unique TMDL geo IDs.
odeqtmdl::tmdl_geo_idsLookup table of DEQ and EPA ATTAINS water quality parameter names and IDs.
odeqtmdl::LU_pollutantThere are many other individual package functions. See odeqtmdl package help for more information.
?LU_pollutnat
?LU_wqstd_code
?LU_wqstd
?consecutive_median
?monthly_mean
?monthly_median
?seasonal_mean
?seasonal_median
?target_assessment
?tmdl_export_attains
?tmdl_export_gpkg
?which_target_df
?which_target