Commit 75b42050 authored by O.V.B Sewmina's avatar O.V.B Sewmina

Merge branch 'IT19242996' into 'master'

It19242996

See merge request 2022-020/2022-020!29
parents ec84afda 130463ad
......@@ -196,10 +196,16 @@ weather =testingWeather.weather(city) #Get weather in travel area
Distance =14.7 #Distance data come from seminas ----- data come from the Seminas data/member of route planning
GetPrediction(time,date,special,Congestion,drivingspeedAVG,stops,weather,Distance)
# Get Prediction USing this Method after Seminas Calling
def CallTimePrediction(distance,BuStops,TodayDate):
FnewDate = GetDateCode(TodayDate)
GetPrediction(time,FnewDate,special,Congestion,drivingspeedAVG,BuStops,weather,distance)
CallTimePrediction(14.7,8,'Sunday')
# Get Train Data
# import sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment