upperair.UMILL_windsonde1.202301231200.txt run manually because format is
different (it uses tabs instead of whitespace between fields).

In sndg_io.py, use this command to read in data (line 260)
df = pd.read_csv(inpath+'/'+infile, skiprows=7, header=None, delimiter='\t'))
