ladybug.datatype package¶
Submodules¶
- ladybug.datatype.angle module
- ladybug.datatype.area module
- ladybug.datatype.base module
- ladybug.datatype.current module
- ladybug.datatype.distance module
- ladybug.datatype.energy module
- ladybug.datatype.energyflux module
- ladybug.datatype.energyintensity module
- ladybug.datatype.fraction module
- ladybug.datatype.generic module
- ladybug.datatype.illuminance module
- ladybug.datatype.luminance module
- ladybug.datatype.mass module
- ladybug.datatype.massflowrate module
- ladybug.datatype.power module
- ladybug.datatype.pressure module
- ladybug.datatype.rvalue module
- ladybug.datatype.specificenergy module
- ladybug.datatype.speed module
- ladybug.datatype.temperature module
AirTemperature
ClothingTemperature
CoreBodyTemperature
DewPointTemperature
DryBulbTemperature
GroundTemperature
HeatIndexTemperature
MeanRadiantTemperature
NeutralTemperature
OperativeTemperature
PhysiologicalEquivalentTemperature
PrevailingOutdoorTemperature
RadiantTemperature
SkinTemperature
SkyTemperature
StandardEffectiveTemperature
Temperature
UniversalThermalClimateIndex
WetBulbGlobeTemperature
WetBulbTemperature
WindChillTemperature
- ladybug.datatype.temperaturedelta module
- ladybug.datatype.temperaturetime module
- ladybug.datatype.thermalcondition module
- ladybug.datatype.time module
- ladybug.datatype.uvalue module
- ladybug.datatype.voltage module
- ladybug.datatype.volume module
- ladybug.datatype.volumeflowrate module
- ladybug.datatype.volumeflowrateintensity module
Module contents¶
Module of Data Types (eg. Temperature, Area, etc.)
Possesses capabilities for unit conversions and range checks. It also includes descriptions of the data types and the units.
- Properties:
TYPES: A tuple indicating all currently supported data types.
BASETYPES: A tuple indicating all base types. Base types are the data types on which unit systems are defined.
UNITS: A dictionary containing all currently supported units. The keys of this dictionary are the base type names (eg. ‘Temperature’).
TYPESDICT: A dictionary containing pointers to the classes of each data type. The keys of this dictionary are the data type names.