get_stations_WQP: Get Water Quality Portal stations in Oregon for status and...

View source: R/Locations.R

get_stations_WQPR Documentation

Get Water Quality Portal stations in Oregon for status and trends analysis

Description

Queries the Water Quality Portal stations database to pull all available stations within a given shapefile, ignoring OREGONDEQ orgIDs.

Usage

get_stations_WQP(
  polygon,
  start_date,
  end_date,
  huc8,
  exclude.tribal.lands = TRUE
)

Arguments

polygon

Shapefile of the area to query

start_date

Date to begin query

end_date

Date to end query

exclude.tribal.lands

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

Value

A list of stations within a given shapefile.

Examples

get_stations_AWQMS(polygon = "your-shapefile-here", exclude.tribal.lands = TRUE, start_date, end_date)

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