infoNcdfAtts: Print a summary of all netCDF variable attributes

Description Usage Arguments Details Value Author(s) See Also

Description

This function returns a summary of all attributes of a single variable in a netCDF file.

Usage

1
infoNcdfAtts(file.con, var.id = "NC_GLOBAL")

Arguments

file.con

a NetCDF object pointing to the respective netCDF file.

var.id

the name or id of the variable for which to display attributes.

Details

If an id or variable name is given for 'var.id ', attributes from one variable are returned. Global attributes are returned if 'NC_GLOBAL' is given.

Value

A matrix containing the name, value and type (columns) of all attributes (rows)

Author(s)

Jannis v. Buttlar

See Also

infoNcdfDims, infoNcdfVars, att.inq.nc


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.