cf.Data.conform_args

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

Return a dictionary of arguments for the cf.Partition.dataarray method.

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 it is set automatically depending on the size of te master array, the chunk size and the available memory.

kwargs :

Returns :

out : dict

Examples

Previous topic

cf.Data.close

Next topic

cf.Data.copy

This Page