This application makes estimations of reference evapotranspiration (
- The uploaded data should atleast have Date, Tmin, Tmax, Tav, columns to be able to access the temeprature based deep learning models.
- Relative humidity [%] and wind speed
$[m s^{-1}]$ , if available, can also be included as column names RH and U, respectively to get access to models trained using all five features.
- Relative humidity [%] and wind speed
- Enter Latitude and Longitude [decimal degrees].
- In addition to the
$ET_o$ estimation from the selected model, the resulting file will also include estimations from the Hargreaves & Samani (HS) model.