climate_aus | R Documentation |
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.
climate_aus
historical_tmax
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.
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
latitude of the stations, in degree
longitude of the stations, in degree
elevation of the stations
station name
the world meteorological organisation (WMO) station number
For climate_aus
: date, prcp, tmax, and tmin, for
historical_tmax
: date and tmax
climate_aus |> face_temporal() |> face_spatial()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.