raindata {hdMTD} | R Documentation |
Rain data set for the city of Canberra, Australia
Description
A data frame with the rainfall history in the city of Canberra, Australia. The data spans from 01/11/2007 to 25/06/2017.
Usage
raindata
Format
A data frame with 3525 rows and 2 columns. Each row corresponds to a day specified in column 1 ("Date"). The value in column 2 ("RainToday") is 0 if no rain was recorded in the city of Canberra that day, and 1 otherwise.
- Date
Date in YYYY-MM-DD format.
- RainToday
Binary indicator (0 = no rain, 1 = rain).
Note
The original BOM data is subject to their Terms of Use. For direct access, visit the BOM website manually: https://www.bom.gov.au/climate/data/ (may require browser access).
Source
Original data source: Australian Bureau of Meteorology (BOM). Accessed via: Kaggle (https://www.kaggle.com/datasets/jsphyg/weather-dataset-rattle-package).
Examples
data(raindata)
[Package hdMTD version 0.1.0 Index]