modifyNcdfCopyMetadata: modifyNcdfCopyMetadata

Description Usage Arguments Details Value Author(s) See Also

View source: R/modifyNcdfCopyMetadata.R

Description

copy attributes and dimensions between ncdf files

Usage

1
2
modifyNcdfCopyMetadata(file.con.orig, file.con.copy, 
    glob.atts = TRUE, dimensions = TRUE)

Arguments

file.con.orig

a NetCDF object pointing to the respective ncdf file from which to copy

file.con.copy

a NetCDF object pointing to the respective ncdf file to which to copy

glob.atts

logical: whether to copy all global attributes

dimensions

logical: whether to copy all dimensions

Details

This function copies all global attributes and/or all dimensions from one ncdf file to another.

Value

nothing is returned.

Author(s)

Jannis v. Buttlar, Thomas Wutzler

See Also

modifyNcdfCopyVar, att.copy.nc


bgctw/ncdfTools documentation built on Jan. 29, 2020, 1:16 p.m.