dictionary: CSLS dictionary of sites

Description Usage Format Details Examples

Description

Dictionary for looking up alternate names and identification numbers for sample sites in the CSLS.

Usage

1

Format

A data frame with the following columns:

lake

lake name, "Pleasant", "Long", or "Plainfield", factor

obs_type

observation type, "LK" (lake), "GW" (groundwater), or "P" (precipitation), factor

site_id

unique site id for measurement site, e.g., LL-01, factor

SWIMS_station_name

SWIMS station name, if exists for this site, factor

SWIMS_station_id

SWIMS station id, if exists for this site, integer

USGS_id

USGS site number, corresponds to site_no in "water_levels" data frame, numeric

WBIC

water body identification code, for lake sites only, integer

site_type

upgradient, downgradient, precipitation, lake, deep, invalid, or NA, factor

site_type_detailed

upgradient, downgradient, precipitation, lake, deep, invalid, inconsistent, typically_downradient, or NA, factor

lat_deg

latitude of the lake, decimal degrees, numeric

long_deg

longitude of the lake, decimal degrees, numeric

elev_m

approximate elevation of the lake, meters above mean sea level, integer

bouy_bottom_elev_m

elevation of the bottom of the lake at the bouy location, meters above mean sea level, numeric.

Details

Raw csv data is processed in the data-raw/ subdirectory of this project with the functions import_dictionary.R which is run by runall_cslsdata.R. No cleaning or transformations are performed on raw csv data beyond converting to .Rda.

Examples

1
2
# Load dictionary
dictionary <- CSLSdata::dictionary

WDNR-Water-Use/CSLSdata documentation built on Nov. 12, 2021, 2:36 a.m.