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.5.0.tar.gz (326.9 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.5.0-py2.py3-none-any.whl (346.2 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.5.0.tar.gz
  • Upload date:
  • Size: 326.9 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

Hashes for ladybug-comfort-0.5.0.tar.gz
Algorithm Hash digest
SHA256 99ccca6b44667ca949e907e48eea01f912cde87d1495d49547c53a483c666b0d
MD5 6ec0fe004810ac5c77a18326148dd562
BLAKE2b-256 7771e82e930a5e0d46b1e67ad86bed1e1ee83ab9d4f3dc29c8707818ac30a8b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.5.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 346.2 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

Hashes for ladybug_comfort-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d216a5757dca29718c4ab64b8805d33ec4a605e5c4d8e522f5d5da17b16e2e3b
MD5 7ac79c3bce5af73d2d87294be92fae01
BLAKE2b-256 1c420eddf042ab4bdbfb372506446cacca14978aaeb4fcc1f6485344867e0758

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