cf.CellMethod.create

classmethod CellMethod.create(cell_methods_string=None)[source]

Parse a CF-like cell_methods string.

Parameters
cell_methods_string: str

A CF cell_methods string.

Returns

list

Examples

>>> c = CellMethod.create('lat: mean (interval: 1 hour)')