aus_temp {sugarglider} | R Documentation |
Australian Weather Data for 2022
Description
This dataset contains aggregated monthly average temperatures (minimum and maximum) and precipitation for selected Australian weather stations for the year 2022. Stations were selected based on specific criteria such as operational status and completeness of data for the year.
Usage
aus_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.
- 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]