california_stations {chillR} | R Documentation |
Weather stations in California
Description
This is a list of weather stations in California that are contained in the UC IPM database. This can also be generated with make_california_UCIPM_station_list(), but this takes quite a while. So this dataset is supposed to be a shortcut to this.
Format
a data.frame containing stations from the California UC IPM database (), with the columns: "Name", "Code", "Interval", "Lat", "Long", "Elev".
- list("Name")
name of the weather station
- list("Code")
code of the weather station, indicating the name and the database it comes from
- list("Interval")
period of available data (as character string)
- list("Lat")
latitude of the station
- list("Long")
longitude of the station
- list("Elev")
-
elevation of the station
Source
UC IPM website: http://www.ipm.ucdavis.edu/WEATHER/index.html
Examples
data(california_stations)
[Package chillR version 0.75 Index]