Package: ncdfCF
Type: Package
Title: Easy Access to NetCDF Files with CF Metadata Conventions
Version: 0.7.0
Authors@R: person("Patrick", "Van Laake", , "patrick@vanlaake.net", role = c("aut", "cre", "cph"))
Description: Network Common Data Form ('netCDF') files are widely used for 
    scientific data. Library-level access in R is provided through packages 
    'RNetCDF' and 'ncdf4'. Package 'ncdfCF' is built on top of 'RNetCDF' and 
    makes the data and its attributes available as a set of R6 classes that are 
    informed by the Climate and Forecasting Metadata Conventions. Access to the 
    data uses standard R subsetting operators and common function forms.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: abind, CFtime (>= 1.7), methods, R6, RNetCDF, stringr
Collate: 'AOI.R' 'AOImethod.R' 'CFAuxiliaryLongLat.R' 'CFAxis.R'
        'CFAxisCharacter.R' 'CFAxisDiscrete.R' 'CFAxisLatitude.R'
        'CFAxisLongitude.R' 'CFAxisNumeric.R' 'CFAxisTime.R'
        'CFAxisVertical.R' 'CFBounds.R' 'CFCellMeasure.R' 'CFDataset.R'
        'CFGridMapping.R' 'CFLabel.R' 'NCObject.R' 'CFObject.R'
        'CFResource.R' 'CFStandardNames.R' 'CFVariable.R'
        'CFVariableL3b.R' 'CFVerticalParametricTerm.R' 'NCDimension.R'
        'NCGroup.R' 'NCVariable.R' 'makeCFObjects.R' 'ncdfCF-package.R'
        'ops.R' 'readCF.R' 'utils.R' 'wkt2.R' 'zzz.R'
Suggests: data.table, knitr, rmarkdown, terra, testthat (>= 3.0.0),
        units
VignetteBuilder: knitr
Depends: R (>= 4.0)
URL: https://github.com/R-CF/ncdfCF
BugReports: https://github.com/R-CF/ncdfCF/issues
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-09-13 13:05:18 UTC; patrickvanlaake
Author: Patrick Van Laake [aut, cre, cph]
Maintainer: Patrick Van Laake <patrick@vanlaake.net>
Repository: CRAN
Date/Publication: 2025-09-13 13:20:02 UTC
Built: R 4.5.1; ; 2025-09-13 13:46:29 UTC; unix
