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

snapshot..

parent 8ea63222
No related branches found
No related tags found
No related merge requests found
...@@ -261,6 +261,7 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63]) ...@@ -261,6 +261,7 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
rpts.append(tup) rpts.append(tup)
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) ice_dict = time_sort_pirep_dict(ice_dict)
no_ice_dict = time_sort_pirep_dict(no_ice_dict) no_ice_dict = time_sort_pirep_dict(no_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