A dataset containing daily weather data in APSIM format for Boonah at -27.9927 S, 152.6906 E for the period 1 Jan 2019 to 31 May 2020.
boonah
A data frame with 517 rows and 10 variables:
Year
Day
Radiation (MJ/m^2)
Max Temperature (degrees C)
Min Temperature (degrees C)
Rainfall (mm)
Evaporation (mm)
Vapour Pressure (hPa)
Source Code is a six digit string describing the source of the meteorological data where each digit is either 0, an actual observation; 1, an actual observation from a composite station; 2, a value interpolated from daily observations; 3, a value interpolated from daily observations using the anomaly interpolation method for CLIMARC data; 6, a synthetic pan value; or 7, an interpolated long term average
The date on which daily weather was collected
These data were obtained using
boonah <-
get_silodata(latitude = "-27.9927", longitude = "152.6906",
email = "MY_EMAIL_ADDRESS", START = "20190101", FINISH = "20200531")
where “MY_EMAIL_ADDRESS” was replaced with an appropriate address.