pyart.io.radar.Radar.info

Radar.info(level='standard', out=<open file '<stdout>', mode 'w' at 0x2ae18a0eb1e0>)[source]

Print information on radar.

Parameters :

level : {‘compact’, ‘standard’, ‘full’, ‘c’, ‘s’, ‘f’}

Level of information on radar object to print, compact is minimal information, standard more and full everything.

out : file-like

Stream to direct output to, default is to print information to standard out (the screen).

Previous topic

pyart.io.radar.Radar.extract_sweeps

Next topic

pyart.io.radar.join_radar

This Page