gridfile.removeAttributes

Remove attributes from the metadata of a gridded dataset


Syntax



Description

obj.removeAttributes(fields)
obj.removeAttributes(field1, field2, .., fieldN)

Removes the listed fields from the metadata attributes of the current gridMetadata object.

obj.removeAttributes(0)

Removes all attributes from the gridfile metadata.


Input Arguments

fields

string vector
A list of fields to remove from the metadata attributes.

fieldN

string scalar
The name of a field to remove from the metadata attributes.