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 3.7 Python 2.7 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.13.13.tar.gz (11.6 MB 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.13.13-py2.py3-none-any.whl (131.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.13.13.tar.gz
  • Upload date:
  • Size: 11.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for ladybug-comfort-0.13.13.tar.gz
Algorithm Hash digest
SHA256 704907b8e147b9417a3cad23ce2ac47ae4c5745abc91fe45ce72622bb1d3d667
MD5 7038c8e49a85bbd302003bfac4f35aae
BLAKE2b-256 fc62a1b2a39fe80b7f91cfad47b234f22862e1963e1eb198676ce0be29c8558d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.13.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 131.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for ladybug_comfort-0.13.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9b8a7b6d04ceebe764d17e74507f36dc6641893526acf0936691ad60d055c202
MD5 9082089da207f8e40cd47c5cf6b2813f
BLAKE2b-256 a491476ca5c507cc87e596a15512d2f58ae268ee7ae1c8c8a0f64bb0b0d4da63

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