pyrad.proc.process_grid_multiple_points#

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

Obtains the grid data at a point location.

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
        The data type where we want to extract the point measurement
    coord_fname : string
        File name containing the points coordinates
    latlonTol : float. Dataset keyword
        latitude-longitude tolerance to determine which grid point to use
        [deg]
    
  • radar_list (list of Radar objects) – Optional. list of radar objects

Returns:

  • new_dataset (dict) – dictionary containing the data and metadata at the point of interest

  • ind_rad (int) – radar index