Package: ncmeta
Title: Straightforward 'NetCDF' Metadata
Version: 0.4.0.9002
Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre")),
person("Tomas", "Remenyi", role = "ctb"),
person("Ben", "Raymond", role = "ctb"),
person("David", "Blodgett", role = "ctb"),
person("Milton", "Woods", role = "ctb"),
person("Patrick", "Van Laake", role = "ctb"))
Description: Extract metadata from 'NetCDF' data sources, these can be
files, file handles or servers. This package leverages and
extends the lower level functions of the 'RNetCDF' package
providing a consistent set of functions that all return data
frames. We introduce named concepts of 'grid', 'axis' and
'source' which are all meaningful entities without formal
definition in the 'NetCDF' library
. 'RNetCDF'
matches the library itself with only the named concepts of
'variables', 'dimensions' and 'attributes'.
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.0
Imports: dplyr, rlang, RNetCDF, tibble, stats, tidyr, CFtime
Suggests: testthat, covr
Roxygen: list(markdown = TRUE)
URL: https://github.com/hypertidy/ncmeta,
https://hypertidy.github.io/ncmeta/
BugReports: https://github.com/hypertidy/ncmeta/issues
ByteCompile: TRUE
Config/pak/sysreqs: libicu-dev libnetcdf-dev libudunits2-dev
Repository: https://hypertidy.r-universe.dev
Date/Publication: 2024-10-22 01:03:38 UTC
RemoteUrl: https://github.com/hypertidy/ncmeta
RemoteRef: HEAD
RemoteSha: 78919d6e8e104f68be92b767b2b85f4805cb3b27
NeedsCompilation: no
Packaged: 2026-06-18 08:15:56 UTC; root
Author: Michael Sumner [aut, cre],
Tomas Remenyi [ctb],
Ben Raymond [ctb],
David Blodgett [ctb],
Milton Woods [ctb],
Patrick Van Laake [ctb]
Maintainer: Michael Sumner