diff --git a/lib/xmet/igra.py b/lib/xmet/igra.py index d6c93d8..6a54be0 100644 --- a/lib/xmet/igra.py +++ b/lib/xmet/igra.py @@ -133,7 +133,7 @@ class IGRAReader(): sounding.timestamp_released = timestamp_release sounding.data_source_pressure = match['p_src'] sounding.data_source_other = match['np_src'] - sounding.coord = shapely.Point(lon, lat, COORD_SYSTEM) + sounding.coord = shapely.Point(lon, lat) sounding.samples = list() count = int(match['numlev'])