object
(Column Names)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
column_name | string |
Required | cannot be null | IEA Wind Resource Assessment - Data Model |
statistic_type_id | string |
Required | cannot be null | IEA Wind Resource Assessment - Data Model |
is_ignored | boolean |
Optional | cannot be null | IEA Wind Resource Assessment - Data Model |
notes | string |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
update_at | string |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
The column name in the data file which relates to this sensor configuration.
column_name
-
is required
-
Type:
string
(Column Name) -
cannot be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Column Name)
The statistic, aggregation function or signal e.g. 'average' or 'maximum' that this column records.
statistic_type_id
-
is required
-
Type:
string
(Statistic Type) -
cannot be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Statistic Type)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"avg" |
|
"sd" |
|
"max" |
|
"min" |
|
"count" |
|
"availability" |
|
"quality" |
|
"sum" |
|
"median" |
|
"mode" |
|
"range" |
|
"gust" |
|
"ti" |
|
"text" |
If you want to ignore this column name, set to True.
is_ignored
-
is optional
-
Type:
boolean
(Is Ignored) -
cannot be null
-
defined in: IEA Wind Resource Assessment - Data Model
boolean
(Is Ignored)
Notes relating to these properties.
notes
-
is optional
-
Type:
string
(Notes) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Notes)
"I can write anything I want here."
The date these properties were last updated.
update_at
-
is optional
-
Type:
string
(Date of Update) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Date of Update)
date time: the string must be a date time string, according to RFC 3339, section 5.6
"2020-07-28T20:49:13"