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-core.

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:

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.10.13.tar.gz (350.6 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.10.13-py2.py3-none-any.whl (102.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.10.13.tar.gz
  • Upload date:
  • Size: 350.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for ladybug-comfort-0.10.13.tar.gz
Algorithm Hash digest
SHA256 c567850aad6e0d34b0577ca759ed9f5519f689107a8c32753197a0d7fe21025b
MD5 50e251d784be1c8009304a32a5b01504
BLAKE2b-256 1620eed9061bf9625764dd82556704d06510a6284401b809bd481c382f27fb4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.10.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 102.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for ladybug_comfort-0.10.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ce41d38a48efb727c8f6f62dc77bc326614d74b36ad9474596dbbdec98cbc239
MD5 75180152b757968d35e519b63b6cb53a
BLAKE2b-256 7aa2ac50ce57a145e4f026827c8501bbdb19073f5d1a5609e68b625a125b28f1

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