@oceanum/datamesh / Datasource
Datasource =
object
Defined in: packages/datamesh/src/lib/datasource.ts:84
Represents a data source.
coordinates:
Coordkeys
Defined in: packages/datamesh/src/lib/datasource.ts:148
Coordinate map for the data source.
optional
description:string
Defined in: packages/datamesh/src/lib/datasource.ts:98
Description of the data source.
optional
details:string
Defined in: packages/datamesh/src/lib/datasource.ts:153
Additional details about the data source.
driver:
string
Defined in: packages/datamesh/src/lib/datasource.ts:160
optional
geom:Geometry
Defined in: packages/datamesh/src/lib/datasource.ts:108
Geometric representation of the data source.
id:
string
Defined in: packages/datamesh/src/lib/datasource.ts:88
Unique identifier for the data source.
optional
info:Record
<string
,unknown
>
Defined in: packages/datamesh/src/lib/datasource.ts:138
Additional information about the data source.
optional
last_modified:Date
Defined in: packages/datamesh/src/lib/datasource.ts:158
Last modified date of the data source.
name:
string
Defined in: packages/datamesh/src/lib/datasource.ts:93
Name of the data source.
optional
parameters:Record
<string
,string
|number
>
Defined in: packages/datamesh/src/lib/datasource.ts:103
Parameters associated with the data source.
optional
parchive:duration.Duration
Defined in: packages/datamesh/src/lib/datasource.ts:128
Archive time period for the data source.
optional
pforecast:duration.Duration
Defined in: packages/datamesh/src/lib/datasource.ts:123
Forecast time period for the data source.
schema:
DatameshSchema
Defined in: packages/datamesh/src/lib/datasource.ts:143
Schema information for the data source.
optional
tags:string
[]
Defined in: packages/datamesh/src/lib/datasource.ts:133
Tags associated with the data source.
optional
tend:dayjs.Dayjs
Defined in: packages/datamesh/src/lib/datasource.ts:118
End time for the data source.
optional
tstart:dayjs.Dayjs
Defined in: packages/datamesh/src/lib/datasource.ts:113
Start time for the data source.