tempdata {hdMTD} | R Documentation |
Maximum temperatures in the city of Brasília, Brazil.
Description
A data frame with the maximum temperature of the last hour, by each hour, in the city of Brasília, Brazil. The data spans from 01/01/2003 to 31/08/2024.
Usage
tempdata
Format
A data frame with 189936 rows and 3 columns. Each row corresponds to a time in a day specified in columns 2 ("TIME") and 1 ("DATE") respectively. The value in column 3 ("MAXTEMP") is the maximum temperature measured in the last hour, in Celsius (Cº), in the city of Brasília, the capital of Brazil, located in the central-western part of the country.
- DATE
The day, from 01/01/2003 to 31/08/2024
- TIME
The time, form 00:00 to 23:00 each day
- MAXTEMP
The maximum temperature measured in the last hour in Celsius
Source
Meteorological data provided by INMET (National Institute of Meteorology, Brazil). Data collected from automatic weather station in Brasília (latitude: -15.79°, longitude: -47.93°, altitude: 1159.54 m). Available at: https://bdmep.inmet.gov.br/
Examples
data(tempdata)