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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for ladybug-comfort-0.12.8.tar.gz
Algorithm Hash digest
SHA256 580ce33a6040209f9066880dfa446f055d5913473319afd74348dfdf053876e0
MD5 19cb4922ed8d5376bfd858978005e371
BLAKE2b-256 c607887cc084d1796606a346745c6ea20c576d863850b87ba18ce10c5fa97f3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.12.8-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/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10

File hashes

Hashes for ladybug_comfort-0.12.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 37d3197adbe1b940276ac0c72e0fc39ef147ad3893805facc329836aed5ced6c
MD5 810f271211f0bac66fb3b01d780383fe
BLAKE2b-256 997efa0368afdc6456e688654cd49b6a97e441f294803ff21eb079e5a181ab05

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