
Sample data set showing values of merged maximum daily temperature measurements from the Global Surface Summary of Day data (GSOD) with European Climate Assessment & Dataset (ECA&D) data for the month July 2011.
data(dtemp_maxc)
The dtemp_maxc
contains the following columns:
staid
character; station ID from GSOD or ECA&D dataset
time
Date; day of the measurement
temp_minc
numeric; maximum daily temperature in degrees Celsius
Milan Kilibarda and Tomislav Hengl
Global Surface Summary of the day data (ftp://ftp.ncdc.noaa.gov/pub/data/gsod/)
European Climate Assessment & Dataset (https://www.ecad.eu/dailydata/predefinedseries.php)
# load data
data(dtemp_maxc)
str(dtemp_maxc)
Run the code above in your browser using DataLab