Releases: geco-bern/map2tidy
Releases · geco-bern/map2tidy
v2.1
v2.0
This breaking release heavily modifies API. Your code working with v1 needs to be changed.
What's New
- Improve robustness:
map2tidy
can now handle hourly data (using pkgCFtime
)- generally more automatic handling of NetCDF files.
- Streamline API:
- function calls require less user input. Since more information is robustly derived from the data itself, the use of various data sets is facilitated.
- Namely: get rid of input arguments:
timedimnam
,noleap
,res_time
- Improve Verbosity:
map2tidy
now reports what it is doingmap2tidy
now suggests alternatives if user input is wrong, e.g. typos or wrong names of ‘longituded’ etc…- unsolved: when
ncores > 1
verbosity remains low, sincemessage()
does not get printed from withinmultidplyr
Changes
New Contributors
Full Changelog: https://github.com/geco-bern/map2tidy/commits/v2.0