pyrad.proc.process_icon_to_radar#

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

Gets icon data and put it in radar coordinates using look up tables

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

  • dscfg (dictionary of dictionaries) –

    data set configuration. Accepted Configuration Keywords:

    datatype : string. Dataset keyword
        arbitrary data type
    icon_type : str. Dataset keyword
        name of the icon field to process. Default TEMP
    icon_variables : list of strings. Dataset keyword
        Py-art name of the icon fields. Default temperature
    icon_time_index_min, icon_time_index_max : int
        minimum and maximum indices of the icon data to retrieve. If a
        value is provided only data corresponding to the time indices
        within the interval will be used. If None all data will be used.
        Default None
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the output

  • ind_rad (int) – radar index