pyrad.prod.generate_occurrence_products#

pyrad.prod.generate_occurrence_products(dataset, prdcfg)[source]#
generates occurrence products. Accepted product types:
‘WRITE_EXCESS_GATES’: Write the data that identifies radar gates

with clutter that has a frequency of occurrence above a certain threshold. User defined parameters:

quant_min: float

Minimum frequency of occurrence in percentage to keep the gate as valid. Default 95.

All the products of the ‘VOL’ dataset group

Parameters:
  • dataset (tuple) – radar object and metadata dictionary

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

Returns:

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