From 420456f02831307894ea7be2ee0dfa4d75a9428b Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Tue, 11 Feb 2025 11:30:05 -0500 Subject: [PATCH] Extend range from radar site to 460km --- lib/nexrad/storm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nexrad/storm.py b/lib/nexrad/storm.py index 90fe362..2dd34b0 100644 --- a/lib/nexrad/storm.py +++ b/lib/nexrad/storm.py @@ -121,6 +121,8 @@ class StormReport(): ST_Distance(coord, MakePoint(?, ?, %d), true) as distance from nexrad_station + where + distance <= 460000 order by distance asc limit 3