precip.zones: Precipitation Zones

Description Usage Format Source See Also Examples

Description

Precipitation zones specified for the Wood River Valley and surrounding areas. There are three precipitation zones, each containing a single weather station. Precipitation zones were distributed to maintain the geographic similarity between weather stations and zones.

Usage

1

Format

An object of SpatialPolygonsDataFrame class containing 3 Polygons and a data.frame with the following variables:

ID

numeric identifier assigned to the polygon.

PrecipZone

name of the precipitation zone: “Ketchum”, the northernmost zone with data from the Ketchum National Weather Service coop weather station. “Hailey”, central zone with data from the Hailey 3NNW National Weather Service coop weather station. “Picabo”, southernmost zone with data from the Picabo AgriMet weather station.

Geographic coordinates are in units of meters, in conformance with the North American Datum of 1983 (NAD 83), and placed in the Idaho Transverse Mercator projection (IDTM).

Source

Created using the northing midpoint between weather stations, see weather.stations dataset.

See Also

precipitation

Examples

1
2
3
4
5
6
col <- c("#D1F2A5", "#FFC48C", "#F56991")
sp::plot(precip.zones, col = col)
legend("topright", legend = precip.zones@data$PrecipZone, fill = col, bty = "n")
sp::plot(alluvium.extent, add = TRUE)

print(precip.zones)

USGS-R/wrv documentation built on June 30, 2020, 11:07 p.m.