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

snapshot...

parent f25e32fb
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,9 @@ def pirep_icing(filename, lon_range=[-180, 180], lat_range=[-55, 55]):
fl = max(lvl_a, lvl_b)
if fl > 15000.0:
continue
rpts = ice_dict.get(timestmp)
tup = (lat, lon, fl, ice_str)
if rpts is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment