pyrad.proc.process_hzt#
- pyrad.proc.process_hzt(procstatus, dscfg, radar_list=None)[source]#
Gets iso0 degree data in HZT format and put it in radar coordinates
- 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 supported by pyrad keep_in_memory : int. Dataset keyword if set keeps the hzt data dict, the hzt coordinates dict and the hzt field in radar coordinates in memory regular_grid : int. Dataset keyword if set it is assume that the radar has a grid constant in time and there is no need to compute a new hzt field if the hzt data has not changed
radar_list (list of Radar objects) – Optional. list of radar objects
- Returns:
new_dataset (dict) – dictionary containing the output fields corresponding to height over iso0
ind_rad (int) – radar index