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.12.13.tar.gz (11.3 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.12.13-py2.py3-none-any.whl (122.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.12.13.tar.gz
  • Upload date:
  • Size: 11.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for ladybug-comfort-0.12.13.tar.gz
Algorithm Hash digest
SHA256 32c7179f66c1754e0b8dc6b5000d71be0120ffc535e90c28d7fc3c83ea3384b9
MD5 371b009c1759ead0d8f5ded7fd57862f
BLAKE2b-256 15cf83a4f0e9cfcc63dca38d2c955049c6ef141faab05f3813c8e2d085dc0928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.12.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 122.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for ladybug_comfort-0.12.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d75bcd44def371c15975344ab2ecace66cb1b07567614b1469bf3f4690d9fd39
MD5 e8f510e079512f7ac970843a6d343441
BLAKE2b-256 98dd1ce7239419b8a3a0a2e8fc1e3cdd2ec292c5aac42e286cefd6b14d8a6b0b

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