pyrad.proc.process_hzt_lookup_table#

pyrad.proc.process_hzt_lookup_table(procstatus, dscfg, radar_list=None)[source]#

Gets HZT data and put it in radar coordinates using look up tables computed or loaded when initializing

Parameters:
  • procstatus (int) – Processing status: 0 initializing, 1 processing volume, 2 post-processing

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted Configuration Keywords:

    metranet_read_lib : str. Global keyword
        Type of METRANET reader library used to read the data.
        Can be 'C' or 'python'
    datatype : string. Dataset keyword
        arbitrary data type
    lookup_table : int. Dataset keyword
        if set a pre-computed look up table for the icon coordinates is
        loaded. Otherwise the look up table is computed taking the first
        radar object as reference
    regular_grid : int. Dataset keyword
        if set it is assume that the radar has a grid constant in time and
        therefore there is no need to interpolate the icon field in
        memory to the current radar grid
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index