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:

TODO