ladybug-tools / ladybug-comfort

🐞 :tired_face: :smile: :sweat: Ladybug extension for thermal comfort
https://www.ladybug.tools/ladybug-comfort/docs/
GNU Affero General Public License v3.0
12 stars 18 forks source link

Implement dehydration risk module from ladybug-legacy code #36

Open chriswmackey opened 4 years ago

chriswmackey commented 4 years ago

As many ladybug legacy users know, @stgeorges did a phenomenal job writing code for calculating dehydration riskin ladybug-leagcy. At this point, it would be great to further clean + document this code and and integrate it into ladybug-comfort such that other developers can easily calculate dehydration risk using the ladybug-comfort package on PyPI and view documentation about the model within the online documentation for this repo.

You can see that I have already done an example of translating one of the models from @stgeorges 's components with the Heat Index (HI) in this library. This was translated over from the heat index function in the thermal indices component and the references in the docstring came from on the wikipedia page for heat index.

I am posting this issue here in the event that someone sees it and decides that they would like to take up the mantle of transferring this code, documenting it, and getting it to conform to PEP8. If anyone has interest, please feel free to post on this issue.

sameshl commented 4 years ago

I would love to take up this @chriswmackey.

chriswmackey commented 4 years ago

Thanks, @sameshl ! The issue is yours.