Package: ncdfCF
Type: Package
Title: Easy Access to NetCDF Files with CF Metadata Conventions
Version: 0.3.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.5.0), methods, R6, RNetCDF, stringr
Collate: 'AOI.R' 'AOImethod.R' 'CFAuxiliaryLongLat.R' 'CFAxis.R'
        'CFAxisCharacter.R' 'CFAxisDiscrete.R' 'CFAxisLatitude.R'
        'CFAxisLongitude.R' 'CFAxisNumeric.R' 'CFAxisScalar.R'
        'CFAxisTime.R' 'CFAxisVertical.R' 'CFBounds.R' 'CFData.R'
        'CFDataset.R' 'CFGridMapping.R' 'CFLabel.R' 'NCObject.R'
        'CFObject.R' 'CFResource.R' 'CFVariable.R'
        'CFVariableGeneric.R' 'CFVariableL3b.R' 'MemoryGroup.R'
        'NCDimension.R' 'NCGroup.R' 'NCUDT.R' 'NCVariable.R'
        'makeCFObjects.R' 'ncdfCF-package.R' 'readCF.R' 'utils.R'
        'wkt2.R'
Suggests: 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-01-19 09:52:55 UTC; patrickvanlaake
Author: Patrick Van Laake [aut, cre, cph]
Maintainer: Patrick Van Laake <patrick@vanlaake.net>
Repository: CRAN
Date/Publication: 2025-01-19 10:10:02 UTC
