public class WeatherHelper extends Object
| Constructor and Description |
|---|
WeatherHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static ArrayList |
getDailyData(HashMap data)
Get weather daily data array from data holder.
|
static HashMap<String,ArrayList<String>> |
getEto(HashMap data)
Calculate the reference evapotranspiration (ETo) by means of the
FAO-Penman Monteith equation.
|
static HashMap<String,String> |
getTavAndAmp(HashMap data)
Calculate the AMP (annual amplitude of mean monthly temperature oC) and
TAV (Annual average ambient temperature oC)
|
protected static HashMap |
getWthData(HashMap data)
Get weather station data set from data holder.
|
public static HashMap<String,String> getTavAndAmp(HashMap data)
data - The data mapHashMap contains TAV and TAMP, the key
is their ICASA variable nameprotected static ArrayList getDailyData(HashMap data)
data - The experiment data holderprotected static HashMap getWthData(HashMap data)
data - The experiment data holderCopyright © 2014. All Rights Reserved.