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

snapshot...

parent 80ab76f2
No related merge requests found
...@@ -74,6 +74,9 @@ def get_amv_nd(filename, delimiter=';'): ...@@ -74,6 +74,9 @@ def get_amv_nd(filename, delimiter=';'):
qif = float(toks[17]) qif = float(toks[17])
cqi = float(toks[18]) cqi = float(toks[18])
if lon > 180:
lon -= 360
if pres < 10 or pres > 1020: if pres < 10 or pres > 1020:
continue continue
if lat < -90 or lat > 90: if lat < -90 or lat > 90:
......
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