Description Usage Arguments Value Author(s) See Also
View source: R/modifyNcdfCopyMetadata.R
This function copies all global attributes and/or all dimensions from one netCDF file to another.
1 2 | modifyNcdfCopyMetadata(file.con.orig, file.con.copy, glob.atts = TRUE,
dimensions = TRUE)
|
file.con.orig |
a NetCDF object pointing to the respective netCDF file from which to copy |
file.con.copy |
a NetCDF object pointing to the respective netCDF file to which to copy |
glob.atts |
logical: whether to copy all global attributes |
dimensions |
logical: whether to copy all dimensions |
nothing is returned.
Jannis v. Buttlar
modifyNcdfCopyVar
, att.copy.nc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.