CDEC.snow.courses.RdThe CDEC snow course list, updated September 2019
data(CDEC.snow.courses)A data frame with 259 observations on the following 9 variables.
course_numbercourse number
nameconnotative course label
idcourse ID
elev_feetcourse elevation in feet
latitudelatitude
longitudelongitude
april.1.Avg.inchesaverage inches of snow as of April 1st
agencyresponsible agency
watershedwatershed label
Data were scraped from http://cdec.water.ca.gov/misc/SnowCourses.html, 2019.
data(CDEC.snow.courses)
head(CDEC.snow.courses)
#> course_number name id elev_feet latitude longitude
#> 2 1 PARKS CREEK PRK 6700 41.367 -122.550
#> 3 2 LITTLE SHASTA LSH 6200 41.808 -122.195
#> 4 3 SWEETWATER SWT 5850 41.382 -122.535
#> 6 5 MIDDLE BOULDER 1 MBL 6600 41.217 -122.807
#> 7 417 BOX CAMP BXC 6450 41.597 -123.165
#> 8 311 MIDDLE BOULDER 3 MB3 6200 41.225 -122.811
#> april.1.Avg.inches agency watershed
#> 2 35.1 Mount Shasta Ranger District SHASTA R
#> 3 16.6 Goosenest Ranger District SHASTA R
#> 4 13.1 Mount Shasta Ranger District SHASTA R
#> 6 31.5 Salmon/Scott River Ranger District SCOTT R
#> 7 35.2 Salmon/Scott River Ranger District SCOTT R
#> 8 27.4 Salmon/Scott River Ranger District SCOTT R