Extend range from radar site to 460km

This commit is contained in:
XANTRONIX Industrial 2025-02-11 11:30:05 -05:00
parent f46e0bef30
commit 420456f028

View file

@ -121,6 +121,8 @@ class StormReport():
ST_Distance(coord, MakePoint(?, ?, %d), true) as distance ST_Distance(coord, MakePoint(?, ?, %d), true) as distance
from from
nexrad_station nexrad_station
where
distance <= 460000
order by order by
distance asc distance asc
limit 3 limit 3