Description Usage Arguments Value
View source: R/awsHourlyPrecipitation.R
Get hourly precipitation data for all AWS.
1 | awsGetHourlyPrecip(start_time, end_time, url)
|
start_time |
start time, format "YYYY-mm-dd HH:00" |
end_time |
end time, format "YYYY-mm-dd HH:00" |
url |
the URL of the server. Ex: "http://192.168.1.10:8080" |
A named list of coordinates (list name "coords"), dates (list name "date") and the data (list name "data")
coordinates: a data.frame with column names "id", "longitude" and "latitude"
dates: a vector of dates in the format "YYYYmmddHH" in local time
data: a matrix with row number equals to the length of dates and column number equals to the length of coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.