object
(Interference Structures)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
structure_type_id | string |
Required | cannot be null | IEA Wind Resource Assessment - Data Model |
orientation_from_mast_centre_deg | number |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
orientation_reference_id | string |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
distance_from_mast_centre_mm | number |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
diameter_of_interference_structure_mm | number |
Optional | can be null | IEA Wind Resource Assessment - Data Model |
date_from | string |
Required | cannot 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 |
The type of structure that is causing an interference in the sensor's measurements.
structure_type_id
-
is required
-
Type:
string
(Structure Type) -
cannot be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Structure Type)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"lightning_finial" |
|
"aviation_light" |
|
"guy_wires" |
|
"other" |
The orientation of the interference structure, relative to the centre of the mast, causing an impact on the sensor's measurements.
orientation_from_mast_centre_deg
-
is optional
-
Type:
number
(Orientation from Mast Centre [deg]) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
number
(Orientation from Mast Centre [deg])
maximum: the value of this number must smaller than or equal to: 360
minimum: the value of this number must greater than or equal to: 0
The orientation reference the item is measured against. E.g. magnetic north.
orientation_reference_id
-
is optional
-
Type:
string
(Orientation Reference) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Orientation Reference)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"magnetic_north" |
|
"true_north" |
|
"grid_north" |
|
null |
The distance from the mast centre to the interference structure causing an impact on the sensor's measurements.
distance_from_mast_centre_mm
-
is optional
-
Type:
number
(Distance from Mast Centre [mm]) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
number
(Distance from Mast Centre [mm])
900
The diameter of the Interference Structure. If lightning finial, then it can be used for IEC validation. For irregularly shaped structures, a representative diameter would be sufficient for an analyst to understand it's size.
diameter_of_interference_structure_mm
-
is optional
-
Type:
number
(Diameter of Interference Structure [mm]) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
number
(Diameter of Interference Structure [mm])
30
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
-
is required
-
Type:
string
(Date From) -
cannot be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Date From)
date time: the string must be a date time string, according to RFC 3339, section 5.6
"2020-07-28T20:00:00"
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
-
is optional
-
Type:
string
(Date To) -
can be null
-
defined in: IEA Wind Resource Assessment - Data Model
string
(Date To)
date time: the string must be a date time string, according to RFC 3339, section 5.6
"2020-07-28T20:00:00"
"2100-01-01T00:00:00"
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"