Skip to content

Latest commit

 

History

History
140 lines (83 loc) · 11.3 KB

iea43_wra_data_model-properties-measurement-location-measurement-location-properties-measurement-point-measurement-point-properties-logger-measurement-configuration-logger-measurement-configuration-properties-column-names-column-names.md

File metadata and controls

140 lines (83 loc) · 11.3 KB

items Type

object (Column Names)

items Properties

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

column_name

The column name in the data file which relates to this sensor configuration.

column_name

column_name Type

string (Column Name)

statistic_type_id

The statistic, aggregation function or signal e.g. 'average' or 'maximum' that this column records.

statistic_type_id

statistic_type_id Type

string (Statistic Type)

statistic_type_id Constraints

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"

is_ignored

If you want to ignore this column name, set to True.

is_ignored

is_ignored Type

boolean (Is Ignored)

notes

Notes relating to these properties.

notes

notes Type

string (Notes)

notes Examples

"I can write anything I want here."

update_at

The date these properties were last updated.

update_at

update_at Type

string (Date of Update)

update_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

update_at Examples

"2020-07-28T20:49:13"