air_station_lookup: air_station_lookup

View source: R/air_station_lookup.R

air_station_lookupR Documentation

air_station_lookup

Description

This function matches monitoring stations to their nearest NOAA air temperature station. This tool references data created by shp files generated from NOAA datasets that represent stations with enugh data to be usable for the air temperature exclusion.

Usage

air_station_lookup(
  df,
  monloc_col = "MLocID",
  lat_col = "Lat_DD",
  long_col = "Long_DD"
)

Arguments

df

Dataframe of data or monitoring locations that need to be matched to air temp stations

monloc_col

Name of column in df that contains monitoring location name data. Default is "MLOCID"

Lat_col

Name of column in df that contains Latitude information. Default is "Lat_DD"

Long_col

Name of column in df that contains Longitude information. Default is "Long_DD"

Value

Original dataframe with NOAA air temperature station ID and Name appended


TravisPritchardODEQ/IRLibrary documentation built on April 15, 2024, 9:03 a.m.