Uncover Repeated Spatio-temporal Behavioral Patterns. Embedded in GPS-based Taxi Tracking Data

Size: px
Start display at page:

Download "Uncover Repeated Spatio-temporal Behavioral Patterns. Embedded in GPS-based Taxi Tracking Data"

Transcription

1 Uncover Repeated Spatio-temporal Behavioral Patterns Embedded in GPS-based Taxi Tracking Data Yang Xu 1, Shih-Lung Shaw 1 2 *, Jiaoli Chen 1, Qingquan Li 2, Zhixiang Fang 2, Yuguang Li 2 1 Department of Geography, University of Tennessee, Knoxville, TN, USA {yxu30; sshaw; jchen42}@utk.edu 2 State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, Wuhan, China {qqli; zxfang}@whu.edu.cn; wd_liyuguang@yahoo.com.cn * Corresponding author: sshaw@utk.edu 1. Introduction Global Positioning System (GPS) based vehicle tracking data have been used to derive useful traffic data such as computing travel speed or congestion level (e.g., Herrera et al., 2010; Mohan, 2008) or measuring urban dynamics (e.g., Calabrese et al., 2011; Reades et al., 2007). Vehicle tracking data also have been used to analyze travel activities (e.g., Li et al., 2011; Liu et al., 2010). This study, on the other hand, focuses on identifying repeated spatio-temporal patterns embedded in a GPS-based taxi tracking dataset collected in Wuhan, China. Although taxi trajectories may appear to be chaotic at first glance, there could be important repeated spatio-temporal patterns embedded in taxi tracking data. For example, certain taxi drivers may have preferences of waiting for passengers at particular locations such as airports, train stations, etc. In many developing countries, it also is common to have two work shifts of drivers for one taxi. Identifying repeated spatio-temporal patterns embedded in vehicle tracking data thus can shed light on important travel and activity behavioral patterns. This study uses a taxi tracking dataset collected in Wuhan, China as a case study to identify repeated spatio-temporal behavioral patterns among the taxi drivers. The main objective of this study is to develop a systematic method that can facilitate uncovering repeated behavioral patterns in a large tracking dataset. This method can be adapted for studies using other types of tracking data such as cell phone tracking data of individual trajectories or online tracking data of individual web browsing histories. 2. Taxi tracking dataset used in this study Wuhan is a major city located in central China with about ten million people. We obtained a GPS tracking dataset of 10,801 taxis in Wuhan for the week of March 8-14, We first preprocessed the GPS tracking dataset to remove data noises and to match the GPS locations to the street network. Each taxi s GPS trajectories during the study week are broken into a series of individual trips based on the Service Status code of 0/1 indicating if a trip carries passengers or not. Each trip then is stored as one record with the following data: 1

2 - Taxi_ID: unique taxi ID - Date: date of the GPS tracking trip - Trip_ID: unique trip ID - O_Lat/ O_Lng/ O_Time: Latitude/ Longitude/ Time of the origin of a trip - O_RoadID: unique road segment ID on which the origin of a trip falls - D_Lat/D_Lng/D_Time: Latitude/Longitude/Time of the destination of a trip - D_RoadID: unique road segment ID on which the destination of a trip falls - Service_Status: binary value of 0/1 indicating if a trip carries passengers or not - Road_IDs: IDs of road segments that consist of a trip Figure 1 shows the organization of GPS tracking dataset used in this study. Each day in the study week includes data for all taxis. Each taxi in turn has records for individual trips, and each trip record is composed of the data fields described above. Date Day 1 Day 2 TaxiID:11201 Trip 1 Trip 2 Trip ID Day 3 TaxiID:11202 GPS dataset Day 4 Day 5 Day 6 ServiceStatus Road_IDs Day 7 TaxiID:25048 Figure 1.Organization of GPS tracking dataset used in this study. 3. Identification of repeated spatio-temporal behavioral patterns In order to identify occurrences of repeated behavioral patterns of the taxi drivers, we first divide each day into time segments and detect if any repeated behavior pattern occurs in particular time segments. Since each taxi trip lasts for a time duration, we implement a moving time window approach to capture varying trip durations. For instance, a taxi driver may have a habit of taking a break at a particular location between 13:45 and 14:15. If we simply divide a day into 24 one-hour time segments, the activity from 13:45 to 14:15 will cross the boundary between two time segments and split this activity into two parts. This creates a problem of identifying these repeated behavioral patterns. We develop a one-hour moving time window with a half-hour overlap between two consecutive time windows to generate a total of 47 time segments in a day (see Figure 2). It generates 47 rather than 48 time segments because we start at [0:00-1:00] and end at [23:00 24:00]. This moving time window method works well with our taxi tracking dataset because most taxi trips have a duration of less than one hour. 2

3 Figure 2. Time segments derived from a moving time window method. We then examine how frequently a taxi visited the same road segment repeatedly in each of the 47 time segments during the study week. Based on the departure time (O_Time) and arrival time (D_Time) of each taxi trip and the road segments (Road_IDs) along a trip, we can estimate the time that a driver stayed on each road segment, so that trips that cross two time windows or trips running beyond one hour can be handled properly. For a given time segment, if a taxi passed a particular road segment during that time segment, this road segment receives a count of 1 regardless the number of times this road segment was traversed by the particular taxi during this time segment on the given day. All other road segments that were not used by the taxi would receive a count of 0. When we add up the counts by individual taxis and by individual road segments for all seven days in the study week, we can derive a table indicating the frequency that each taxi visited each road segment during each time segment. For example, Table 1 shows that taxi #11201 visited road segment # in time segment 33 (i.e., [16:00 17:00] ) on four days during the study week, while the same taxi visited road segment # in the same time segment all seven days in the study week. Table 1. An example of a table for a taxi # Taxi_ID Road_ID Time Segment Frequency(F) Figure 3 uses an example of taxi #11207 in time segment 14 to show how the spatial 5 3

4 distribution of road segments converges as the frequency increases from 2 to 7. This example illustrates the effectiveness of our method to identify repeated spatio-temporal patterns. (a)f>=2 (b)f>=3 (c)f>=4 (d)f>=5 (e)f>=6 (f)f=7 Figure 3. Selected road segments with different frequency. 4. Temporal and spatial distributions of repeated taxi behavioral patterns Figure 4 shows the analysis result of temporal distribution of repeated behaviors with two obvious peaks in a day. This temporal distribution suggests that a large proportion of taxi drivers visited the same road segments at least five days in the study week during the morning and the afternoon peak periods. In the meantime, it is common knowledge among the residents of Wuhan that it is very difficult to find available taxis during the morning and afternoon peak hours due to not only higher demands in those hours but also many taxis in Wuhan switch drivers for their respective 12-hour work shift during these peak hours. The findings from this case study shed additional light on the specific temporal distribution of this transportation issue in Wuhan. 4

5 Figure 4. Temporal distribution of taxi repeated behavioral patterns. We next examine the locations and spatial extents of those road segments that are visited by a taxi at least five days in the study week. A modified DBSCAN method is used to cluster the locations of start and end nodes of those repeatedly visited road segments based on a search distance of 1km.The analysis results indicate that 83% of the taxis have only one spatial cluster, 14% have two spatial clusters, and only 3% of the taxis have more than two spatial clusters. Figure 5 illustrates the cumulative frequency distribution of all spatial clusters based on the radius of these spatial clusters. Figure 6, on the other hand, displays the spatial distribution of those repeated visited road segments by frequency. The higher the frequency is, the more the road segment is visited repeatedly by the taxi drivers. This map helps us gain a better understanding of the spatial patterns of repeated behavior. Our GIS implementation also allows researchers to combine both spatial and temporal aspects in order to interactively explore the hidden repeated spatio-temporal behaviors among the taxi drivers. 5

6 Figure 5. Cumulative distribution of the cluster radius. Figure 6.Spatial distribution of repeatedly visited road segments by frequency. 6

7 5. Summary This study develops a novel approach to identifying repeated spatio-temporal behavioral patterns using a taxi tracking dataset. The analysis results are very encouraging and reveal some detailed spatio-temporal patterns that can help researchers gain better understanding of repeated behavioral patterns in a space-and-time context. References J. C. Herrera, D. B. Work, R. Herring, X. J. Ban, Q. Jacobson and A. M. Bayen, 2010, Evaluation of traffic data obtained via GPS-enabled mobile phones: The Mobile Century field experiment. Transportation Research Part C: Emerging Technologies, 18(4): P. Mohan, V. N. Padmanabhan and R. Ramjee, 2008, Nericell: rich monitoring of road and traffic conditions using mobile smartphones. Proceedings of the 6th ACM conference on Embedded network sensor systems, ACM F. Calabrese, M. Colonna, P. Lovisolo, D. Parata and C. Ratti, 2011, Real-time urban monitoring using cell phones: A case study in Rome. Intelligent Transportation Systems, IEEE Transactions on(99): J. Reades, F. Calabrese, A. Sevtsuk and C. Ratti, 2007, Cellular census: Explorations in urban data collection. IEEE Pervasive Computing, 6: B. Li, D. Zhang, L. Sun, C. Chen, S. Li, G. Qi and Q. Yang, 2011, Hunting or waiting? discovering passenger-finding strategies from a large-scale real-world taxi dataset IEEE International Conference on Pervasive Computing and Communications Workshops, IEEE L. Liu, C. Andris and C. Ratti, 2010, Uncovering cabdrivers' behavior patterns from their digital traces. Computers, Environment and Urban Systems, 34(6):

Dr. Shih-Lung Shaw s Research on Space-Time GIS, Human Dynamics and Big Data

Dr. Shih-Lung Shaw s Research on Space-Time GIS, Human Dynamics and Big Data Dr. Shih-Lung Shaw s Research on Space-Time GIS, Human Dynamics and Big Data for Geography Department s Faculty Research Highlight October 12, 2014 Shih-Lung Shaw, Ph.D. Alvin and Sally Beaman Professor

More information

Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model

Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model Proposed Advance Taxi Recommender System Based On a Spatiotemporal Factor Analysis Model Santosh Thakkar, Supriya Bhosale, Namrata Gawade, Prof. Sonia Mehta Department of Computer Engineering, Alard College

More information

Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads

Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads Prof. D. N. Rewadkar, Pavitra Mangesh Ratnaparkhi Head of Dept. Information

More information

Exploring the Relationship between Mobile Phone Call Intensity and Taxi Volume in Urban Area

Exploring the Relationship between Mobile Phone Call Intensity and Taxi Volume in Urban Area 212 15th International IEEE Conference on Intelligent Transportation Systems Anchorage, Alaska, USA, September 16-19, 212 Exploring the Relationship between Mobile Phone Call Intensity and Taxi Volume

More information

Big Data Analytics in Mobile Environments

Big Data Analytics in Mobile Environments 1 Big Data Analytics in Mobile Environments 熊 辉 教 授 罗 格 斯 - 新 泽 西 州 立 大 学 2012-10-2 Rutgers, the State University of New Jersey Why big data: historical view? Productivity versus Complexity (interrelatedness,

More information

Network Intelligence Driven Cloud Services for a Sustainable Connected World. Fahim Kawsar Internet of Things Research Bell Labs @raswak

Network Intelligence Driven Cloud Services for a Sustainable Connected World. Fahim Kawsar Internet of Things Research Bell Labs @raswak Network Intelligence Driven Cloud Services for a Sustainable Connected World Fahim Kawsar Internet of Things Research Bell Labs @raswak MORE DEVELOPED COUNTRIES 2013: 1.2 Billion 2050: 1.3 Billion WORLD

More information

An Ensemble Learning Approach for the Kaggle Taxi Travel Time Prediction Challenge

An Ensemble Learning Approach for the Kaggle Taxi Travel Time Prediction Challenge An Ensemble Learning Approach for the Kaggle Taxi Travel Time Prediction Challenge Thomas Hoch Software Competence Center Hagenberg GmbH Softwarepark 21, 4232 Hagenberg, Austria Tel.: +43-7236-3343-831

More information

A Conceptual Model for Representation of Taxi Trajectories

A Conceptual Model for Representation of Taxi Trajectories A Conceptual Model for Representation of Taxi Trajectories Ana Maria Amorim e Jorge Campos Grupo de Aplicações e Análises Geoespaciais GANGES Mestrado em Sistemas e Computação UNIFACS Salvador, BA Brazil

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA

ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA 1. SUMMARY Ralf-Peter Schäfer Kai-Uwe Thiessenhusen Elmar Brockfeld Peter Wagner German Aerospace Center (DLR) Institute

More information

From Data to Knowledge to Action : A Taxi Business Intelligence System

From Data to Knowledge to Action : A Taxi Business Intelligence System From Data to Knowledge to Action : A Taxi Business Intelligence System Chenggang Wang Southwest China Institute of Electronic Technology Chengdu, China. cgwang@126.com Huaixin Chen Southwest China Institute

More information

Aggregation of Spatio-temporal and Event Log Databases for Stochastic Characterization of Process Activities

Aggregation of Spatio-temporal and Event Log Databases for Stochastic Characterization of Process Activities Aggregation of Spatio-temporal and Event Log Databases for Stochastic Characterization of Process Activities Rodrigo M. T. Gonçalves, Rui Jorge Almeida, João M. C. Sousa Planning and Scheduling In logistic

More information

CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION

CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION CAB TRAVEL TIME PREDICTI - BASED ON HISTORICAL TRIP OBSERVATION N PROBLEM DEFINITION Opportunity New Booking - Time of Arrival Shortest Route (Distance/Time) Taxi-Passenger Demand Distribution Value Accurate

More information

Context-aware taxi demand hotspots prediction

Context-aware taxi demand hotspots prediction Int. J. Business Intelligence and Data Mining, Vol. 5, No. 1, 2010 3 Context-aware taxi demand hotspots prediction Han-wen Chang, Yu-chin Tai and Jane Yung-jen Hsu* Department of Computer Science and Information

More information

10/14/11. Big data in science Application to large scale physical systems

10/14/11. Big data in science Application to large scale physical systems Big data in science Application to large scale physical systems Large scale physical systems Large scale systems with spatio-temporal dynamics Propagation of pollutants in air, Water distribution networks,

More information

A Service Choice Model for Optimizing Taxi Service Delivery

A Service Choice Model for Optimizing Taxi Service Delivery A Service Choice Model for Optimizing Taxi Service Delivery Shih-Fen Cheng School of Information Systems Singapore Management University sfcheng@smu.edu.sg Xin Qu School of Information Systems Singapore

More information

Urban sensing using mobile phone network data. Ubicomp 2011 Tutorial

Urban sensing using mobile phone network data. Ubicomp 2011 Tutorial Urban sensing using mobile phone network data Advisory Research Staff Member Smarter Cities Technology Centre IBM Research, Dublin, Ireland Ubicomp 2011 Tutorial 2010 IBM Corporation Outline of the Tutorial

More information

Intermodality in Eastern Mediterranean: Evidence and Experiences

Intermodality in Eastern Mediterranean: Evidence and Experiences Intermodality in Eastern Mediterranean: Evidence and Experiences Stratos Papadimitriou Associate Professor University of Piraeus Piraeus, Greece 1 A simple but succinct definition Aktarma Yapmak (turkish):

More information

Performance Evaluation of VANETs with Multiple Car Crashes in Different Traffic Conditions

Performance Evaluation of VANETs with Multiple Car Crashes in Different Traffic Conditions Performance Evaluation of VANETs with Multiple Car Crashes in Different Traffic Conditions Georgios Charalampopoulos 1,2 and Tasos Dagiuklas 1 1. Dept. of Computer Science, Hellenic Open University, Greece,

More information

Detecting Human Behavior Patterns from Mobile Phone

Detecting Human Behavior Patterns from Mobile Phone Journal of Computational Information Systems 8: 6 (2012) 2671 2679 Available at http://www.jofcis.com Detecting Human Behavior Patterns from Mobile Phone Anqin ZHANG 1,2,, Wenjun YE 2, Yuan PENG 1,2 1

More information

How Location Intelligence drives value in next-generation customer loyalty programs in Retail business

How Location Intelligence drives value in next-generation customer loyalty programs in Retail business How Location Intelligence drives value in next-generation customer loyalty programs in Retail business Andreas Nemeth a, Mikhail M. Komarov a a National Research University Higher School of Economics,

More information

Exploring Human Movements in Singapore: A Comparative Analysis Based on Mobile Phone and Taxicab Usages

Exploring Human Movements in Singapore: A Comparative Analysis Based on Mobile Phone and Taxicab Usages Exploring Human Movements in Singapore: A Comparative Analysis Based on Mobile Phone and Taxicab Usages Chaogui Kang Massachusetts Institute of Technology 77 Massachusetts Avenue Cambridge, MA, USA cgkang@mit.edu

More information

A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information

A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information A Multimodal Trip Planning System Incorporating the Park-and-Ride Mode and Real-time Traffic/Transit Information Jing-Quan Li, Kun Zhou, Liping Zhang, and Wei-Bin Zhang Abstract California PATH, University

More information

The STC for Event Analysis: Scalability Issues

The STC for Event Analysis: Scalability Issues The STC for Event Analysis: Scalability Issues Georg Fuchs Gennady Andrienko http://geoanalytics.net Events Something [significant] happened somewhere, sometime Analysis goal and domain dependent, e.g.

More information

Collection and Use of MAC Address Data for the Travel Demand Model

Collection and Use of MAC Address Data for the Travel Demand Model Collection and Use of MAC Address Data for the Travel Demand Model Li Jin, Kittelson & Associates, Inc. (email: ljin@kittelson.com) Matt Wiesenfeld, Kittelson & Associates, Inc. Karl Passetti, Kittelson

More information

Evaluation of Traffic Data Obtained via GPS-Enabled Mobile Phones: the Mobile Century Field Experiment

Evaluation of Traffic Data Obtained via GPS-Enabled Mobile Phones: the Mobile Century Field Experiment Evaluation of Traffic Data Obtained via GPS-Enabled Mobile Phones: the Mobile Century Field Experiment Juan C. Herrera, Daniel B. Work, Ryan Herring, Xuegang (Jeff) Ban, and Alexandre M. Bayen WORKING

More information

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,

More information

From Big Data to Smart Data How to improve public transport through modelling and simulation.

From Big Data to Smart Data How to improve public transport through modelling and simulation. From Big Data to Smart Data How to improve public transport through modelling and simulation. Dr. Alex Erath, Pieter Fourie, Sergio Ordó ~ nez, Artem Chakirov FCL Research Module: Mobility and Transportation

More information

Urban sensing using mobile phone network data. Ubicomp 2011 Tutorial

Urban sensing using mobile phone network data. Ubicomp 2011 Tutorial Urban sensing using mobile phone network data Advisory Research Staff Member Smarter Cities Technology Centre IBM Research, Dublin, Ireland Ubicomp 2011 Tutorial 2010 IBM Corporation Outline of the Tutorial

More information

HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS

HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS HIGHLY-DYNAMIC, PERVASIVE MONITORING OF TRAFFIC CONGESTION LEVELS Derek Fagan 1 and René Meier 2 1. Distributed Systems Group, School of Computer Science and Statistics, Trinity College Dublin, Ireland;

More information

( Increased usage of IP addresses )

( Increased usage of IP addresses ) IPv6 Applications IPv6: Make Possible Internet of Things More Devices than people Smart phones Smart Tablets Traditional Internet desktops Data-enabled mobile phones Consumer appliances Embedded systems

More information

Journey to Work Patterns in the Auckland Region

Journey to Work Patterns in the Auckland Region Analysis of Census Data for 2001-2013 1 INTRODUCTION... 1 DEFINITIONS OF WORKERS, JOBS AND EMPLOYMENT... 1 2 SCOPE OF THE ANALYSIS... 2 2.1 LEVELS OF ANALYSIS... 2 2.2 DATA INCLUDED IN THE ANALYSIS...

More information

Implementation of Real Time Bus Monitoring and Passenger Information System

Implementation of Real Time Bus Monitoring and Passenger Information System International Journal of Scientific and Research Publications, Volume 3, Issue 5, May 2013 1 Implementation of Real Time Bus Monitoring and Passenger Information System Mrs.Swati Chandurkar, Sneha Mugade,

More information

Senseable City Lab :.:: Massachusetts Institute of Technology

Senseable City Lab :.:: Massachusetts Institute of Technology Senseable City Lab :.:: Massachusetts Institute of Technology This paper might be a pre-copy-editing or a post-print author-produced.pdf of an article accepted for publication. For the definitive publisher-authenticated

More information

Visual Exploratory Data Analysis of Traffic Volume

Visual Exploratory Data Analysis of Traffic Volume Visual Exploratory Data Analysis of Traffic Volume Weiguo Han 1, Jinfeng Wang 1, and Shih-Lung Shaw 2 1 Institute of Geographic Sciences & Natural Resources Research, CAS, No. 11A Datun Road, Beijing 100101,

More information

Parking Guidance System

Parking Guidance System Parking Guidance System The Need: With the development of modern life, the amount of cars is growing rapidly and the difference between cars and parking spaces becomes a problem in the crowded urban areas.

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

How To Make A Remote Sensing Image Realtime Processing For Disaster Emergency Response

How To Make A Remote Sensing Image Realtime Processing For Disaster Emergency Response Remote sensing image real-time processing for rapid disaster emergency response Dr.Haigang Sui LIESMARS, Wuhan University Oct 23, 2013 Outline 1 Major requirements in disaster emergency response 2 Main

More information

GS.4C Thursday, July 17 th, 13:30 15:00

GS.4C Thursday, July 17 th, 13:30 15:00 GS.4C Thursday, July 17 th, 13:30 15:00 Presentation Group Room LAEREMANS Michelle Group A Behavior (Traffic Safety and Travel Behavior) C 104 MARCZUK Katarzyna Group B CoopModeling (Agent-based models

More information

User Guide Sygic. Sygic

User Guide Sygic. Sygic Sygic 1 Thank you for choosing Sygic nagivation software. This manual will guide you through our navigation software. When using this manual you will learn how to operate basic functions and setting options

More information

GTA Cordon Count Program

GTA Cordon Count Program Transportation Trends 2001-2011 Executive Summary Project No. TR12 0722 September 2013 1.0 Introduction The Cordon Count program was established to collect traffic data as a tool for measuring travel trends

More information

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS)

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) Mark Darren Savuriar, Chandrasekharan Nataraj, Chitturi Venkatratnam, Sardar Ali School of Engineering Asia Pacific

More information

Smart Cities. How Can Data Mining and Optimization Shape Future Cities? Francesco Calabrese

Smart Cities. How Can Data Mining and Optimization Shape Future Cities? Francesco Calabrese Smart Cities How Can Data Mining and Optimization Shape Future Cities? Francesco Calabrese Advisory Research Staff Member, Analytics & Optimization Smarter Cities Technology Centre IBM Research and Development

More information

SU R F A C E T R A N S P O R T A T I O N I N T H E U N I T E D S T A T E S I S A

SU R F A C E T R A N S P O R T A T I O N I N T H E U N I T E D S T A T E S I S A TRAFFIC CONGESTION AND GREENHOUSE GA SES B Y M AT T H E W B A R T H A N D K A N O K B O R I B O O N S O M S I N SU R F A C E T R A N S P O R T A T I O N I N T H E U N I T E D S T A T E S I S A LARGE source

More information

Analysis of GSM calls data for understanding user mobility behavior

Analysis of GSM calls data for understanding user mobility behavior Analysis of GSM calls data for understanding user mobility behavior Barbara Furletti, Lorenzo Gabrielli, Chiara Renso, Salvatore Rinzivillo KDDLab, ISTI-CNR, Pisa, Italy Email: {barbara.furletti,lorenzo.gabrielli,chiara.renso,salvatore.rinzivillo}@isti.cnr.it

More information

Reslogg: Mobile app for logging and analyzing travel behavior

Reslogg: Mobile app for logging and analyzing travel behavior Reslogg: Mobile app for logging and analyzing travel behavior Clas Rydergren, Linköping University clas.rydergren@liu.se Agenda Background Data collection using GPS in mobile phones Earlier research Description

More information

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2 TriMet Transit Tracker Implementation Summary Transit Tracker is a real-time bus arrival prediction system that provides information to riders at bus stops and light rail stations with a count down in

More information

Demand Responsive Transport as integration to urban regular transport service: a case in Cape Town

Demand Responsive Transport as integration to urban regular transport service: a case in Cape Town Demand Responsive Transport as integration to urban regular transport service: a case in Cape Town Giannini Monica Head of International Cooperation, PluService SS Adriatica Sud 228/d, Senigallia (AN)

More information

Use of System Dynamics for modelling customers flows from residential areas to selling centers

Use of System Dynamics for modelling customers flows from residential areas to selling centers Use of System Dynamics for modelling customers flows from residential areas to selling centers ENRICO BRIANO (*) CLAUDIA CABALLINI (*)(**) ROBERTO REVETRIA (*)(**) MAURIZIO SCHENONE (**) ALESSANDRO TESTA

More information

HRSA Definition: Conveyance services provided, directly or through voucher, to a client so that he or she may access health care services.

HRSA Definition: Conveyance services provided, directly or through voucher, to a client so that he or she may access health care services. ORLANDO EMA HIV/AIDS RYAN WHITE PART A PROGRAM MEDICAL TRANSPORTATION Services STANDARDS OF CARE HRSA Definition: Conveyance services provided, directly or through voucher, to a client so that he or she

More information

Iasi. T76.1 Bus Management System in Iasi. Iasi

Iasi. T76.1 Bus Management System in Iasi. Iasi Iasi T76.1 Bus Management System in Iasi Iasi May 2012 Project no. Project Name Start date of the Project Duration: Measure: Task: Deliverable: Due date of Deliverable: Actual 21 st May 2012 submission

More information

Public Transportation BigData Clustering

Public Transportation BigData Clustering Public Transportation BigData Clustering Preliminary Communication Tomislav Galba J.J. Strossmayer University of Osijek Faculty of Electrical Engineering Cara Hadriana 10b, 31000 Osijek, Croatia tomislav.galba@etfos.hr

More information

Airline Schedule Development

Airline Schedule Development Airline Schedule Development 16.75J/1.234J Airline Management Dr. Peter Belobaba February 22, 2006 Airline Schedule Development 1. Schedule Development Process Airline supply terminology Sequential approach

More information

Star rating driver traffic and safety behaviour through OBD and smartphone data collection

Star rating driver traffic and safety behaviour through OBD and smartphone data collection International Symposium on Road Safety Behaviour Measurements and Indicators Belgian Road Safety Institute 23 April 2015, Brussels Star rating driver traffic and safety behaviour through OBD and smartphone

More information

Basic concepts and definitions: Travel and Tourism (domestic and international)

Basic concepts and definitions: Travel and Tourism (domestic and international) Tourism Statistics: Challenges and Good Practices Regional Workshop for the CIS countries Basic concepts and definitions: Travel and Tourism (domestic and international) Item 5 Peter LAIMER UNWTO UNWTO/UNSD

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

Vehicle Tracking System using GPRS

Vehicle Tracking System using GPRS Urban Transport XIII: Urban Transport and the Environment in the 21st Century 409 Vehicle Tracking System using GPRS S. Ikram 1 & F. T. Shah 2 1 Seidco Communication L.L.C, Abu Dhabi, UAE 2 COMSATS Institute

More information

T-BEST: Nothing But the Best for All Your Transit Planning and Ridership Forecasting Needs

T-BEST: Nothing But the Best for All Your Transit Planning and Ridership Forecasting Needs T-BEST: Nothing But the Best for All Your Transit Planning and Ridership Forecasting Needs Have you been looking for a transit planning tool that: accurately forecasts transit ridership and accessibility

More information

Oracle Smart City Platform Managing Mobility

Oracle Smart City Platform Managing Mobility Oracle Smart Platform Managing Mobility iemke idsingh Public Sector Solutions Director Sustainable Trending Topics #QualityOfLife Providing instruments that monitor, analyze and improve the residents quality

More information

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM

AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM AUTOMATIC ACCIDENT DETECTION AND AMBULANCE RESCUE WITH INTELLIGENT TRAFFIC LIGHT SYSTEM Mr.S.Iyyappan 1, Mr.V.Nandagopal 2 P.G Scholar, Dept. of EEE, Ganadipathy Tulis s Jain Engineering College, Vellore,

More information

URBAN MOBILITY IN CLEAN, GREEN CITIES

URBAN MOBILITY IN CLEAN, GREEN CITIES URBAN MOBILITY IN CLEAN, GREEN CITIES C. G. Cassandras Division of Systems Engineering and Dept. of Electrical and Computer Engineering and Center for Information and Systems Engineering Boston University

More information

MOBILITY DATA MODELING AND REPRESENTATION

MOBILITY DATA MODELING AND REPRESENTATION PART I MOBILITY DATA MODELING AND REPRESENTATION 1 Trajectories and Their Representations Stefano Spaccapietra, Christine Parent, and Laura Spinsanti 1.1 Introduction For a long time, applications have

More information

Revealing Human Mobility Behavior and Predicting Amount of Trips Based on Mobile Data Records

Revealing Human Mobility Behavior and Predicting Amount of Trips Based on Mobile Data Records Paper 1846-2014 Revealing Human Mobility Behavior and Predicting Amount of Trips Based on Mobile Data Records Carlos Andre Reis Pinheiro, KU Leuven, Belgium ABSTRACT This paper reveals the human mobility

More information

Context-Aware Online Traffic Prediction

Context-Aware Online Traffic Prediction Context-Aware Online Traffic Prediction Jie Xu, Dingxiong Deng, Ugur Demiryurek, Cyrus Shahabi, Mihaela van der Schaar University of California, Los Angeles University of Southern California J. Xu, D.

More information

Urban Computing: Concepts, Methodologies, and Applications

Urban Computing: Concepts, Methodologies, and Applications Urban Computing: Concepts, Methodologies, and Applications 1 YU ZHENG Microsoft Research LICIA CAPRA University College London OURI WOLFSON University of Illinois at Chicago HAI YANG Hong Kong University

More information

In-memory Distributed Processing Method for Traffic Big Data to Analyze and Share Traffic Events in Real Time among Social Groups

In-memory Distributed Processing Method for Traffic Big Data to Analyze and Share Traffic Events in Real Time among Social Groups , pp. 51-58 http://dx.doi.org/10.14257/ijseia.2016.10.1.06 In-memory Distributed Processing Method for Traffic Big Data to Analyze and Share Traffic Events in Real Time among Social Groups Dojin Choi 1,

More information

GeoLife: A Collaborative Social Networking Service among User, Location and Trajectory

GeoLife: A Collaborative Social Networking Service among User, Location and Trajectory GeoLife: A Collaborative Social Networking Service among User, Location and Trajectory Yu Zheng, Xing Xie and Wei-Ying Ma Microsoft Research Asia, 4F Sigma Building, NO. 49 Zhichun Road, Beijing 100190,

More information

A Novel Location-Centric IoT-Cloud Based On-Street Car Parking Violation Management System in Smart Cities

A Novel Location-Centric IoT-Cloud Based On-Street Car Parking Violation Management System in Smart Cities sensors Article A Novel Location-Centric IoT-Cloud Based On-Street Car Parking Violation Management System in Smart Cities Thanh Dinh 1,2 and Younghan Kim 1, * 1 School of Electronic Engineering, Soongsil

More information

Research note: Assessment index of international tourism hubs

Research note: Assessment index of international tourism hubs Tourism Economics, 2016, 22 (2), 324 330 doi: 10.5367/te.2016.0552 Research note: Assessment index of international tourism hubs TONGQIAN ZOU School of Tourism Management, Beijing International Studies

More information

Estimation of Human Mobility Patterns and Attributes Analyzing Anonymized Mobile Phone CDR:

Estimation of Human Mobility Patterns and Attributes Analyzing Anonymized Mobile Phone CDR: Estimation of Human Mobility Patterns and Attributes Analyzing Anonymized Mobile Phone CDR: Developing Real-time Census from Crowds of Greater Dhaka Ayumi Arai 1 and Ryosuke Shibasaki 1,2 1 Department

More information

NEEDS ASSESSMENT FOR TRANSIT AND GIS DATA CLEARINGHOUSE

NEEDS ASSESSMENT FOR TRANSIT AND GIS DATA CLEARINGHOUSE NEEDS ASSESSMENT FOR TRANSIT AND GIS DATA CLEARINGHOUSE Prepared for Public Transit Office Florida Department of Transportation (FDOT) April 2011 Needs Assessment for Transit and GIS Data Clearinghouse

More information

11. Monitoring. 11.1 Performance monitoring in LTP2

11. Monitoring. 11.1 Performance monitoring in LTP2 178 11. Monitoring 11.1 Performance monitoring in LTP2 Performance against the suite of indicators adopted for LTP2 is shown in the following table. This shows progress between 2005/06 and 2009/10 (the

More information

Innovations in London s transport: Big Data for a better customer experience

Innovations in London s transport: Big Data for a better customer experience Innovations in London s transport: Big Data for a better customer experience Lauren Sager Weinstein Head of Analytics, Customer Experience Transport for London November 2015 Today s presentation agenda

More information

Exploring the distribution and dynamics of functional regions using mobile phone data and social media data

Exploring the distribution and dynamics of functional regions using mobile phone data and social media data CUPUM 2015 264-Paper Exploring the distribution and dynamics of functional regions using mobile phone data and social media data Jinzhou CAO, Wei TU, Qingquan LI, Meng ZHOU and Rui CAO Abstract How different

More information

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION International Journal of Emerging Technologies and Engineering (IJETE) SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION Savitha S.C Asst.Prof, Dept.ECE, MSEC, Bangalore Natya.S Asst. Prof,

More information

GTFS: GENERAL TRANSIT FEED SPECIFICATION

GTFS: GENERAL TRANSIT FEED SPECIFICATION GTFS: GENERAL TRANSIT FEED SPECIFICATION What is GTFS? A standard in representing schedule and route information Public Transportation Schedules GIS Data Route, trip, and stop information in one zipfile

More information

Document Image Retrieval using Signatures as Queries

Document Image Retrieval using Signatures as Queries Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and

More information

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Truck Automation for the Ready Mixed Concrete Industry Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Session Agenda What is GPS and How does it work? Auto Signaling Explained

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

Enhancing survey methods and instruments to better capture personal travel behaviour

Enhancing survey methods and instruments to better capture personal travel behaviour Enhancing survey methods and instruments to better capture personal travel behaviour Sheila Ferrer 1, Tomás Ruiz 2 1 Transport Department, Universitat Politècnica de València, e-mail: shferlo@upv.es 2

More information

Determination of Mobile Phone Tracking using Various Softwares

Determination of Mobile Phone Tracking using Various Softwares Determination of Mobile Phone Tracking using Various Softwares Shaveta Bhatia Assistant Professor Manav Rachna International University, Faridabad Saba Hilal, PhD. Professor School of Computer Sciences

More information

Map Matching and Real World Integrated Sensor Data Warehousing

Map Matching and Real World Integrated Sensor Data Warehousing Map Matching and Real World Integrated Sensor Data Warehousing www.nrel.gov/tsdc www.nrel.gov/fleet_dna Evan Burton Data Engineer (Presenter) Jeff Gonder Vehicle System Analysis Team Lead Adam Duran Engineer/Analyst

More information

Data Collection and Sampling issues -Preparing Low Carbon Mobility Plan

Data Collection and Sampling issues -Preparing Low Carbon Mobility Plan Department of Civil Engineering/TRIPP Indian Institute of Technology Delhi http://tripp.iitd.ac.in Data Collection and Sampling issues -Preparing Low Carbon Mobility Plan K. Ramachandra Rao, G. Tiwari,

More information

Recommendations in Mobile Environments. Professor Hui Xiong Rutgers Business School Rutgers University. Rutgers, the State University of New Jersey

Recommendations in Mobile Environments. Professor Hui Xiong Rutgers Business School Rutgers University. Rutgers, the State University of New Jersey 1 Recommendations in Mobile Environments Professor Hui Xiong Rutgers Business School Rutgers University ADMA-2014 Rutgers, the State University of New Jersey Big Data 3 Big Data Application Requirements

More information

Android Mobile Security with Auto boot Application

Android Mobile Security with Auto boot Application Android Mobile Security with Auto boot Application M.Umamaheswari #1, S.Pratheepa Devapriya #2, A.Sriya #3, Dr.R.Nedunchelian #4 # Department of Computer Science and Engineering, Saveetha School of Engineering

More information

Mobile Storage and Search Engine of Information Oriented to Food Cloud

Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 29, 2013 Accepted: July 04, 2013 Published:

More information

Integration of GPS Traces with Road Map

Integration of GPS Traces with Road Map Integration of GPS Traces with Road Map Lijuan Zhang Institute of Cartography and Geoinformatics Leibniz University of Hannover Hannover, Germany +49 511.762-19437 Lijuan.Zhang@ikg.uni-hannover.de Frank

More information

B-Planner: Night Bus Route Planning using Large-scale Taxi GPS Traces

B-Planner: Night Bus Route Planning using Large-scale Taxi GPS Traces B-Planner: Night Bus Route Planning using Large-scale Taxi GPS Traces Chao Chen, aqing Zhang, Zhi-Hua Zhou, Nan Li,, Tülin Atmaca, and Shijian Li CNRS SAMOVAR, Institut Mines-TELECOM/TELECOM SudParis,

More information

Crime Mapping and Analysis Using GIS

Crime Mapping and Analysis Using GIS Crime Mapping and Analysis Using GIS C.P. JOHNSON Geomatics Group, C-DAC, Pune University Campus, Pune 411007 johnson@cdac.ernet.in 1. Introduction The traditional and age-old system of intelligence and

More information

Scalable Cluster Analysis of Spatial Events

Scalable Cluster Analysis of Spatial Events International Workshop on Visual Analytics (2012) K. Matkovic and G. Santucci (Editors) Scalable Cluster Analysis of Spatial Events I. Peca 1, G. Fuchs 1, K. Vrotsou 1,2, N. Andrienko 1 & G. Andrienko

More information

Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran

Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran New Marketing Research Journal Special Issue, 2013 PP: 51-58 Toward the Design of Rural Intelligent Public Transportation System Rural Public Transportation of Iran Leila Esmaeili (Ph.D. student) Computer

More information

EFFICIENT DETECTION IN DDOS ATTACK FOR TOPOLOGY GRAPH DEPENDENT PERFORMANCE IN PPM LARGE SCALE IPTRACEBACK

EFFICIENT DETECTION IN DDOS ATTACK FOR TOPOLOGY GRAPH DEPENDENT PERFORMANCE IN PPM LARGE SCALE IPTRACEBACK EFFICIENT DETECTION IN DDOS ATTACK FOR TOPOLOGY GRAPH DEPENDENT PERFORMANCE IN PPM LARGE SCALE IPTRACEBACK S.Abarna 1, R.Padmapriya 2 1 Mphil Scholar, 2 Assistant Professor, Department of Computer Science,

More information

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li wuhan textile university, Wuhan,

More information

Method for Traffic Flow Estimation using Ondashboard

Method for Traffic Flow Estimation using Ondashboard Method for Traffic Flow Estimation using Ondashboard Camera Image Kohei Arai Graduate School of Science and Engineering Saga University Saga, Japan Steven Ray Sentinuwo Department of Electrical Engineering

More information

DEPARTMENT OF TRANSPORTATION MANAGEMENT

DEPARTMENT OF TRANSPORTATION MANAGEMENT 270 COLLEGE OF MANAGEMENT DEPARTMENT OF TRANSPORTATION MANAGEMENT Degrees Offered: B.A., M.S. Chair: Liu, Shih-Sien ( 劉 士 仙 ) The Department Established in 1986, the Department of Transportation Management

More information

OUR SOLUTIONS INNOVATIVE SOLUTIONS TO BUILD INTELLIGENT TRANSPORTATION SYSTEMS

OUR SOLUTIONS INNOVATIVE SOLUTIONS TO BUILD INTELLIGENT TRANSPORTATION SYSTEMS CORPORATE BROCHURE OUR COMPANY 1 Quantum Inventions (QI), headquartered in Singapore, holds more than 10 years of experience in providing a suite of solutions in Intelligent Transport Systems (ITS) that

More information

POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation

POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation Dr. Kuilin Zhang klzhang@mtu.edu Department of Civil and Environmental Engineering Michigan Technological University

More information

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM.

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. Duc Nguyen Huu 1 and Chon Le Trung 2 1 University of Resources and Environment, Ho Chi Minh City. Email: nhduc@hcmunre.edu.vn 2 University

More information

Implementation of traffic effect estimations. for intermodal dynamic routing services on VIELMOBIL - an. ITS-platform for the RheinMain region

Implementation of traffic effect estimations. for intermodal dynamic routing services on VIELMOBIL - an. ITS-platform for the RheinMain region Implementation of traffic effect estimations for intermodal dynamic routing services on VIELMOBIL - an ITS-platform for the RheinMain region Rüdiger BERNHARD, Enrico STEIGER, Stefan KRAMPE, Stefan KOLLARITS,

More information

16 February 2016. Connected Worker

16 February 2016. Connected Worker 16 February 2016 Connected Worker Connected Worker 1 Real Time Gas Detection, Real Time Telematics Use any Smart Phone and/or computer for real time remote worker and vehicle tracking: - Includes real

More information