Georeferenced data containing descriptors of the azimuth, gates
and beam height, amongst others.
rad_paramsdict
Radar technical details.
rad_varsdict
Radar variables used to generate the QVPs.
thldsdict containing 2-element tuple, optional
Thresholds [min, max] of radar variables used to discard gates
in the azimuthal averaging. The default are: ZH [dBZ] > -10 and
rhoHV > 0.6, according to [1]_.
valid_gatesint, optional
Number of valid gates (or azimuths) along the radial.
The default is 30, according to [1]_.
statsBool, optional
Statistics of the QVPs generation:
‘std_dev’: Standard Deviation
‘min’: Min values
‘max’: Max values
‘sem’: Standard Error of the Mean
exclude_varslist, optional
Name of the variables that will not be used to compute the QVPs.
The default is [‘V [m/s]’].
List of dicts containing the georeference of the PPI scans.
rscans_paramslist
List of dicts containing Radar technical details.
rscans_varslist
List of dicts containing radar variables used to generate the
RD-QVPs.
r0float or list of floats, optional
Initial range within the PPI scans to build the QVPS, in km.
The default is None.
valid_gatesint, optional
Number of valid gates (or azimuths) along the radial.
The default is 30, according to [1]_.
thldsdict containing 2-element tuple, optional
Thresholds [min, max] of radar variables used to discard gates
in the azimuthal averaging. The default are: ZH [dBZ] > -10 and
rhoHV > 0.6, according to [1]_.
power_param1float, optional
Power parameter for \(r_i \leq d-1\). The default is 0,
according to [2]_.
vert_resfloat, optional
Resolution of the common vertical axis, in m. The default is 2.
power_param2float, optional
Power parameter for \(r_i > d-1\). The default is 2,
according to [2]_.
spec_rangeint, optional
Range from the radar within which the data will be used.
The default is 50.
all_descbool, optional
If False, the function provides descriptors using an average of
datetime and elevations and will not give the initial QVPs used
to compute the RD-QPVs. The default is True.
exclude_varslist, optional
Name of the variables that will not be used to compute the QVPs.
The default is [‘V [m/s]’].