From 6b591452dc2c42af4fe76b7a384172c843dd5f59 Mon Sep 17 00:00:00 2001 From: Michael James Date: Thu, 11 Oct 2018 20:35:48 -0600 Subject: [PATCH] SoundingsSupport change setEDEXHost->changeEDEXHost --- awips/dataaccess/SoundingsSupport.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awips/dataaccess/SoundingsSupport.py b/awips/dataaccess/SoundingsSupport.py index d9ee4b8..186a378 100644 --- a/awips/dataaccess/SoundingsSupport.py +++ b/awips/dataaccess/SoundingsSupport.py @@ -62,13 +62,12 @@ def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, t forecastHours = __determineForecastHours(req, refTime, timeRange) if not forecastHours: return None - response = DataAccessLayer.getGeometryData(req, forecastHours) soundingObject = _SoundingCube(response) return soundingObject -def setEDEXHost(host): +def changeEDEXHost(host): """ Changes the EDEX host the Data Access Framework is communicating with.