oceanum-js

@oceanum/datamesh


@oceanum/datamesh / DataVariable

Type Alias: DataVariable

DataVariable = object

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

Represents a data variable.

Properties

attributes

attributes: Record<string, string | unknown>

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

Attributes of the variable.


data?

optional data: Data

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

Data associated with the variable.


dimensions

dimensions: string[]

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

Dimensions of the variable


dtype?

optional dtype: DataType

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

Datatype of the variable.