pyart.util.join_radar#

pyart.util.join_radar(radar1, radar2, coerce_angles=0.01)[source]#

Combine two radar instances into one.

Parameters:
  • radar1 (Radar) – Radar object.

  • radar2 (Radar) – Radar object.

  • coerce_angles (float) – If set to a value larger than zero, it will force azimuth (for RHI) or elevation (for RHI) angles to be equal to the fixed_angles if their absolute difference is smaller than coerce_angles, This is useful when scans have slightly varying angles due to slight antenna misposition