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

snapshot...

parent 7001f37b
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ RMK = '/RM'
# Returns icing/non-icing
def pireps(filename, lon_range=[-180, 180], lat_range=[-55, 55]):
def pirep_icing(filename, lon_range=[-180, 180], lat_range=[-55, 55]):
reports = []
lats = []
lons = []
......@@ -72,6 +72,7 @@ def pireps(filename, lon_range=[-180, 180], lat_range=[-55, 55]):
continue
if len(toks) != 6: # Check for line format error
continue
report = toks[3]
lat = float(toks[4])
lon = float(toks[5])
......
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