Adjust hourly QPE using AWS data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
start_time, end_time |
The start and end time same time zone as |
aws_data |
aws data obtained from
Ex: list(coords = data.frame(id , longitude, latitude), date = vector, data = matrix(nrow = length(date), ncol = nrow(coords))) |
qpe_data |
named list, directory containing the input netCDF files and the format of the netCDT file names |
qpe_adjust |
named list, directory to save the adjusted QPE and the format of the netCDT file names |
pars_adjust |
named list of the method to be used (list name "method") and other parameters for the adjustment and interpolation (list name "pars").
|
padxy |
vector of length 2 representing the number of pixels to be extracted, then aggregated, to get the value of the target pixel.
|
fun_sp_aggr |
character, function to be used to aggregate the values of the matched pixels from |
min_aws |
minimum number of AWS. If the number of AWS with non missing values is less than |
min_val |
minimum value. Only the value greater or equal to |
time_zone |
the time zone of |
ncInfo |
named list, order of the longitude and latitude dimension in the input netCDF data and the name of the variable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.