R/tempdata.R

#' Maximum temperatures in the city of Brasília, Brazil.
#'
#' 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.
#'
#'
#' @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.
#'
#' \describe{
#'   \item{DATE}{The day, from 01/01/2003 to 31/08/2024}
#'   \item{TIME}{The time, form 00:00 to 23:00 each day}
#'   \item{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: \url{https://bdmep.inmet.gov.br/}
#'
#' @examples
#' data(tempdata)
"tempdata"

Try the hdMTD package in your browser

Any scripts or data that you put into this service are public.

hdMTD documentation built on June 8, 2025, 10:30 a.m.