Skip to contents

Overview

A package developped to make life easier working with daily netcdf files from the EURO-CORDEX RCMs. Relies on data.table to do the heavy data lifting.

Works with many CF-conform netCDF files, like from CMIP, and others, too!

Main components:

Alternatives:

The stars and terra (previously raster) packages can be used similarly, although the functionality for rotated pole grids and non-standard calendars might be different.

Examples

See the article on how to read rotated-pole grids for some usage examples.

Installation

Get the CRAN version:

# from CRAN
install.packages("eurocordexr")

Or get the latest (development) version from github:

# from github
# install.packages("pak")
pak::pak("mitmat/eurocordexr")

Requires netCDF system libraries.

Contribution and help

Any ideas and suggestions are welcome! Feel free to contact me or open issues in github.