Skip to content

worldmet 0.10.0

Choose a tag to compare

@jack-davison jack-davison released this 30 Jul 10:31

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.core will stil work for back-compatibility, but will give a once-per-session warning.
  • getMeta() has gained the crs argument 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.