get_stations_AWQMS: Get stations in Oregon from DEQ's Ambient Water Quality...

View source: R/Locations.R

get_stations_AWQMSR Documentation

Get stations in Oregon from DEQ's Ambient Water Quality Monitoring System for status and trends analysis

Description

Queries the ODEQ stations database to pull all available stations within a given shapefile.

Usage

get_stations_AWQMS(
  polygon,
  exclude.tribal.lands = TRUE,
  stations.channel.name = "STATIONS"
)

Arguments

polygon

Shapefile of the area to query

exclude.tribal.lands

Whether or not to exclude stations located on tribal lands. Defaults to TRUE.

stations.channel.name

The name (in quotes) of your ODBC connection to the DEQLEAD-LIMS/Stations SQL repository. Defaults to "STATIONS".

Value

A list of stations within a given shapefile.

Examples

get_stations_AWQMS(polygon = "your-shapefile-here", exclude.tribal.lands = TRUE, stations.channel.name = "STATIONS")

donco/odeqstatusandtrends documentation built on April 20, 2024, 12:46 a.m.