Fetch the BOM forecast and create a data frame object that can be used for
interpolating.
get_BOM_forecast()
Value
Data frame of a Australia BOM forecast for Queensland for max temperature,
min temperature and corresponding locations.
Examples
# NOT RUN {
BOM_forecast <- get_BOM_forecast()
# }