oceanum-js

@oceanum/datamesh


@oceanum/datamesh / DatameshSchema

Type Alias: DatameshSchema

DatameshSchema = object

Defined in: packages/datamesh/src/lib/datasource.ts:59

Datamesh schema

Properties

attrs?

optional attrs: Record<string, string | number>

Defined in: packages/datamesh/src/lib/datasource.ts:63

Attributes of the schema.


coords?

optional coords: Record<string, DatameshSchema>

Defined in: packages/datamesh/src/lib/datasource.ts:73

Coordinate map of the schema.


data_vars?

optional data_vars: Record<string, DatameshSchema>

Defined in: packages/datamesh/src/lib/datasource.ts:78

Data variables of the schema.


dims

dims: Record<string, number>

Defined in: packages/datamesh/src/lib/datasource.ts:68

Dimensions of the schema.