Skip to contents

eurocordexr (development version)

eurocordexr 0.2.5

CRAN release: 2025-01-07

  • added nc_grid_to_dt_raw(), which gives a more basic access to the netcdf file using the RNetCDF library
  • added pkgdown website and some usage articles

eurocordexr 0.2.4

CRAN release: 2023-08-24


eurocordexr 0.2.3

CRAN release: 2023-05-19

  • 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 to nc_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 in nc_grid_to_dt() and rotpole_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 of add_files in get_inventory() to TRUE instead of FALSE.
  • 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

eurocordexr 0.2.2

CRAN release: 2021-08-19

  • 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

eurocordexr 0.2.1


eurocordexr 0.2.0

  • improved get_inventory() overview of file dates
  • initial version imported from Eurac gitlab
  • Added a NEWS.md file to track changes to the package.