Parameters : |
- items : optional
Select items whose properties satisfy the given
conditions. See cf.Field.items for details.
- role : (sequence of) str, optional
Select items of the given roles. See cf.Field.items for
details.
- ctype : (sequence of) str, optional
Select dimension and auxiliary coordinate object items of the
given CF types. See cf.Field.items for details.
- axes : optional
Select items which span at least one of the specified axes,
taken in any order (as well as possibly spanning other,
unspecified axes). See cf.Field.items for details.
- rank : int or cf.Comparison, optional
Select items whose ranks satisfy the given condition, where an
item’s rank is the number of axes which it spans. See
cf.Field.items for details.
- exact : bool, optional
The exact argument applies to the interpretion of particular
conditions given by values of the items argument. See
cf.Field.items for details.
- inverse : bool, optional
If True then select items other than those selected by all
other criteria. See cf.Field.items for details.
- match_all : bool, optional
The match_all argument applies to the interpretion of
dictionaries given by the items argument. See
cf.Field.items for details.
- regex : bool, optional
By default regex is False and all strings given by values of
the items argument are considered to be arbitrary
abbreviations or else exact (see the exact argument). See
cf.Field.items for details.
- strict_axes : bool, optional
The strict_axes argument applies to the interpretion of
axes argument. See cf.Field.items for details.
|