Skip to content

OR-Dept-Environmental-Quality/odeqtmdl

Repository files navigation

odeqtmdl

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

Install

library(devtools)

devtools::install_github("OR-Dept-Environmental-Quality/odeqtmdl",
                         host = "https://api.github.com",
                         dependencies = TRUE, force = TRUE, upgrade = FALSE)

Data Table Usage

A full listing of all non-tribal TMDL actions in Oregon.

odeqtmdl::tmdl_actions

Inventory of NHD reaches where non-tribal Oregon TMDLs have been developed. Note this table is large and may take a minute to load.

odeqtmdl::tmdl_reaches()

Inventory of assessment units and unique stream name (GNIS) watershed assessment units where non-tribal Oregon TMDLs have been developed.

odeqtmdl::tmdl_au
odeqtmdl::tmdl_au_gnis

Summary of all unique water quality limited parameter and pollutant pair combinations for each TMDL action.

odeqtmdl::tmdl_parameters

Partial inventory of TMDL targets from non-tribal Oregon TMDLs. 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_targets

Inventory and narrative description of unique TMDL geo IDs for non-tribal Oregon TMDLs.

odeqtmdl::tmdl_geo_ids

Lookup table of DEQ and EPA ATTAINS water quality parameter names and IDs.

odeqtmdl::LU_pollutant

There 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

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages