findSnotel: Find USDA NRCS Snotel Stations

Description Usage Arguments Author(s) Examples

View source: R/findSnotel.R

Description

findSnotel returns a SpatialPointsDataFrame* Objects cropped to an Area of Interest. Station data is extacted from NRCS reports and contains 11 attributes:

Usage

1
findSnotel(AOI = NULL, ids = FALSE)

Arguments

AOI

A Spatial* or simple features geometry, can be piped from getAOI

ids

If TRUE, a vector of NHD COMIDs is added to retuned list (default = FALSE)

Author(s)

Mike Johnson

Examples

1
2
3
4
## Not run: 
CA.sno = getAOI(state = 'CA') %>% findSnotel()

## End(Not run)

mikejohnson51/HydroData documentation built on May 29, 2019, 2:34 p.m.