eotransform_xarray.transformers.resample_with_gauss.DaskConfig

class DaskConfig(raster_chunk_sizes: Tuple[int, int])[source]

Bases: EngineConfig

Methods

from_yaml

Convert a representation node to a Python object.

to_yaml

Convert a Python object to a representation node.

Attributes

type

yaml_flow_style

yaml_tag

raster_chunk_sizes

classmethod from_yaml(loader, node)

Convert a representation node to a Python object.

classmethod to_yaml(dumper, data)

Convert a Python object to a representation node.