View source: R/precipAggregate.R
Aggregate precipitation accumulation from single scan to hourly.
1 2 3 4 5 6 7 8 9 10 | precip_5min2hour(
start_time,
end_time,
dir5MIN,
dirOUT,
min_frac = 0.75,
time_zone = "Africa/Kigali",
in_file_prefix = "qpe_",
out_file_prefix = "precip_"
)
|
start_time, end_time |
start and end time of the period to aggregate
same time zone as |
dir5MIN |
full path to the directory containing the single scan NetCDF files |
dirOUT |
full path to the directory to save the aggregate data |
min_frac |
minimum fraction of non missing values |
time_zone |
the time zone of |
in_file_prefix |
prefix of the input file names. Default "qpe_" |
out_file_prefix |
prefix of the output file names. Default "precip_" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.