pyart.io.radar.Radar.add_field_like

Radar.add_field_like(existing_field_name, field_name, data)[source]

Add a field to the object with metadata from a existing field.

Parameters :

existing_field_name : str

Name of an existing field to take metadata from when adding the new field to the object.

field_name : str

Name of the field to add to the dictionary of fields.

data : array

Field data.

Previous topic

pyart.io.radar.Radar.add_field

Next topic

pyart.io.radar.Radar.extract_sweeps

This Page