Learn R Programming

Ditwah (version 1.0.0)

weather_report: Daily rainfall data during the Ditwah storm period

Description

This dataset contains daily rainfall information downloaded from the Department of Meteorology, Sri Lanka. The data includes station details, reporting times, and recorded rainfall amounts.

Usage

data(weather_report)

Arguments

Format

A data frame with the following columns:

Date_downloaded

Date on which the data was downloaded (YYYY-MM-DD).

Reporting_Time

Time of rainfall reporting (HH:MM).

Type

Type of station (e.g., "Rainfall", "Agro", etc.).

Name

Name of the meteorological or rainfall station.

Daily_Rainfall_mm

Recorded daily rainfall in millimetres.