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

snapshot...

parent 2a00392b
No related branches found
No related tags found
No related merge requests found
......@@ -253,10 +253,11 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
print('duplicate: ', tup)
print('duplicate: ', rpts[0])
print('Skip -------------')
# rpts.append(tup)
cnt_ice += 1
else:
tup = (lat, lon, flt_alt, -1, 0, 'None', degK, spd)
if degK > 274.5:
continue
rpts = no_ice_dict.get(ts)
if rpts is None:
rpts = []
......@@ -266,7 +267,6 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
print('duplicate: ', tup)
print('duplicate: ', rpts[0])
print('Skip -------------')
# rpts.append(tup)
cnt_no_ice += 1
print('icing, no icing cnt: ', cnt_ice, cnt_no_ice)
......
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