From c7c84f0802f8e0d45095ba660482801d1db88d48 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 5 Oct 2022 16:32:09 -0500 Subject: [PATCH] snapshot... --- modules/amv/intercompare.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py index 14c476b6..83d8177c 100644 --- a/modules/amv/intercompare.py +++ b/modules/amv/intercompare.py @@ -74,6 +74,9 @@ def get_amv_nd(filename, delimiter=';'): qif = float(toks[17]) cqi = float(toks[18]) + if lon > 180: + lon -= 360 + if pres < 10 or pres > 1020: continue if lat < -90 or lat > 90: -- GitLab