Skip to content

Latest commit

 

History

History
435 lines (237 loc) · 33.2 KB

iea43_wra_data_model-properties-measurement-location-measurement-location-properties-measurement-point-measurement-point-properties-mounting-arrangement-mounting-arrangement.md

File metadata and controls

435 lines (237 loc) · 33.2 KB

items Type

object (Mounting Arrangement)

items Properties

Property Type Required Nullable Defined by
mast_section_geometry_uuid string Optional can be null IEA Wind Resource Assessment - Data Model
mounting_type_id string Optional can be null IEA Wind Resource Assessment - Data Model
boom_orientation_deg number Optional can be null IEA Wind Resource Assessment - Data Model
vane_dead_band_orientation_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
tilt_angle_deg number Optional can be null IEA Wind Resource Assessment - Data Model
boom_oem string Optional can be null IEA Wind Resource Assessment - Data Model
boom_model string Optional can be null IEA Wind Resource Assessment - Data Model
upstand_height_mm number Optional can be null IEA Wind Resource Assessment - Data Model
upstand_diameter_mm number Optional can be null IEA Wind Resource Assessment - Data Model
boom_diameter_mm number Optional can be null IEA Wind Resource Assessment - Data Model
boom_length_mm number Optional can be null IEA Wind Resource Assessment - Data Model
distance_from_mast_to_sensor_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 Required 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

mast_section_geometry_uuid

The uuid to link this Measurement Point's mounting arrangement to the Mast Section Geometry. A UUID can be generated here https://www.uuidgenerator.net/

mast_section_geometry_uuid

mast_section_geometry_uuid Type

string (Mast Section Geometry UUID)

mast_section_geometry_uuid Constraints

UUID: the string must be a UUID, according to RFC 4122

mounting_type_id

The mounting type the sensor is mounted onto the mast e.g. an anemometer top mounted above the mast or a pair of anemometers mounted in the goal post configuration.

mounting_type_id

mounting_type_id Type

string (Mounting Type)

mounting_type_id Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"side"
"goal_post"
"top"
null

boom_orientation_deg

The boom orientation of the horizontal boom the sensor is mounted on.

boom_orientation_deg

boom_orientation_deg Type

number (Boom Orientation [deg])

boom_orientation_deg Constraints

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

vane_dead_band_orientation_deg

The wind vane dead band orientation.

vane_dead_band_orientation_deg

vane_dead_band_orientation_deg Type

number (Vane Dead Band Orientation [deg])

vane_dead_band_orientation_deg Constraints

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

orientation_reference_id

The orientation reference the item is measured against. E.g. magnetic north.

orientation_reference_id

orientation_reference_id Type

string (Orientation Reference)

orientation_reference_id Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"magnetic_north"
"true_north"
"grid_north"
null

tilt_angle_deg

The tilt angle of either the vertical upstand the sensor is mounted on.

tilt_angle_deg

tilt_angle_deg Type

number (Tilt Angle [deg])

tilt_angle_deg Constraints

maximum: the value of this number must smaller than or equal to: 90

minimum: the value of this number must greater than or equal to: -90

boom_oem

The boom OEM.

boom_oem

boom_oem Type

string (Boom OEM)

boom_model

The boom model.

boom_model

boom_model Type

string (Boom Model)

upstand_height_mm

The height, measured in millimeters, of the upstand.

upstand_height_mm

upstand_height_mm Type

number (Upstand Height [mm])

upstand_height_mm Constraints

minimum: the value of this number must greater than or equal to: 0

upstand_diameter_mm

The diameter, measured in millimeters, of the upstand.

upstand_diameter_mm

upstand_diameter_mm Type

number (Upstand Diameter [mm])

upstand_diameter_mm Constraints

minimum: the value of this number must greater than or equal to: 0

boom_diameter_mm

The diameter, measured in millimeters, of the boom.

boom_diameter_mm

boom_diameter_mm Type

number (Boom Diameter [mm])

boom_diameter_mm Constraints

minimum: the value of this number must greater than or equal to: 0

boom_length_mm

The length, measured in millimeters, of the boom.

boom_length_mm

boom_length_mm Type

number (Boom Length [mm])

boom_length_mm Constraints

minimum: the value of this number must greater than or equal to: 0

distance_from_mast_to_sensor_mm

The distance, measured in millimeters, of edge of the mast to the centre of the sensor.

distance_from_mast_to_sensor_mm

distance_from_mast_to_sensor_mm Type

number (Distance Mast to Sensor [mm])

distance_from_mast_to_sensor_mm Constraints

minimum: the value of this number must greater than or equal to: 0

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"