Skip to content

Latest commit

 

History

History
153 lines (87 loc) · 10.5 KB

iea43_wra_data_model-properties-measurement-location-measurement-location-properties-logger-configuration-logger-configuration-properties-lidar-specific-configuration-lidar-specific-configuration.md

File metadata and controls

153 lines (87 loc) · 10.5 KB

items Type

object (Lidar Specific Configuration)

items Properties

Property Type Required Nullable Defined by
flow_corrections_applied boolean Optional can be null IEA Wind Resource Assessment - Data Model
date_from string Optional can be null IEA Wind Resource Assessment - Data Model
date_to string Optional can 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

flow_corrections_applied

Is there any flow corrections applied to the measured data by the lidar unit, e.g. Flow Complexity Recognition (FCR) for WindCubes?

flow_corrections_applied

flow_corrections_applied Type

boolean (Flow Corrections Applied)

flow_corrections_applied Examples

"true (for any flow corrections applied)"
"false (for no flow corrections applied)"

date_from

The date from when these properties are active. If these properties follow a change, then this Date From should equal the previous Date To. The format of this date should follow ISO 8601 with the 'T' required. If a timezone is used, it is essential that this timezone is the same as the logger timezone.

date_from

date_from Type

string (Date From)

date_from Constraints

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

date_from Examples

"2020-07-28T20:00:00"

date_to

The final end date for when these properties are active. If these properties are currently active please use null. If null is not allowed please use 2100-01-01T00:00:00. The format of this date should follow ISO 8601 with the 'T' required. If a timezone is used, it is essential that this timezone is the same as the logger timezone.

date_to

date_to Type

string (Date To)

date_to Constraints

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

date_to Examples

"2020-07-28T20:00:00"
"2100-01-01T00:00:00"

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"