Group25 Proposal

From Visual Analytics and Applications
Revision as of 21:03, 13 August 2018 by Atheodore.2017 (talk | contribs)
Jump to navigation Jump to search
Bus Route 1.jpg


Journey to the End of the Line
Recommendation for Singapore Bus Routes Enhancement


OVERVIEW

PROPOSAL

ANALYSIS REPORT

POSTER

RESEARCH PAPER

APPLICATION

ALL PROJECTS


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 scenics. 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.

Transportation 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 main objective in this project was to look for bus routes having similar looping pattern as bus 972 as shown below, we call such routes as problematic routes. These problematic routes can result in a substantial waste of time for the people traveling from the starting point to its destination point as they have to unnecessary travel through all the bus stops in the loop until the bus takes the highway route. This futile traveling leads results in a waste of time, waste of money and bus overcrowdedness.

Example of the problematic bus route(Bus - 972)

972 bus route.PNG


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


Review and critic


One of the problem in working on optimizing the transit routes is the conflict of interest between operators and the bus commuters. While having a very connected and dense network is very beneficial for the passengers, building such a network can actually be very expensive to the operators. Thus, keeping the operators and the passengers on the same page can be really difficult and this is what actually leads to a not very optimal solution. Van Nes and bovy in (200)did a study on the importance of urban transit network design. They stated that six kinds of objective functions from the three main perspectives, the passenger, operator, and social welfare perspectives were mainly used in past studies. The objectives are listed below:

  1. Minimize passenger time travel, which includes access time, waiting time and in vehicle time.
  2. Minimize passenger travel time given a limited budget.
  3. Maximize cost effectiveness which is defined as the ratio of the total revenues minus operational cost.
  4. Maximize operator profit which is the total revenues minus the operational cost.
  5. Minimize the total cost that is the operational cost plus traveler cost.
  6. Maximize the passenger load in the public transport.

These six objectives were made into an analytical model based on an assumed urban area of one-kilometer square. This area was served with one or more parallel transit lines having uniform line spacing. The stop spacing for all the transit line was also uniform. The transit fares were fixed. The focus was on the influence of the objective on the resulting key design variables i.e. stop spacing and line spacing. After comparing the different network attractiveness and performance characteristics resulting from different objectives, Van Nes and Bovy concluded that minimizing the total cost was the most suitable objective in urban transit. There have been many other works as well on optimizing the Singapore transportation services and all of them are directed towards solving a different kind of problem. Among such works, There is a paper done by students of NTU. This project is tailored in a way of optimizing public bus transport network in Singapore using spatial parameters and demographic information Part of their research was on Travel Time Analysis, of which their main focus was on travel time to place of employment as the destination. With the necessary available demographic data from employment departments, they measured the travel time to inter-zone level. The average travel time to all employment zones by bus, ATEbusi is used as the measure of accessibility of bus services for zone i.

Formula.png

where Ej is employment in zone j, tijbus is travel time from zone i to zone j by bus.

Mappp.png

Taking these use cases as references, we have based our research with new problem statements by studying if there is a need for rerouting of the bus routes by estimating the travel time and to explore the bus complexity through Network Model.

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.


Singapore Bus Stops

Busstopdata.PNG



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.

Singapore Bus Routes

Busroute.PNG



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.

Singapore Bus Services

Busservice.PNG



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.

MRT Stations coordinate

Mrt.PNG