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

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.12.17.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.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

File hashes

Hashes for ladybug-comfort-0.12.17.tar.gz
Algorithm Hash digest
SHA256 ecc78ffac37ec1ae520b3ce65b93b0100b4c44740775175a78c8c7b2b356fdd9
MD5 c1c0f33e2ad7459e6f02d0cd0e553aa0
BLAKE2b-256 a76aa12e961bc2938bd2b2bb85a66c80fc8703001f7f7366b3620bef87cd50fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.12.17-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.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

File hashes

Hashes for ladybug_comfort-0.12.17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a55eb0ec91c910bf2b0cba5b15812f9639277900a79a23b8afa0f8e558fdb4b1
MD5 4fde34b761fa2ec824b9e555a2fb760c
BLAKE2b-256 3df549cc9af8f8081d8f7f8bb75a5555e7ccec9175fe927bb0fd5d58b8c2acff

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