Skip to main content

Ladybug comfort is a Python library that adds thermal comfort functionalities to Ladybug.

Project description

Ladybug

Build Status Coverage Status

Python 2.7 Python 3.6 IronPython

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
from ladybug_comfort.collection.utci import UTCI

epw_file_path = './tests/epw/chicago.epw'
epw = EPW(epw_file_path)
utci_obj_exposed = UTCI.from_epw(epw, include_wind=True, include_sun=True)
utci_obj_protected = UTCI.from_epw(epw, 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 these 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

ladybug-comfort-0.9.8.tar.gz (337.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ladybug_comfort-0.9.8-py2.py3-none-any.whl (89.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ladybug-comfort-0.9.8.tar.gz.

File metadata

  • Download URL: ladybug-comfort-0.9.8.tar.gz
  • Upload date:
  • Size: 337.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.1

File hashes

Hashes for ladybug-comfort-0.9.8.tar.gz
Algorithm Hash digest
SHA256 a0aba61f4c8b3154ac0e9f2011b1e5b315b87394e24fc0a6270442e00478137a
MD5 b2b21b5ede3decd211c3d64e31547322
BLAKE2b-256 6abf8102b0e33435882b5600b8c0d7b5ebb92e379d665f3767b706dce6bdd2d3

See more details on using hashes here.

File details

Details for the file ladybug_comfort-0.9.8-py2.py3-none-any.whl.

File metadata

  • Download URL: ladybug_comfort-0.9.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 89.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.1

File hashes

Hashes for ladybug_comfort-0.9.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9cb47b4332c3e3fb6f8a88b4f35da5fa77b91cff12d6a941bcbee1d3814f3e14
MD5 42424913b36aabbf394ca4c261c429ec
BLAKE2b-256 deb8a24daca7e4e47b86ef1f02d11603939bea7ebb4077643f5991a770a924cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page