dtemp_maxc: Maximum daily temperature in degrees Celsius for July 2011

dtemp_maxcR Documentation

Maximum daily temperature in degrees Celsius for July 2011

Description

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.

Usage

data(dtemp_maxc)

Format

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

Note

The data summaries provided here are based on data exchanged under the World Meteorological Organization (WMO) World Weather Watch Program. To prepare a point map, merge with the stations table containing stations' coordinates.

Author(s)

Milan Kilibarda and Tomislav Hengl

References

Examples

## load data 
data(dtemp_maxc)
str(dtemp_maxc)

meteo documentation built on Nov. 23, 2023, 3:01 p.m.