oceanum-js

@oceanum/datamesh


@oceanum/datamesh / Datasource

Type Alias: Datasource

Datasource = object

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

Represents a data source.

Properties

coordinates

coordinates: Coordkeys

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

Coordinate map for the data source.


description?

optional description: string

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

Description of the data source.


details?

optional details: string

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

Additional details about the data source.


driver

driver: string

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


geom?

optional geom: Geometry

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

Geometric representation of the data source.


id

id: string

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

Unique identifier for the data source.


info?

optional info: Record<string, unknown>

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

Additional information about the data source.


last_modified?

optional last_modified: Date

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

Last modified date of the data source.


name

name: string

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

Name of the data source.


parameters?

optional parameters: Record<string, string | number>

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

Parameters associated with the data source.


parchive?

optional parchive: duration.Duration

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

Archive time period for the data source.


pforecast?

optional pforecast: duration.Duration

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

Forecast time period for the data source.


schema

schema: DatameshSchema

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

Schema information for the data source.


tags?

optional tags: string[]

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

Tags associated with the data source.


tend?

optional tend: dayjs.Dayjs

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

End time for the data source.


tstart?

optional tstart: dayjs.Dayjs

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

Start time for the data source.