Skip to content

BH.oM.LadybugTools.UTCIData

Class structure

Implemented interfaces and base types

The UTCIData is inheriting from the following base type(s) and implements the following interfaces:

Properties

Defining properties

The following properties are defined on the class

Name Type Description Quantity
ComfortableRatio double The ratio of comfortable hours to total hours. Comfortable hours are hours between 9 and 26�C. -
HeatStressRatio double The ratio of heat stress hours to total hours. Heat stress hours are hours greater than 26�C. -
ColdStressRatio double The ratio of cold stress hours to total hours. Cold stress hours are hours less than 9�C. -
DaytimeComfortableRatio double The ratio of daytime comfortable hours to daytime hours. Daytime comfortable hours are hours between 9 and 26�C and between 07:00-22:59. -
DaytimeHeatStressRatio double The ratio of daytime heat stress hours to daytime hours. Daytime heat stress hours are hours greater than 26�C and between 07:00-22:59. -
DaytimeColdStressRatio double The ratio of daytime cold stress hours to daytime hours. Daytime cold stress hours are hours less than 9�C and between 07:00-22:59. -

Code and Schema

C# implementation

C#
public class UTCIData : BH.oM.LadybugTools.ISimulationData, BH.oM.Base.IObject

Assembly: LadybugTools_oM.dll

The C# class definition is available on github:

All history and changes of the class can be found by inspection the history.

JSON Schema implementation

The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.

JSON Schema
{
 "$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/LadybugTools_oM/UTCIData.json"
}

The JSON Schema is available on github here: