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

snapshot...

parent 09861fe8
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,9 @@ def pirep_icing_boeing_txt(filename, lon_range=[-180, 180], lat_range=[-63, 63])
rpts.append(tup)
cnt_no_ice += 1
ice_dict = time_sort_pirep_dict(ice_dict)
no_ice_dict = time_sort_pirep_dict(no_ice_dict)
return ice_dict, no_ice_dict, None
......@@ -331,4 +334,7 @@ def pirep_icing_from_boeing_nc(dirname='/ships19/cloud/scratch/ICING/BOEING/icin
print('num icing/no icing: ', cnt_ice, cnt_no_ice)
ice_dict = time_sort_pirep_dict(ice_dict)
no_ice_dict = time_sort_pirep_dict(no_ice_dict)
return ice_dict, no_ice_dict, None
\ No newline at end of file
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