@oceanum/datamesh / index / DataVariable
DataVariable =
object
Defined in: packages/datamesh/src/lib/datamodel.ts:53
Represents a data variable.
attributes:
Record<string,string|unknown>
Defined in: packages/datamesh/src/lib/datamodel.ts:57
Attributes of the variable.
optionalchunks:number[]
Defined in: packages/datamesh/src/lib/datamodel.ts:74
Chunk sizes for the variable dimensions. If not specified, uses the global chunk configuration or defaults to the full shape.
optionaldata:Data
Defined in: packages/datamesh/src/lib/datamodel.ts:69
Data associated with the variable.
dimensions:
string[]
Defined in: packages/datamesh/src/lib/datamodel.ts:61
Dimensions of the variable
optionaldtype:DataType
Defined in: packages/datamesh/src/lib/datamodel.ts:65
Datatype of the variable.