This repository was archived by the owner on May 14, 2024. It is now read-only.
VIC
Major changes
- Hugh Parsonage has joined as a contributor
- Added a new function
get_current_weather()
to retrieve weather data from specified BOM weather stations - Added a new function
sweep_for_stations()
to find stations used inget_current_weather()
function, based on distance from a specified latitude and longitude - Renamed existing functions for more clarity.
get_forecast()
is nowget_precis_forecast()
get_bulletin()
is nowget_ag_bulletin()
update_locations()
is nowupdate_precis_locations()
Minor changes
- All functions will return a
data.frame
object, not atibble
- If a server is not responding, the function returns a more meaningful error message on exit
- All date/times are returned in POSIXct format
- UTC offset is returned in a separate
UTC_offset
field forget_precis_forecast()
for bothstart_time_local
andend_time_local
fields - Spelling and typo corrections
- Enhanced documentation
Bug fixes
- Correct output for ag bulletin where the observation site is listed but has no values. The site will be listed with location data and
NA
for all meteorological values