diff --git a/lib/nexrad/storm.py b/lib/nexrad/storm.py index 5cb9242..9718efc 100644 --- a/lib/nexrad/storm.py +++ b/lib/nexrad/storm.py @@ -118,7 +118,7 @@ class StormReport(): select id, call, - ST_Distance(coord, MakePoint(?, ?, , 4326), true) as distance, + ST_Distance(coord, MakePoint(?, ?, 4326), true) as distance, ST_AsText(coord) as coord from nexrad_station