tiled.structures.xarray.DataArrayMacroStructure

class tiled.structures.xarray.DataArrayMacroStructure(variable: tiled.structures.array.ArrayStructure, coords: Union[Dict[str, str], NoneType], coord_names: List[str], name: str, resizable: Union[bool, Tuple[bool, ...]] = False)[source]
__init__(variable: ArrayStructure, coords: Optional[Dict[str, str]], coord_names: List[str], name: str, resizable: Union[bool, Tuple[bool, ...]] = False) None

Methods

__init__(variable, coords, coord_names, name)

from_json(structure)

Attributes

resizable

variable

coords

coord_names

name