A CF-compliant earth science data analysis library
CellMethod.
set_qualifier
Set a qualifier of the cell method.
New in version 1.7.0.
See also
del_qualifier, get_qualifier, has_qualifier, qualifiers
del_qualifier
get_qualifier
has_qualifier
qualifiers
str
The name of the qualifier to be set.
The value for the qualifier.
bool
If True then set a deep copy of value.
None
Examples:
>>> c.set_qualifier('where', 'land') >>> c.get_qualifier('where') 'land'