climate_aus {cubble}R Documentation

Australia climate data

Description

climate_aus: daily measure on precipitation (prcp), maximum temperature (tmax), and minimum temperature (tmin) in 2020 for 639 stations. historical_tmax: daily maximum temperature (tmax) for 75 stations in Victoria and New South Wales for two periods: 1971-1975 and 2016-2020.

Usage

climate_aus

historical_tmax

Format

An object of class spatial_cubble_df (inherits from cubble_df, tbl_df, tbl, data.frame) with 639 rows and 7 columns.

An object of class spatial_cubble_df (inherits from cubble_df, tbl_df, tbl, data.frame) with 75 rows and 7 columns.

Details

id

station ID, "ASN000" are international paddings, the next two digits (digit 8-9) indicates the states the station is in: Western Australia: 01-13, Northern Territory: 14-15, South Australia: 16-26, Queensland: 27-45, New South Wales: 46-75, Victoria: 76-90, Tasmania: 91-99. See http://www.bom.gov.au/climate/cdo/about/site-num.shtml

lat

latitude of the stations, in degree

long

longitude of the stations, in degree

elev

elevation of the stations

name

station name

wmo_id

the world meteorological organisation (WMO) station number

ts

For climate_aus: date, prcp, tmax, and tmin, for historical_tmax: date and tmax

Examples

climate_aus %>% face_temporal() %>% face_spatial()

[Package cubble version 0.3.0 Index]