Commit 3ed8b311 authored by O.V.B Sewmina's avatar O.V.B Sewmina

Merge branch 'master' into 'IT19186566'

Master

See merge request 2022-020/2022-020!30
parents ec84afda 75b42050
...@@ -196,10 +196,16 @@ weather =testingWeather.weather(city) #Get weather in travel area ...@@ -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 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 # Get Train Data
# import sys # 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