Skip to content
Snippets Groups Projects
Commit abaea30e authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 81f65106
No related branches found
No related tags found
No related merge requests found
......@@ -249,11 +249,7 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
rpts = []
rpts.append(tup)
ice_dict[ts] = rpts
else:
print('duplicate: ', tup)
print('duplicate: ', rpts[0])
print('Skip -------------')
cnt_ice += 1
cnt_ice += 1
else:
tup = (lat, lon, flt_alt, -1, 0, 'None', degK, spd)
if degK > 274.5:
......@@ -263,11 +259,7 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
rpts = []
rpts.append(tup)
no_ice_dict[ts] = rpts
else:
print('duplicate: ', tup)
print('duplicate: ', rpts[0])
print('Skip -------------')
cnt_no_ice += 1
cnt_no_ice += 1
print('icing, no icing cnt: ', cnt_ice, cnt_no_ice)
ice_dict = time_sort_pirep_dict(ice_dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment