SoundingsSupport change setEDEXHost->changeEDEXHost

This commit is contained in:
Michael James 2018-10-11 20:35:48 -06:00
parent 6d98ecc782
commit 6b591452dc

View file

@ -62,13 +62,12 @@ def getSounding(modelName, weatherElements, levels, samplePoint, refTime=None, t
forecastHours = __determineForecastHours(req, refTime, timeRange) forecastHours = __determineForecastHours(req, refTime, timeRange)
if not forecastHours: if not forecastHours:
return None return None
response = DataAccessLayer.getGeometryData(req, forecastHours) response = DataAccessLayer.getGeometryData(req, forecastHours)
soundingObject = _SoundingCube(response) soundingObject = _SoundingCube(response)
return soundingObject return soundingObject
def setEDEXHost(host): def changeEDEXHost(host):
""" """
Changes the EDEX host the Data Access Framework is communicating with. Changes the EDEX host the Data Access Framework is communicating with.