historical_temp {sugarglider} | R Documentation |
Historical Australian Weather Data from 2021-2022
Description
This dataset contains aggregated monthly average temperatures (minimum and maximum) and precipitation for selected Australian weather stations for the years 2021 and 2022. It provides a broader historical perspective compared to 'aus_temp'. Stations were selected based on operational status and data completeness.
Usage
historical_temp
Format
A data frame with the following columns:
- id
Station ID.
- long
Longitude of the station.
- lat
Latitude of the station.
- month
Month for the aggregated data.
- year
Year for the aggregated data, either 2021 or 2022.
- tmin
Monthly average minimum temperature (in degrees Celsius).
- tmax
Monthly average maximum temperature (in degrees Celsius).
- prcp
Monthly average precipitation (in mm).
Source
GHCN Daily data via 'meteo_pull_monitors' from the 'rnoaa' package.
[Package sugarglider version 1.0.3 Index]