oceanum-js

@oceanum/datamesh


@oceanum/datamesh / index / DataVariable

Type Alias: DataVariable

DataVariable = object

Defined in: packages/datamesh/src/lib/datamodel.ts:53

Represents a data variable.

Properties

attributes

attributes: Record<string, string | unknown>

Defined in: packages/datamesh/src/lib/datamodel.ts:57

Attributes of the variable.


chunks?

optional chunks: 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.


data?

optional data: Data

Defined in: packages/datamesh/src/lib/datamodel.ts:69

Data associated with the variable.


dimensions

dimensions: string[]

Defined in: packages/datamesh/src/lib/datamodel.ts:61

Dimensions of the variable


dtype?

optional dtype: DataType

Defined in: packages/datamesh/src/lib/datamodel.ts:65

Datatype of the variable.