Ladybug comfort is a Python library that adds thermal comfort functionalities to Ladybug.
Project description
ladybug-comfort
Ladybug-comfort is a Python library that adds thermal comfort functionalities to Ladybug.
API Documentation
Installation
pip install ladybug-comfort
Usage
"""Get the percentage of time outdoor conditions are comfortable with/without sun + wind"""
from ladybug.epw import EPW
epw_file_path = './tests/epw/chicago.epw'
epw = EPW(epw_file_path)
utci_obj_exposed = epw.get_universal_thermal_climate_index(
include_wind=True, include_sun=True)
utci_obj_protected = epw.get_universal_thermal_climate_index(
include_wind=False, include_sun=False)
print(utci_obj_exposed.percent_neutral) # comfortable percent of time with sun + wind
print(utci_obj_protected.percent_neutral) # comfortable percent of time without sun + wind
derivative work
Ladybug-comfort is a derivative work of the following software projects:
ladybug. Available under GPL. CBE Comfort Tool for indoor thermal comfort calculations. Available under GPL. UTCI Fortran Code for outdoor thermal comfort calculations. Available under MIT.
Applicable copyright notices for theses works can be found within the relevant .py files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ladybug-comfort-0.6.0.tar.gz.
File metadata
- Download URL: ladybug-comfort-0.6.0.tar.gz
- Upload date:
- Size: 328.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84503b4f23e46904c7c56c032a775a51cbda11c61f84646b3346a3074305963f
|
|
| MD5 |
f4ba5ecbe13ea454f7320377d4b9e01e
|
|
| BLAKE2b-256 |
ffcc600ea29b6fb2f6a2640df45b3ec3ab3e1c90dfa7a4c1e85f18eebe6d0aaa
|
File details
Details for the file ladybug_comfort-0.6.0-py2.py3-none-any.whl.
File metadata
- Download URL: ladybug_comfort-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 348.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2f0b6d2647256280aedd9f4c47ed2d9c1a11c6db10e19a79e08eb3dff3634ae
|
|
| MD5 |
3e67a4652ea06734fc45744cb53e540d
|
|
| BLAKE2b-256 |
9d809a145159ca837fdc5e31db36f4aa403a69c318bf00884929dfc6776df55d
|