Skip to contents

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.