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.