|
Scientific Data Formats: Network Common Data Format |
|
The NCDF_ATTRENAME procedure renames an attribute in a netCDF file.
NCDF_ATTRENAME, Cdfid [, Varid] Oldname, Newname [, /GLOBAL]
The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.
The netCDF variable ID, returned from a previous call to NCDF_VARDEF or NCDF_VARID, or the name of the variable. If the GLOBAL keyword is set, this argument must be omitted.
A scalar string containing the attribute's current name.
A scalar string containing the attribute's new name.
Set this keyword to rename a global attribute.
IDL Online Help (March 06, 2007)