.dockerignore
.gitignore
.releaserc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
deploy.sh
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yaml
.github/workflows/dependency-release.yaml
docs/README.md
docs/conf.py
docs/index.rst
docs/modules.rst
docs/_build/.nojekyll
docs/_build/README.md
docs/_build/docs/README.md
docs/_static/custom.css
docs/_templates/layout.html
docs/cli/index.rst
ladybug_comfort/__init__.py
ladybug_comfort/__main__.py
ladybug_comfort/adaptive.py
ladybug_comfort/asv.py
ladybug_comfort/at.py
ladybug_comfort/degreetime.py
ladybug_comfort/di.py
ladybug_comfort/hi.py
ladybug_comfort/humidex.py
ladybug_comfort/pmv.py
ladybug_comfort/solarcal.py
ladybug_comfort/ts.py
ladybug_comfort/utci.py
ladybug_comfort/wbgt.py
ladybug_comfort/wc.py
ladybug_comfort.egg-info/PKG-INFO
ladybug_comfort.egg-info/SOURCES.txt
ladybug_comfort.egg-info/dependency_links.txt
ladybug_comfort.egg-info/entry_points.txt
ladybug_comfort.egg-info/requires.txt
ladybug_comfort.egg-info/top_level.txt
ladybug_comfort/_mannequin/seatedspline.csv
ladybug_comfort/_mannequin/standingspline.csv
ladybug_comfort/chart/__init__.py
ladybug_comfort/chart/polygonpmv.py
ladybug_comfort/cli/__init__.py
ladybug_comfort/cli/_helper.py
ladybug_comfort/cli/epw.py
ladybug_comfort/cli/map.py
ladybug_comfort/cli/sql.py
ladybug_comfort/collection/__init__.py
ladybug_comfort/collection/adaptive.py
ladybug_comfort/collection/base.py
ladybug_comfort/collection/pmv.py
ladybug_comfort/collection/solarcal.py
ladybug_comfort/collection/utci.py
ladybug_comfort/map/__init__.py
ladybug_comfort/map/_enclosure.py
ladybug_comfort/map/mrt.py
ladybug_comfort/map/tcp.py
ladybug_comfort/parameter/__init__.py
ladybug_comfort/parameter/_base.py
ladybug_comfort/parameter/adaptive.py
ladybug_comfort/parameter/pmv.py
ladybug_comfort/parameter/solarcal.py
ladybug_comfort/parameter/utci.py
tests/__init__.py
tests/adaptive_test.py
tests/asv_test.py
tests/at_test.py
tests/chart_pmvpolygon_test.py
tests/cli_epw_test.py
tests/cli_map_test.py
tests/cli_sql_test.py
tests/degreetime_test.py
tests/di_test.py
tests/epw_test.py
tests/hi_test.py
tests/humidex_test.py
tests/map_test.py
tests/pmv_test.py
tests/solarcal_test.py
tests/ts_test.py
tests/utci_test.py
tests/wbgt_test.py
tests/wc_test.py
tests/epw/boston.epw
tests/epw/chicago.epw
tests/map/TestRoom_1_enclosure.json
tests/map/TestRoom_2_enclosure.json
tests/map/occ_schedules.json
tests/map/sample_model_grid.hbjson
tests/map/map_results/condition.csv
tests/map/results/direct/TestRoom_1.ill
tests/map/results/direct/TestRoom_1_ref.ill
tests/map/results/direct/TestRoom_2.ill
tests/map/results/direct/TestRoom_2_ref.ill
tests/map/results/direct/grids_info.json
tests/map/results/direct/sun-up-hours.txt
tests/map/results/total/TestRoom_1.ill
tests/map/results/total/TestRoom_1_ref.ill
tests/map/results/total/TestRoom_2.ill
tests/map/results/total/TestRoom_2_ref.ill
tests/map/results/total/grids_info.json
tests/map/results/total/sun-up-hours.txt
tests/sql/eplusout.sql
tests/validation_tables/pmv_validation.csv
tests/validation_tables/set_validation.csv
tests/validation_tables/solarcal_validation.csv