@oceanum/datamesh / DatameshSchema
DatameshSchema =
object
Defined in: packages/datamesh/src/lib/datasource.ts:59
Datamesh schema
optional
attrs:Record
<string
,string
|number
>
Defined in: packages/datamesh/src/lib/datasource.ts:63
Attributes of the schema.
optional
coords:Record
<string
,DatameshSchema
>
Defined in: packages/datamesh/src/lib/datasource.ts:73
Coordinate map of the schema.
optional
data_vars:Record
<string
,DatameshSchema
>
Defined in: packages/datamesh/src/lib/datasource.ts:78
Data variables of the schema.
dims:
Record
<string
,number
>
Defined in: packages/datamesh/src/lib/datasource.ts:68
Dimensions of the schema.