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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue