createCAPPI: Create CAPPI data.

Description Usage Arguments

View source: R/createCAPPI.R

Description

Create CAPPI data for single scan radar polar.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
createCAPPI(
  url,
  source,
  dirOUT,
  start_time,
  end_time,
  fields,
  cappi = list(method = "composite_altitude", pars = list(fun = "maximum", min_alt =
    1.7, max_alt = 15)),
  apply_cmd = FALSE,
  pia = NULL,
  dbz_fields = NULL,
  filter = NULL,
  filter_fields = NULL,
  time_zone = "Africa/Kigali"
)

Arguments

url

The URL of the server. Ex: "http://192.168.1.10:8080"

source

A partial path of the directory containing the folders dates of the mdv files. Ex: "radarPolar/ops1/sur" or "radarPolar/ops/sur"

dirOUT

Full path to the directory to save the output

start_time, end_time

The start and end time same time zone as time_zone, format "YYYY-mm-dd HH:MM"

fields

Vector of the fields to create.

cappi

A named list of parameters to be used to create the CAPPI.

apply_cmd

Logical, apply clutter mitigation decision to fields.

pia

A named list of of the method and parameters to use to perform an attenuation correction for the reflectivity fields dbz_fields. Default NULL, no attenuation correction performed.

dbz_fields

A vector of reflectivity fields to correct the attenuation. Must be in fields. Default NULL

filter

A named list of the method and parameters to use to filter filter_fields. Default NULL, no filtering applied.

filter_fields

A vector of fields in which the filter will be applied. Must be in fields. Default NULL

time_zone

the time zone of start_time, end_time and the output CAPPI data. Options: "Africa/Kigali" or "UTC". Default "Africa/Kigali"


rijaf-iri/mtorwdata documentation built on March 9, 2021, 6:36 a.m.