ncmeta (version 0.4.0)

nc_atts: NetCDF attributes

Description

All attributes in the file, globals are treated as if they belong to variable 'NC_GLOBAL'. Attributes for a single variable may be returned by specifying 'variable' - 'NC_GLOBAL' can stand in to return only those attributes.

Usage

nc_atts(x, variable = NULL, ...)

# S3 method for NetCDF nc_atts(x, variable = NULL, ...)

# S3 method for character nc_atts(x, variable = NULL, ...)

Value

data frame of attributes

Arguments

x

filename or handle

variable

optional single name of a variable, or 'NC_GLOBAL'

...

ignored

Examples

Run this code
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
nc_atts(f)

Run the code above in your browser using DataLab