Recent Releases of worldmet
worldmet - worldmet 0.10.1
New Features
importNOAAlite()has gained thepathargument, in line withimportNOAA().importNOAAlite()now supports parallel processing using the{mirai}package, in line withimportNOAA().
Bug Fixes
importNOAAlite()can now import data from years other than 2025.
- R
Published by jack-davison 10 months ago
worldmet - worldmet 0.10.0
New Features
Parallel importing of NOAA data is now powered by
{mirai}. This reduces the number of dependencies of{worldmet}, and also allows users to be more flexible with how parallel processing is achieved.- Due to this change, users are recommended to set
mirai::daemons()themselves.n.corewill stil work for back-compatibility, but will give a once-per-session warning.
- Due to this change, users are recommended to set
getMeta()has gained thecrsargument to search NOAA ISD stations by coordinates other than latitude and longitude.Added
importNOAALite()to access the ISDLite filestore.Added the
importNOAA(source=)argument to import ISD data from different file stores. This option can be useful if one of the file stores is not available for whatever reason.All error and warning messages are now powered by
{cli}and are more informative.
- R
Published by jack-davison 11 months ago
worldmet - worldmet 0.9.9
New Features
- The
quietargument ofimportNOAA()now also toggles the progress bar.
Bug Fixes
Fixed join problem due to
{dplyr}updates.Fixed spelling mistakes in
weatherCodesConverted the
{worldmet}vignette to an article. This should ensure it is no longer reliant on NOAA's servers. It can now be accessed at https://openair-project.github.io/worldmet/articles/worldmet.html.
- R
Published by jack-davison over 1 year ago