cfdm.CFDMImplementation.get_constructs

CFDMImplementation.get_constructs(field, axes=(), data=False)[source]

Return constructs that span particular axes.

If no axes are specified then all constructs are returned.

If axes are specified then constructs whose data arrays span those axes, and possibly other axes, are returned.

Parameters:

field: Field or Domain

axes: sequence of str

data: bool

If True then only return constructs that can contain data.

Returns:

dict