pyart.core.Radar.check_field_exists#

Radar.check_field_exists(field_name)[source]#

Check that a field exists in the fields dictionary.

If the field does not exist raise a KeyError.

Parameters:

field_name (str) – Name of field to check.