mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
SoundingsSupport change setEDEXHost->changeEDEXHost
This commit is contained in:
parent
6d98ecc782
commit
6b591452dc
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue