-
Complete rewrite of package.
-
Package now has the main function
get_met_data()
, whereget_station_metadata()
andstation_coverage()
provide information on the station and which additional data fields they have reported on. -
The
get_met_data()
function can bucketize observations so that even hourly observations are provided. -
Instead of needing to provide a range of years, any vector of
years
can be provided toget_met_data()
. -
The
visibility
parameter is now provided in the standard set of station observations. -
A more reliable method of getting the local times for each station has been implemented.
-
Meteorological data files can be collected in a directory after download for later reuse.
-
Additional data fields, when requested, are processed much more quickly than in previous releases.
-
Tibbles are now returned instead of data frames.
-
A pkgdown site has been generated.