-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
79 lines (79 loc) · 1.92 KB
/
Copy pathDESCRIPTION
File metadata and controls
79 lines (79 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: ncdfCF
Type: Package
Title: Easy Access to NetCDF Files with CF Metadata Conventions
Version: 0.8.2.9000
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
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
abind,
CFtime,
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'
'CFData.R'
'CFDataset.R'
'CFGridMapping.R'
'CFGroup.R'
'CFLabel.R'
'NCObject.R'
'CFObject.R'
'CFStandardNames.R'
'CFVariable.R'
'CFVariableL3b.R'
'CFVerticalParametricTerm.R'
'NCDimension.R'
'NCGroup.R'
'NCResource.R'
'NCVariable.R'
'makeCFObjects.R'
'ncdfCF-package.R'
'ops.R'
'plot.R'
'readCF.R'
'utils.R'
'wkt2.R'
'zzz.R'
'aggregate.R'
Suggests:
data.table,
geozarr,
ggplot2,
knitr,
rmarkdown,
stars,
terra,
testthat (>= 3.0.0),
units,
zarr
VignetteBuilder: knitr
Depends:
R (>= 4.2)
URL: https://github.com/R-CF/ncdfCF, https://r-cf.github.io/ncdfCF/
BugReports: https://github.com/R-CF/ncdfCF/issues
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
Config/roxygen2/version: 8.0.0