Package: eurocordexr
Type: Package
Title: Makes it Easier to Work with Daily 'netCDF' from EURO-CORDEX
        RCMs
Version: 0.2.5
Authors@R: person("Michael", "Matiu", 
                  email = "michaelmatiu@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0001-5289-0592"))
Maintainer: Michael Matiu <michaelmatiu@gmail.com>
Description: 
    Daily 'netCDF' data from e.g. regional climate models (RCMs) are not trivial
    to work with. This package, which relies on 'data.table', makes it easier
    to deal with large data from RCMs, such as from EURO-CORDEX 
    (<https://www.euro-cordex.net/>, <https://cordex.org/data-access/>). It has 
    functions to extract single grid cells from rotated pole grids as well as 
    the whole array in long format. Can handle non-standard calendars (360, 
    noleap) and interpolate them to a standard one. Potentially works with many 
    CF-conform 'netCDF' files. 
License: GPL-3
Encoding: UTF-8
Depends: R (>= 2.10)
Imports: data.table, magrittr, ncdf4, ncdf4.helpers, RNetCDF, fs,
        PCICt, lubridate
RoxygenNote: 7.3.2
URL: https://github.com/mitmat/eurocordexr,
        https://mitmat.github.io/eurocordexr/
BugReports: https://github.com/mitmat/eurocordexr/issues
LazyData: true
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: rmarkdown, ggplot2, terra, stars, scico,
        mitmat/mitmatmisc
NeedsCompilation: no
Packaged: 2025-01-07 10:44:00 UTC; mitmat
Author: Michael Matiu [aut, cre] (<https://orcid.org/0000-0001-5289-0592>)
Repository: CRAN
Date/Publication: 2025-01-07 11:10:10 UTC
