Package to obtain local clothing insulation for overall clothing insulation.
Project description
iclothing
iclothing is a Python package designed to estimate local clothing insulation (Icl,i) values at 17 body parts from a given overall clothing insulation (Icl) for standing and generic postures.
In thermal comfort analysis, assuming uniform insulation across body segments can introduce significant errors in predicting heat exchange between the human body and the environment. The iclothing package addresses this limitation by implementing regression models derived from 240 real-world clothing ensembles, enabling fast and accurate predictions of local insulation values.
Please cite us if you use this package: Lin, J., Jiang, Y., Xie, Y. et al. A novel method for local clothing insulation prediction to support sustainable building and urban design. Int J Biometeorol (2025). https://doi.org/10.1007/s00484-025-02934-3
Documentation
https://lynnjunwei.github.io/iclothing/index.html
Dependencies
- numpy
Installation
pip install iclothing
Example
import iclothing
icl = 0.3
icli = iclothing.get_icl_dict(icl=icl, posture="generic")
print(icli)
output:
{
'Head': 0.13,
'Neck': 0.0,
'Chest': 0.59,
'Back': 0.648,
'Pelvis': 1.114,
'LShoulder': 0.207,
'LArm': 0.0,
'LHand': 0.0,
'RShoulder': 0.207,
'RArm': 0.0,
'RHand': 0.0,
'LThigh': 0.618,
'LLeg': 0.054,
'LFoot': 0.425,
'RThigh': 0.618,
'RLeg': 0.054,
'RFoot': 0.425
}
The order of the body parts is consistent with the JOS-3 model.
License
GNU General Public License v3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iclothing-1.0.0.tar.gz.
File metadata
- Download URL: iclothing-1.0.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8fb749bf13d459f209f4cbd98c210744a6a2c7cffca9fc6082d6a3151224983
|
|
| MD5 |
5e9f0ab1aa5d86d7a6300a9cd8a9c9b2
|
|
| BLAKE2b-256 |
2dc5661ecdd1715b26df7fac774104c2b966e4618e392f552e6d2635f6eabc6a
|
File details
Details for the file iclothing-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iclothing-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
829217a0ee50e13821ad84d0b64395462db7219f6243dd3d40a6e6e04fc729c6
|
|
| MD5 |
a9c3a1e855c4da82ecad0f4624f5df88
|
|
| BLAKE2b-256 |
2b677aef95f6f7bbb9d0fa3840399ca4835210436ad4fef22a44f83d16c7e21c
|