utsnow | R Documentation |
Water equivalent of snow density (WESD) in mm of water at various location within and surrounding the state of Utah. WESD are measured at weather stations within the Daily Global Historical Climatology Network. April first measurements are used to estimate snowpack for the state of Utah.
utsnow
An sf points object with 394 rows and 8 variables:
Weather station identification code.
Weather station name.
Latitude of weather station.
Longitude of weather station.
Elevation of weather station.
Largest watershed region containing this weather station
(see utws
data).
Water equivalent of snow density in mm of water.
sfc points in geographic coordinates.
https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/
# If you run into issues with loading this dataset try running:
utsnow <- sf::st_read(system.file("extdata/utsnow.shp", package="remap"))
names(utsnow) <- c(
"ID", "STATION_NAME", "LATITUDE", "LONGITUDE", "ELEVATION", "HUC2",
"WESD", "geometry"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.