Package: eurocordexr
Type: Package
Title: Makes it Easier to Work with Daily 'netCDF' from EURO-CORDEX
        RCMs
Version: 0.2.4
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, fs, PCICt,
        lubridate
RoxygenNote: 7.2.3
URL: https://github.com/mitmat/eurocordexr
BugReports: https://github.com/mitmat/eurocordexr/issues
LazyData: true
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-08-24 06:28:30 UTC; mitmat
Author: Michael Matiu [aut, cre] (<https://orcid.org/0000-0001-5289-0592>)
Repository: CRAN
Date/Publication: 2023-08-24 06:40:02 UTC
Built: R 4.2.0; ; 2023-08-25 11:14:42 UTC; unix
