Recent Releases of worldmet

worldmet - worldmet 0.10.1

New Features

  • importNOAAlite() has gained the path argument, in line with importNOAA().

  • importNOAAlite() now supports parallel processing using the {mirai} package, in line with importNOAA().

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.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.

- R
Published by jack-davison 11 months ago

worldmet - worldmet 0.9.9

New Features

  • The quiet argument of importNOAA() now also toggles the progress bar.

Bug Fixes

- R
Published by jack-davison over 1 year ago