get_stations_NWIS: Get USGS stations in Oregon for status and trends analysis

View source: R/Locations.R

get_stations_NWISR Documentation

Get USGS stations in Oregon for status and trends analysis

Description

Queries the NWIS portal to pull all available USGS stations within a given shapefile.

Usage

get_stations_NWIS(polygon, exclude.tribal.lands = TRUE)

Arguments

polygon

Shapefile of the area to 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_NWIS(polygon = "your-shapefile-here", exclude.tribal.lands = TRUE)

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