pyrad.io.write_vol_csv#

pyrad.io.write_vol_csv(fname, radar, field_name, ignore_masked=False)[source]#

Creates a kml file with the radar volume data

Parameters:
  • fname (str) – kml file name

  • radar (radar object) – radar object containing the data

  • field_name (str) – field name to convert

  • ignore_masked (bool) – if True the masked values will be ignored

Returns:

fname (str) – the name of the file containing the content