datapartnership / heatwaves

The Heatwaves Data Collaborative enables teams across sectors and organizations to simultaneously focus on their areas of expertise
http://datapartnership.org/heatwaves/
Mozilla Public License 2.0
0 stars 1 forks source link

Calculation of the Heat Index #4

Closed g4brielvs closed 11 months ago

g4brielvs commented 12 months ago

This PR includes:

g4brielvs commented 12 months ago

@SahitiSarva This is awesome! I'll run this notebook on jhub/ once it's ready (let me know?) Also, I conformed the package to PEP008 and PEP518.

As a consequence, this import will need to be changed after the new installation:

from utilities.weatherFunctions import *

to:

from heatwaves.weather import calculate_heat_index, classify_heat_index, combine_tmax_rh