pyart.map.GateMapper.mapped_radar#

GateMapper.mapped_radar(field_list)[source]#

This returns a version of the destination radar with the fields in field_list from the source radar mapped into the destination radar’s coordinate system.

Parameters:

field_list (list of str or str) – The list of fields to map.

Returns:

mapped_radar – The destination radar with the fields from the source radar mapped into the destination radar’s coordinate system.