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.

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

epw_file_path = './tests/epw/chicago.epw'
epw = EPW(epw_file_path)
utci_obj_exposed = epw.get_universal_thermal_climate_index(
  include_wind=True, include_sun=True)
utci_obj_protected = epw.get_universal_thermal_climate_index(
  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:

ladybug. Available under GPL. CBE Comfort Tool for indoor thermal comfort calculations. Available under GPL. UTCI Fortran Code for outdoor thermal comfort calculations. Available under MIT.

Applicable copyright notices for these works can be found within the relevant .py files.

Project details


Release history Release notifications | RSS feed

This version

0.8.0

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.8.0.tar.gz (330.3 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.8.0-py2.py3-none-any.whl (351.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.8.0.tar.gz
  • Upload date:
  • Size: 330.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for ladybug-comfort-0.8.0.tar.gz
Algorithm Hash digest
SHA256 ae982cd31ca3f5a9c3aaec1b25913b317632599f277ebb2113f752ec24aa01c4
MD5 816b84a25f072176b101a33042d1a0a9
BLAKE2b-256 ec7d1c699c241dddb4bbab59ee03b5de4f0cfc8d3e0a8fe8e859cc8e8749b543

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.8.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 351.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for ladybug_comfort-0.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 15d1263d2b8a359d726bf303436d5210ba80b9d9e2128f766be252c419439608
MD5 dc79f3fa5a24f123437ec04bf3aa6068
BLAKE2b-256 d9259628e5f50063d3486013e9a4362c2489466792f01782f90585b9b307b9b2

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