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.9.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.9.0.tar.gz (331.8 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.9.0-py2.py3-none-any.whl (354.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ladybug-comfort-0.9.0.tar.gz
  • Upload date:
  • Size: 331.8 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.9.0.tar.gz
Algorithm Hash digest
SHA256 cf2322cfb1673a0e719f0e4445226d7efc8df254b02ee5094883954b123193f4
MD5 8184e87a351570ca214b4d10e014ff97
BLAKE2b-256 86a2520b4cea12f6e189c76e0dbdab61e8dd1ddb3dc204d454ded0edfa5ac90c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ladybug_comfort-0.9.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 354.3 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.9.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 51eaeb58f2615a62c28ffefe3d033f85d06f74be8185f61ee8d1e74c311dc86c
MD5 177bff9c14fce090079f6478f2d334c4
BLAKE2b-256 25fddc35308adaac6ea588fea6f3b0f31335b02a0a8aa4b2fe1eeb24eb1bfe50

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