Extend range from radar site to 460km
This commit is contained in:
parent
f46e0bef30
commit
420456f028
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue