#Get information about available rain gauges.
#within a 10km radius of Lat = 54.5, Lon = -3.2
if (FALSE) GetDataEA_Rain(Lat = 54.5, Lon = -3.2)
#Now we'll use the WISKI reference for the Honister rain gauge
# to get some hourly rain data for the Dec 2015
if (FALSE) HonisterDec2015 <- GetDataEA_Rain(WISKI_ID = "592463",
Period = "Hourly", From = "2015-12-01", To = "2015-12-31")
#Now we'll have a look at the top of the data and plot it
if (FALSE) head(HonisterDec2015)
if (FALSE) plot(HonisterDec2015, type = "h", ylab = "Rainfall (mm)")
Run the code above in your browser using DataLab