mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-06-10 05:30:00 -05:00
Return the stations list in getTideStations()
This commit is contained in:
@ -36,6 +36,8 @@ def getTideStations():
|
||||
if "TideStation" in i['@key'] and i['@value'] != "":
|
||||
stations.append(i['@value'].split("_")[2])
|
||||
|
||||
return stations
|
||||
|
||||
def getAirportCodes():
|
||||
""" Returns all of the airport identifiers present in the MachineProductCfg """
|
||||
airports = []
|
||||
|
Reference in New Issue
Block a user