fastest-routes
There are 4 repositories under fastest-routes topic.
rajesvariparasa/spatial-routing-libraries-and-services
Using OSMnx, OSRM, and Google Maps Directions API with Python to calculate shortest, fastest, and traffic-based most-efficient routes for a set of origin and destination points
rebeccak1/nyc-taxi
Predict NYC taxi travel times (Kaggle competition)
ankitAMD/NYTaxi_XG_Boost_Challenge-kaggle_challenge
I'm attempting the NYC Taxi Duration prediction Kaggle challenge. I'll by using a combination of Pandas, Matplotlib, and XGBoost as python libraries to help me understand and analyze the taxi dataset that Kaggle provides. The goal will be to build a predictive model for taxi duration time. I'll also be using Google Colab as my jupyter notebook. i will also predict without Google colab on normal system.
AndreiR01/SkyRoute
SkyRoute is a graph search program using depth first search and breadth first search in order to determine the fastest route from a landmark(mapped to closest train station) to another.Please note all the files are annotated making it easier to understand