Description Usage Arguments Value CAPPI parameters QPE parameters Attenuation correction parameters Filter parameters
View source: R/computeQPECAPPI.R
Compute QPE from CAPPI for single scan radar polar data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | computeQPECAPPI(
url,
dirOUT,
start_time,
end_time,
cappi = list(method = "composite_altitude", pars = list(fun = "maximum", min_alt =
1.7, max_alt = 15)),
qpe = list(method = "RATE_Z", pars = list(alpha = 300, beta = 1.4, invCoef = FALSE)),
dbz_thres = list(min = 20, max = 65),
apply_cmd = TRUE,
pia = NULL,
filter = NULL,
time_zone = "Africa/Kigali"
)
|
url |
The URL of the server. Ex: "http://192.168.1.10:8080" |
dirOUT |
Full path to the directory to save the output |
start_time, end_time |
The start and end time same time zone as |
cappi |
A named list of parameters to be used to create the CAPPI. |
qpe |
A named list of parameters to be used to compute the precipitation rate. |
dbz_thres |
A named list of the minimum and maximum reflectivity threshold.
Default |
apply_cmd |
Logical, apply clutter mitigation decision to the fields to use to compute the QPE.
Default |
pia |
A named list of parameters to be used to correct the attenuation.
Default |
filter |
A named list of parameters to be used to filter the data.
Default |
time_zone |
the time zone of |
A netCDF files containing the precipitation rate and accumulation
for a single radar scan saved under the folder dirOUT
with a file name format "precip_YYYYmmddHHMMSS.nc", same time zone as time_zone
.
cappi
qpe
pia
filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.