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

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

ladybug-comfort-0.4.1.tar.gz (325.5 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.4.1-py2.py3-none-any.whl (83.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.4.1.tar.gz
  • Upload date:
  • Size: 325.5 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.34.0 CPython/3.6.7

File hashes

Hashes for ladybug-comfort-0.4.1.tar.gz
Algorithm Hash digest
SHA256 ce6a07989177b06487cc51237a50ae1ebfdd2cfe31fa10a4e766a95b30ea313b
MD5 8131c05a2e0b944c251ee94f623c1d93
BLAKE2b-256 680372eea56f36ce471fe39c33679ac6067d1298afd5ed2fb717f44d7c479be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.4.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 83.3 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.34.0 CPython/3.6.7

File hashes

Hashes for ladybug_comfort-0.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3a5eb969731fa60f790e4a7a0b55e762075679357b212f0a952c6119e098e9c8
MD5 128c2b65e3329778721dd2b0c046d05b
BLAKE2b-256 ed930d0d7968f0582e4c12388e665ba1d0f7f280d8c12edb9144266705c8f39b

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