Group25 Proposal

From Visual Analytics and Applications
Revision as of 16:13, 6 August 2018 by Aparajitas.2017 (talk | contribs) (Version 5)
Jump to navigation Jump to search
Bus Route 1.jpg


Recommendation for Singapore Bus Routes Enhancement
A web-based analytics application to visualize how bus routes can be made more efficient


OVERVIEW

PROPOSAL

POSTER

APPLICATION

REPORT


Introduction

Buses forms a significant part of public transport in Singapore, Singapore's bus system has an extensive network of routes covering most places in Singapore, with over 3.9 million rides taken per day on average as of 2016, and is the most economical way to get around, as well as being one of the most scenic. There are more than 300 scheduled bus services, operated by SBS Transit, SMRT Buses, Tower Transit Singapore and Go-Ahead Singapore. The newest bus operator, Go-Ahead Singapore started operation from 4 September 2016. There are also around 4,600 buses currently in operation.

It plays a cardinal role in escalating the mobility, prosperity, and connectivity of a community. The more the people are satisfied with the public transportation, the more they tend to use it. The more the people use public transportation, the higher are the chances of them not buying a personal vehicle. The higher the chances of people not buying a personal vehicle, the lesser we will see cars running on the road. The lesser the cars running on the road the lesser will be the pollution generated. So, If we look at the macro picture, we see that not only the society gets affected by public transportation system but also the whole world. And, everything then comes down to the satisfaction level of the people using it.

Our objective in taking up this project is to look for the problematic routes where LTA can focus and provide a plausible solution to the bus route more efficient which finally will lead to passenger satisfaction. Doing this not only we will be able to reduce traveling time, but we will also able to reduce the overcrowding problem that Singapore buses currently face.


Inspiration

According to Travel+Leisure and other such reputed websites, Singapore comes second in the list of top 15 countries with the best land transportation system. Because of the effective connectivity of bus stops and MRT stations, economic ticket rates and less traveling time, people usually go for using buses as their primary means of transport. As we can see below according to the data we found out that in the year 2016 48.2% of the total Singaporeans were using Buses and since then the numbers have been going up. This ever-increasing number of bus commuters require us to pay more attention towards making bus routes and buses more efficient for the commuters.


A peek into the proportion of people using different transportation and the trend of number of people using bus over the years

Side by Side.PNG


Issues & Problem


Some of the buses take a substantial amount of time to travel from starting point to the destination. For example, the route given below is of bus number 123, As we can see for a person to travel from point A to B, he has to travel unnecessarily for hours. These kind of buses usually circle around a area, picking all the passengers up and then transits into the highway. Now, such bus routes can cause overcrowding in buses and delay for the passenger alighting at the end of the circle before the transit.

Another problem that Singapore bus currently have is there are buses that do not stop in bus stops even though they are inside their coverage routes. This can create a problem for elderly passenger (or passenger with special needs) as the passenger needs to walk to the other bus stops even though there are bus stops near the passenger place that the bus pass through.

Example of one of the problematic route

Bus 123.PNG



Challenges


Some of the challenges that we will encounter in this project:

  1. Finding appropriate longest route with longer time.
    This is not only a roadblock but the first stepping stone. As we aim to optimize the bus routes we need to spot the longest routes with the longer time. Once we are done with this we can investigate further on how close the bus stops are on the way and how can we decrease the time taken by the bus to cover its whole journey.
  2. Finding nearest bus stops to MRT station.
    Since MRT stations are the most important source as well as a destination for the Bus commuters, So the distance to/from a Bus Stop is always of utmost importance. So, for these hotspots, we have to find the nearest bus stop and optimize them, if possible. For example, If a bus service is already passing by the MRT and still it’s bus stop is quite far ( say more than 50m ) Then we can optimize it to the nearer one if any. Also, if there’s a case that there is not even a single bus stop near an MRT station then we can propose to build one.



Source of Dataset

Data Source
Singapore Bus Stops https://www.mytransport.sg/content/dam/datamall/datasets/LTA_DataMall_API_User_Guide.pdf
Singapore Bus Routes https://www.mytransport.sg/content/dam/datamall/datasets/LTA_DataMall_API_User_Guide.pdf
Singapore Bus Services https://www.mytransport.sg/content/dam/datamall/datasets/LTA_DataMall_API_User_Guide.pdf
MRT Stations coordinate https://www.mytransport.sg/content/dam/datamall/datasets/LTA_DataMall_API_User_Guide.pdf

About Dataset


Our data is collected using LTA's API to access their database and scrape the data by using Python. The dataset that we currently have are:
1. Singapore Bus Stops.
This dataset contains a list of all currently existed Bus Stops across whole Singapore. It contained 4,985 data consist of a unique code as well as the latitude and longitude coordinate for each Bus Stop. However, as the coordinate is based on WGS84(World Geodetic System), we have to convert the coordinate into a SYV21 system. Detailed step to convert will be explained in the report.
Below is the sample of this dataset.
2. Singapore Bus Routes.
This dataset contains a list of all route that Singapore bus currently have. It contained 25,959 data consist of bus stops code and the bus service number, as well as the distance between each bus stops that buses follow.
Below is the sample of this dataset.
3. Singapore Bus Services.
This dataset contains a list of all Singapore Bus that currently in service. It contained 1,410 data consist of buses code and the destination code for that bus.
Below is the sample of this dataset.
4. MRT Stations coordinate.
This dataset contains coordinate of all Singapore MRT Stations. Unfortunately, the file is in SHP and we can only open one of them .SHP file using JMP. Therefore, there is no detail regarding the name of the MRT stations. We will have to manually match the data with the MRT Station in google map based on this coordinate. The coordinate is based on SVY21 system.
Below is the sample of this dataset.