naming convention of converted files
instead of simply changing the file extension of a file, when it gets converted to NetCDF by parse_disdro_csv.py, create a filename, based on the config file, like it happens in main.py
fn_start = f"{now_utc.ymd}_{site_name}-{st_code}_{sensor_name}"
Edited by Andre Castro