CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
140 stars 52 forks source link

Convert output models to NamedTuple or dataclasses #79

Open FedericoTartarini opened 11 months ago

FedericoTartarini commented 11 months ago

Currently the output of several models are Python dictionaries, they have several limitations and we should use either: