pyrad.io.write_colocated_data#
- pyrad.io.write_colocated_data(coloc_data, fname)[source]#
Writes the time averaged data of gates colocated with two radars, if QC metadata is available, it will be written as well. If the file already exists new records will be appended if they are not already present (based on rad1_time and rad2_time columns)
- Parameters:
coloc_data (dict) – dictionary containing the colocated data parameters
fname (str) – file name where to store the data
- Returns:
fname (str) – the name of the file where data has written