Skip to content

Latest commit

 

History

History
353 lines (210 loc) · 27.6 KB

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

File metadata and controls

353 lines (210 loc) · 27.6 KB

items Type

object (Logger Measurement Configuration)

items Properties

Property Type Required Nullable Defined by
slope number Optional can be null IEA Wind Resource Assessment - Data Model
offset number Optional can be null IEA Wind Resource Assessment - Data Model
sensitivity number Optional can be null IEA Wind Resource Assessment - Data Model
measurement_units_id string Optional can be null IEA Wind Resource Assessment - Data Model
height_m number Optional can be null IEA Wind Resource Assessment - Data Model
serial_number string Optional can be null IEA Wind Resource Assessment - Data Model
connection_channel string Optional can be null IEA Wind Resource Assessment - Data Model
logger_stated_boom_orientation_deg 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
column_name array Required cannot be null IEA Wind Resource Assessment - Data Model

slope

The slope programmed into the logger for this measurement. This is typically expected for anemometers and wind vanes, but not necessarily required for other sensor types.

slope

slope Type

number (Logger Slope)

offset

The offset programmed into the logger. This is typically expected for anemometers and wind vanes, but not necessarily required for other sensor types.

offset

offset Type

number (Logger Offset)

sensitivity

The sensitivity programmed into the logger. Usually used for pyranometers. It is the same as 1/slope with zero for offset.

sensitivity

sensitivity Type

number (Logger Sensitivity)

measurement_units_id

The measurement units of the values the sensor records.

measurement_units_id

measurement_units_id Type

string (Measurement Units)

measurement_units_id Constraints

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

Value Explanation
"m/s"
"mph"
"knots"
"deg"
"deg_C"
"deg_F"
"K"
"%"
"mbar"
"dbar"
"hPa"
"atm"
"mmHg"
"inHg"
"kg/m^2"
"kg/m^3"
"V"
"mA"
"A"
"ohm"
"Hz"
"mm"
"m"
"s"
"W/m^2"
"W"
"kW"
"MW"
"kWh"
"MWh"
"m/s^2"
"lux"
"dB"
"L"
"g/L"
"g/kg"
"ppt"
"psu"
"S/m"
"-"
null

height_m

The height in meters at which the sensor is deployed, as programmed into the logger. For remote sensing devices such as lidars and sodars this is the measurement height programmed into the device where the measurement height is defined here: http://data.windenergy.dtu.dk/controlled-terminology/IEAWindTask32/parameters.measurement_height

height_m

height_m Type

number (Logger Height [m])

serial_number

The serial number of the sensor programmed into the logger.

serial_number

serial_number Type

string (Serial Number)

connection_channel

The connection channel the sensor is wired into on the logger.

connection_channel

connection_channel Type

string (Connection Channel)

logger_stated_boom_orientation_deg

The boom orientation of the horizontal boom the sensor is mounted on as programmed into the logger.

logger_stated_boom_orientation_deg

logger_stated_boom_orientation_deg Type

number (Logger Stated Boom Orientation [deg])

logger_stated_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

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"

column_name

The group of column names in the data file which relates to this sensor configuration.

column_name

column_name Type

object[] (Column Names)

column_name Constraints

unique items: all items in this array must be unique. Duplicates are not allowed.