A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Thermofeel

A library to calculate human thermal comfort indexes.
https://github.com/ecmwf/thermofeel

Category: Consumption
Sub Category: Buildings and Heating

Keywords from Contributors

weather-forecasting cold heat thermal-confort grib bufr meteorology decoding encoding wmo

Last synced: about 19 hours ago
JSON representation

Repository metadata

thermofeel is a library to calculate human thermal comfort indexes

README.rst

          .. image:: https://raw.githubusercontent.com/ecmwf/thermofeel/master/thermofeel.png
  :width: 600
  :alt: thermofeel logo

|license| |tag_release| |docs| |ci|

**thermofeel** (pronounced *thermo-feel*)

A library to calculate human thermal comfort indexes.

Currently calculates the thermal indexes:
  * Universal Thermal Climate Index
  * Apparent Temperature
  * Heat Index Adjusted
  * Heat Index Simplified
  * Humidex
  * Normal Effective Temperature
  * Wet Bulb Globe Temperature
  * Wet Bulb Globe Temperature Simple
  * Wind Chill

In support of the above indexes, it also calculates:
  * Globe Temperature
  * Mean Radiant Temperature
  * Mean Radiant Temperature from Globe Temperature
  * Relative Humidity Percentage
  * Saturation vapour pressure
  * Wet Bulb Temperature

PyPi
====

|pypi_status|  |pypi_release| |pypi_downloads| |code_size|

Install with::

    $ pip install thermofeel

System dependencies
===================

thermofeel core functions depend on:
 * numpy
 * earthkit-meteo > 0.0.1 - for solar zenith angle calculation

Optionally, thermofeel depends on:
 * pytest - for unit testing


Release notes
=============

Thermofeel 2.0 brings a number of changes to the underlying code but most importantly to the API.

Consequently, downstream packages using thermofeel 1.* will require code changes to migrate to version 2.0 and beyond.

The main changes are:
 * standardisation of input and output variables
 * standardisation of variable names
 * removal of dependency on numba for code acceleration
 * removal of solar zenith angle calculation (now provided by earthkit-meteo)
 * several bug fixes and improvements

Please consult ChangeLog_ for more details.

.. _ChangeLog: https://github.com/ecmwf/thermofeel/blob/master/ChangeLog.rst


Contributing
============

The main repository is hosted on `GitHub `_. Testing, bug reports and contributions are highly welcomed and appreciated.

Please see the Contributing_ document for the best way to help.

.. _Contributing: https://github.com/ecmwf/thermofeel/blob/master/CONTRIBUTING.rst

Current developers:

- Claudia Di Napoli - `ECMWF `_
- Tiago Quintino - `ECMWF `_

See also the `contributors `_ for a more complete list.

License
=======

Copyright 2021 European Centre for Medium-Range Weather Forecasts (ECMWF)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.

Citing
======


In publications, please use our paper in SoftwareX as the main citation for **thermofeel**:

Brimicombe, C., Di Napoli, C., Quintino, T., Pappenberger, F., Cornforth, R., & Cloke, H. L. (2022). 
Thermofeel: A python thermal comfort indices library. SoftwareX, 18, 101005. 
https://doi.org/10.1016/j.softx.2022.101005


To cite **thermofeel** the code currently please use:

Brimicombe, C., Di Napoli, C., Quintino, T., Pappenberger, F., Cornforth, R., & Cloke, H. L. (2021).
*thermofeel: a python thermal comfort indices library* https://doi.org/10.21957/mp6v-fd16


Acknowledgements
================
Past and current funding and support for **thermofeel** is listed in the adjoning Acknowledgements_


.. _Acknowledgements: https://github.com/ecmwf/thermofeel/blob/master/ACKNOWLEDGEMENTS.rst


.. |last_commit| image:: https://img.shields.io/github/last-commit/ecmwf/thermofeel
    :target: https://github.com/ecmwf/thermofeel

.. |commits_since_release| image:: https://img.shields.io/github/commits-since/ecmwf/thermofeel/latest?sort=semver
    :target: https://github.com/ecmwf/thermofeel

.. |license| image:: https://img.shields.io/github/license/ecmwf/thermofeel
    :target: https://www.apache.org/licenses/LICENSE-2.0.html

.. |pypi_release| image:: https://img.shields.io/pypi/v/thermofeel?color=green
    :target: https://pypi.org/project/thermofeel

.. |pypi_status| image:: https://img.shields.io/pypi/status/thermofeel
    :target: https://pypi.org/project/thermofeel

.. |tag_release| image:: https://img.shields.io/github/v/release/ecmwf/thermofeel?sort=semver
    :target: https://github.com/ecmwf/thermofeel

.. |codecov| image:: https://codecov.io/gh/ecmwf/thermofeel/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/ecmwf/thermofeel

.. |ci| image:: https://img.shields.io/github/actions/workflow/status/ecmwf/thermofeel/ci.yml
  :target: https://github.com/ecmwf/thermofeel/actions

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/thermofeel
  :target: https://pypi.org/project/thermofeel

.. |code_size| image:: https://img.shields.io/github/languages/code-size/ecmwf/thermofeel?color=green
  :target: https://github.com/ecmwf/thermofeel
  
.. |docs| image:: https://readthedocs.org/projects/thermofeel/badge/?version=latest
  :target: https://thermofeel.readthedocs.io/en/latest/?badge=latest


        

Citation (CITATION.bib)

@article{brimicombe2022thermofeel,
  title={Thermofeel: A python thermal comfort indices library},
  author={Brimicombe, Chloe and Di Napoli, Claudia and Quintino, Tiago and Pappenberger, Florian and Cornforth, Rosalind and Cloke, Hannah L},
  journal={SoftwareX},
  volume={18},
  pages={101005},
  year={2022},
  publisher={Elsevier},
  url={https://doi.org/10.1016/j.softx.2022.101005},
  doi={10.1016/j.softx.2022.101005},
}

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 438
Total Committers: 10
Avg Commits per committer: 43.8
Development Distribution Score (DDS): 0.349

Commits in past year: 15
Committers in past year: 2
Avg Commits per committer in past year: 7.5
Development Distribution Score (DDS) in past year: 0.067

Name Email Commits
Tiago Quintino t****o@e****t 285
chlobrim 8****m 130
Dusan Vuckovic d****c@e****t 8
Claudia Di Napoli c****i@e****t 7
Milana Vuckovic m****c@e****t 2
Milan K m****r@g****e 2
Pedro Maciel P****l@e****t 1
Iain Russell 4****l 1
Claudio Iacopino C****o@e****t 1
Christopher Barnard C****d@e****t 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 32
Total pull requests: 30
Average time to close issues: 3 months
Average time to close pull requests: 3 months
Total issue authors: 14
Total pull request authors: 13
Average comments per issue: 2.78
Average comments per pull request: 1.47
Merged pull request: 18
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 6
Past year average time to close issues: N/A
Past year average time to close pull requests: 20 days
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.67
Past year merged pull request: 5
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ecmwf/thermofeel

Top Issue Authors

  • C-H-Simpson (5)
  • jarataraj (5)
  • milankl (4)
  • landriano1 (2)
  • oskrynyk (2)
  • TC25 (2)
  • jordihyds (2)
  • cascadet (2)
  • Jrodseth (2)
  • QINQINKONG (2)
  • DelphineRamon (1)
  • MichaelMMS (1)
  • hansukyang (1)
  • Papagaai35 (1)

Top Pull Request Authors

  • tlmquintino (5)
  • dvuckovic (4)
  • milanavuckovic (3)
  • claudioiac (3)
  • enyfeo (2)
  • chlobrim (2)
  • jarataraj (2)
  • milankl (2)
  • pmaciel (2)
  • C-H-Simpson (2)
  • sandorkertesz (1)
  • epn09 (1)
  • 34j (1)

Top Issue Labels

Top Pull Request Labels


Dependencies

docs/requirements.txt pypi
  • ipykernel *
  • nbsphinx *
  • sphinx *
  • sphinx_rtd_theme *
requirements.txt pypi
  • numba *
  • numpy *
  • pytest *
setup.py pypi
  • numpy *
.github/workflows/ci.yml actions
.github/workflows/cd.yml actions

Score: 6.684611727667927