Skip to content

Latest commit

 

History

History
333 lines (189 loc) · 24.6 KB

iea43_wra_data_model-properties-measurement-location-measurement-location-properties-mast-properties-properties-mast-section-geometry-mast-section-geometry.md

File metadata and controls

333 lines (189 loc) · 24.6 KB

items Type

object (Mast Section Geometry)

items Properties

Property Type Required Nullable Defined by
uuid string Optional can be null IEA Wind Resource Assessment - Data Model
pole_diameter_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_face_width_at_bottom_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_face_width_at_top_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_leg_width_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_leg_is_round_cross_section boolean Optional can be null IEA Wind Resource Assessment - Data Model
lattice_bracing_member_diameter_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_number_of_diagonal_bracing_members integer Optional can be null IEA Wind Resource Assessment - Data Model
lattice_bracing_member_height_mm number Optional can be null IEA Wind Resource Assessment - Data Model
lattice_has_horizontal_member boolean 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
Additional Properties Any Optional can be null

uuid

The unique id to relate this mast section to the mounting arrangement. A UUID can be generated here https://www.uuidgenerator.net/

uuid

uuid Type

string (UUID)

uuid Constraints

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

uuid Examples

"bf078172-bbb6-48fe-ac1f-c6605dffb1b5"

pole_diameter_mm

If a pole mast is used, it's diameter in mm.

pole_diameter_mm

pole_diameter_mm Type

number (Pole Diameter [mm])

pole_diameter_mm Examples

203

lattice_face_width_at_bottom_mm

The lattice section bottom face width.

lattice_face_width_at_bottom_mm

lattice_face_width_at_bottom_mm Type

number (Lattice Face Width at Bottom [mm])

lattice_face_width_at_bottom_mm Examples

500

lattice_face_width_at_top_mm

The lattice section top face width.

lattice_face_width_at_top_mm

lattice_face_width_at_top_mm Type

number (Lattice Face Width at Top [mm])

lattice_face_width_at_top_mm Examples

500

lattice_leg_width_mm

The lattice leg diameter for a round leg or width for a square cross section leg.

lattice_leg_width_mm

lattice_leg_width_mm Type

number (Lattice Leg Width [mm])

lattice_leg_width_mm Examples

50

lattice_leg_is_round_cross_section

The lattice leg is a round or square cross section. True is for a round leg cross section and false is for a square leg cross section.

lattice_leg_is_round_cross_section

lattice_leg_is_round_cross_section Type

boolean (Lattice Leg is Round Cross Section)

lattice_leg_is_round_cross_section Examples

"true (for a round leg cross section)"
"false (for a square leg cross section)"

lattice_bracing_member_diameter_mm

The lattice diagonal bracing member diameter.

lattice_bracing_member_diameter_mm

lattice_bracing_member_diameter_mm Type

number (Lattice Bracing Member Diameter [mm])

lattice_bracing_member_diameter_mm Examples

12

lattice_number_of_diagonal_bracing_members

The number of lattice diagonal bracing members.

lattice_number_of_diagonal_bracing_members

lattice_number_of_diagonal_bracing_members Type

integer (Lattice Number of Bracing Members)

lattice_number_of_diagonal_bracing_members Examples

1
2

lattice_bracing_member_height_mm

The height of the lattice diagonal bracing members.

lattice_bracing_member_height_mm

lattice_bracing_member_height_mm Type

number (Lattice Bracing Member Height [mm])

lattice_bracing_member_height_mm Examples

900

lattice_has_horizontal_member

This represents masts that have horizontal braces. True is for towers with horizontal braces and false is for towers without horizontal braces.

lattice_has_horizontal_member

lattice_has_horizontal_member Type

boolean (Does the tower have horizontal braces?)

lattice_has_horizontal_member Examples

"true (for towers with horizontal braces)"
"false (for towers without horizontal braces)"

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"

Additional Properties

Additional properties are allowed and do not have to follow a specific schema