pyrad.io.add_field#

pyrad.io.add_field(radar_dest, radar_orig)[source]#

adds the fields from orig radar into dest radar. If they are not in the same grid, interpolates them to dest grid

Parameters:
  • radar_dest (radar object) – the destination radar

  • radar_orig (radar object) – the radar object containing the original field

Returns:

field_dest (dict) – interpolated field and metadata