Releases: mitmat/eurocordexr
Releases · mitmat/eurocordexr
v0.2.4
v0.2.3
- updated
check_inventory()
to work with CORDEX-Adjust data, too. Check for full period also works if historical is merged to the RCP in filenames. - added
date_range
parameter tonc_grid_to_dt()
to allow easier extraction of subset of data - added helper function
get_varnames()
to list variable names in a netcdf file variable
argument innc_grid_to_dt()
androtpole_nc_point_to_dt()
will be guessed if not supplied- made the inventory data.table from
get_inventory()
a separate class, with specific print method that prints more nicely. For example, list of files is not printed anymore, thus also changed the default ofadd_files
inget_inventory()
toTRUE
instead ofFALSE
. - added workaround for "months since" calendar, which does not work well with ncdf4.helpers
- added further check in
check_inventory()
to test if rcp scenarios have a corresponding historical run
v0.2.2
- updated description with links, put packages and API in single quotes
- spelled out TRUE and FALSE
- check_inventory() now returns an overloaded list of class "eurocordex_inv_check" with specific
print method - added test netCDF files, cropped from EURO-CORDEX for size; used for examples
v0.2.1
- changed package imports to not use
.onLoad()
withlibrary()
but rely on#' @import
- updated
check_inventory()
andcompare_variables_in_inventory()
to reflect changes fromget_inventory()
- added a check for complete periods in
check_inventory()
- misc polishing for submission to CRAN
- consolidate licenses for CRAN and github
- added
globalVariables()
and reformatted examples to remove R CHECK NOTES