pyart.core.Radar.info#

Radar.info(level='standard', out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)[source]#

Print information on radar.

Parameters:
  • level ({‘compact’, ‘standard’, ‘full’, ‘c’, ‘s’, ‘f’}, optional) – Level of information on radar object to print, compact is minimal information, standard more and full everything.

  • out (file-like, optional) – Stream to direct output to, default is to print information to standard out (the screen).