cf.Data.conform_args

Data.conform_args(save=False, **kwargs)[source]

Return a dictionary of arguments for the partitions’ dataarray methods.

The values are inferred from the state of the Data object and any keyword arguments.

Parameters :
save : bool, optional

Set the ‘save’ key. By default set to False.

kwargs :

Returns :

out : dict

Examples

Previous topic

cf.Data.chunk

Next topic

cf.Data.expand_partition_dims

This Page