pyrad.prod.generate_qvp_products#

pyrad.prod.generate_qvp_products(dataset, prdcfg)[source]#

Generates quasi vertical profile-like products. Quasi vertical profiles come from azimuthal averaging of polarimetric radar data. With the variable ‘qvp_type’ the user decides if the product has to be generated at the end of the processing period (‘final’) or instantaneously (‘instant’) Accepted product types:

All the products of the ‘VOL’ dataset group

Parameters:
  • dataset (dict) – dictionary containing the radar object and a keyword stating the status of the processing

  • prdcfg (dictionary of dictionaries) – product configuration dictionary of dictionaries

Returns:

filename (str) – the name of the file created. None otherwise