openagri-eu / weather-service

European Union Public License 1.2
0 stars 0 forks source link

Implement API to Calculate Temperature-Humidity Index #2

Closed fedjo closed 1 month ago

fedjo commented 2 months ago

Create an HTTP GET call to calculate current THI for a location

THI = (0.8 * T) + (RH * (T-14.4)) + 46.4