Description Usage Format Source Examples
Weather stations in the Wood River Valley and surrounding areas.
1 |
An object of SpatialPointsDataFrame class containing 5 points and the following variables:
name of the weather station.
unique identifier for the weather station.
type of weather stations:
"HADS"
, a Hydrometeorological Automated Data System operated by the
National Weather Service Office of Dissemination;
"AgriMet"
, a satellite-telemetry network of
automated agricultural weather stations operated and
maintained by the Bureau of Reclamation; and
"SNOTEL"
, an automated system of snowpack and
related climate sensors operated by the
Natural Resources Conservation Service.
is the managing organization.
is the elevation of the weather station in meters above the North American Vertical Datum of 1988 (NAVD 88).
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).
National Oceanic and Atmospheric Administration (NOAA), Bureau of Reclamation, Natural Resources Conservation Service (NRCS), accessed on May 1, 2015
1 2 3 | sp::plot(alluvium.extent)
sp::plot(weather.stations, col = "red", add = TRUE)
str(weather.stations@data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.