diff --git a/lib/xmet/igra.py b/lib/xmet/igra.py
index 9c1372c..b875086 100644
--- a/lib/xmet/igra.py
+++ b/lib/xmet/igra.py
@@ -137,7 +137,7 @@ class IGRAReader():
         sounding.timestamp_released   = timestamp_release
         sounding.data_source_pressure = match['p_src']
         sounding.data_source_other    = match['np_src']
-        sounding.location             = shapely.Point(lon, lat)
+        sounding.location             = shapely.Point(lon / 10.0, lat / 10.0)
         sounding.samples              = list()
 
         count = int(match['numlev'])