pyrad.io.get_iso0_field#

pyrad.io.get_iso0_field(hzt_data, hzt_ind, z_radar, field_name='height_over_iso0')[source]#

Get the height over iso0 data corresponding to each radar gate using a precomputed look up table of the nearest neighbour

Parameters:
  • hzt_data (dict) – dictionary containing the HZT data and metadata

  • hzt_ind (dict) – dictionary containing a field of HZT indices and metadata

  • z_radar (ndarray) – gates altitude [m MSL]

  • field_name (str) – names of HZT parameters (default height_over_iso0)

Returns:

iso0_field (list of dict) – dictionary with the height over iso0 field and metadata