Package: ncdfCF
Type: Package
Title: Easy Access to NetCDF Files with CF Metadata Conventions
Version: 0.5.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.6.0), methods, R6, RNetCDF, stringr
Collate: 'AOI.R' 'AOImethod.R' 'CFArray.R' 'CFAuxiliaryLongLat.R'
        'CFAxis.R' 'CFAxisCharacter.R' 'CFAxisDiscrete.R'
        'CFAxisLatitude.R' 'CFAxisLongitude.R' 'CFAxisNumeric.R'
        'CFAxisScalar.R' 'CFAxisTime.R' 'CFAxisVertical.R' 'CFBounds.R'
        'CFCellMeasure.R' 'CFDataset.R' 'CFGridMapping.R' 'CFLabel.R'
        'NCObject.R' 'CFObject.R' 'CFResource.R' 'CFVariable.R'
        'CFVariableBase.R' 'CFVariableL3b.R' 'NCDimension.R'
        'NCGroup.R' 'NCUDT.R' 'NCVariable.R' 'makeCFObjects.R'
        'ncdfCF-package.R' 'readCF.R' 'utils.R' 'wkt2.R' 'zzz.R'
Suggests: data.table, knitr, rmarkdown, terra
VignetteBuilder: knitr
Depends: R (>= 3.5)
URL: https://github.com/pvanlaake/ncdfCF
BugReports: https://github.com/pvanlaake/ncdfCF/issues
NeedsCompilation: no
Packaged: 2025-04-16 07:55:54 UTC; patrickvanlaake
Author: Patrick Van Laake [aut, cre, cph]
Maintainer: Patrick Van Laake <patrick@vanlaake.net>
Repository: CRAN
Date/Publication: 2025-04-16 08:20:02 UTC
