Analysis of Place and Traffic from a Large Volume of GPS Data

Size: px
Start display at page:

Download "Analysis of Place and Traffic from a Large Volume of GPS Data"

Transcription

1 Analysis of Place and Traffic from a Large Volume of GPS Data Seulki Lee Department of Computer Science The University of North Carolina at Chapel Hill 1. Introduction There are three things that matter in property: location, location, location. Lord Harold Samuel Locations and whereabouts of people always have been the most sought-after knowledge in our history. Especially, the identification of popular places and roads has been an endless source of interest for various areas from public city planning to commercial development. One of the best ways to analyze popular places and road traffic is to utilize GPS system which can track each individual s moving route in real-time. Although this approach is the easiest, it has some practical issues like privacy and GPS deployment problem for every individual. Alternatively, we can install GPS system to taxis and record their movements since a person or group of people less than five usually take a taxi for their movement. GPS data from a taxi can represent a personal moving route in contrary to public transportation such as bus or subway which conveys a large number of people at the same time. Such transportation systems cannot track an individual s moving route since they only travel back and forth between fixed stations. In order to investigate the usefulness and potential of this approach, we analyze a large amount of taxi GPS data. Especially, we focus on the case of Porto, the city of Portugal. The city of Porto conducted an interesting experiment to equip 442 taxis running in the city with GPS system and recorded their GPS coordinates for one year. Basically, popular places and road traffic are main focus in this work since they are the most interesting result people want to know as mentioned at the very beginning. In this report, we first introduce the source data set in the section 2 and present the analysis results in the section 3 and 4. Then, the section 5 describes the methodology of how we analyzed the data and interpret it to meaningful information. Finally, the section 6 makes a conclusion. 2. Data Set Source Data Set Source data set is from the University of Porto, Portugal[1]. It is accurate data set describing complete year (from 01/07/2013 to 30/06/2014) of the (busy) trajectories performed by all the 442 taxis running in the city of Porto, in Portugal. Each data sample corresponds to one completed trip. It contains a unique identifier for each trip, a unique identifier for the taxi driver and a list of GPS coordinates. Each pair of coordinates is identified by the same brackets as [LONGITUDE, LATITUDE]. This list contains one pair of coordinates for each 15 seconds of trip. The last list item corresponds to the trip's destination while the first one represents its start. The total number of data sample is about 1.5 million travels and each travel consists of average of 50 GPS coordinates. Unfortunately, the data set does not provide any time information. An example of GPS data for one trip is shown in the following. [ , ],[ , ],[ , ],[ , ] The first and the last coordinates indicate the point of departure and destination respectively. The middle coordinates between them indicate the route that a taxi takes between the point of departure and destination.

2 2.2. Place and Road Data Unfortunately, a GPS coordinate itself in the form of [LONGITUDE, LATITUDE] does not provide any information about place and road. In order to obtain place and road information, they need to be fed to Google Place APIs[2] which translate a GPS coordinate into meaningful place information. An output data(json) from Google Place APIs looks like the following. Figure 1: Translation from a GPS coordinate to place information is shown here. Each place information consists of location, icon, id, name, opening hours and so on. Not all information is necessary for our work and the information used in this work is highlighted with blue. The information necessary for our analysis is colored with blue. Since Google Place APIs returns several number of place information(ranging from one to few hundreds) per GPS coordinate, an actual point of departure and destination should be chosen carefully from the given list of places with some insights before start analyzing. After processing raw JSON data with few more steps, the final results can be obtained. The detailed analysis process and methodology is described in section Analysis Result of Popular Places First, the final analysis results are presented in the section 3 and 4, and then the methodology about how the results were obtained is provided in the section Points of Departure and Destination The most popular places that people depart and visit are clarified from total 48,583 places. The top 100 popular points of departure in the city of Porto are shown in figure 2 and the 100 most popular destinations are shown in figure 3. We can see that the points of departure are located in some concentrated area of the downtown of Porto while the destinations are divided into two large areas (1) Francisco Sá Carneiro Airport and (2) downtown of Porto. Let s look at them in more detail. Table 1 lists the top 20 popular points of departure and destination. The number one departure point is the taxi stop located in front of Campanha train station and other popular points are also taxi stops, airport and train stations except a hotel ranked at 19th and a café named Costa Coffee with rank 20th. The café Costa Coffee is the only café in the list since it is located near Square of Lisbon which has a large floating population. It is a reasonable result since a large number of taxis are usually waiting passengers at a taxi stop and starting trip from there. Interestingly, the number one destination is a car repair shop. It seems unreasonable at first, but it turns out that near the repair shop, there is also a huge taxi stop. Actually most of top 20 destinations are taxi stops with some exception of train station, finance center and a hotel.

3 Figure 2: Top 100 popular points of departure in downtown of Porto. The number in the circle indicates the rank of the place. We can see that popular places are concentrated in some areas. Figure 3: 100 most popular destinations around the city of Porto with a large map(left) and in downtown of Porto with smaller map(right). The red circle in the left map indicates Francisco Sá Carneiro Airport and blue box indicates downtown of Porto. The number also indicates the rank of the place.

4 Table 1: Top 20 popular points of departure and destination are listed here. The most popular places are taxi stops Bar, Café and Restaurant The analysis result that most of the popular places are taxi stops is acceptable but not interesting. The purpose of analyzing a large volume of taxi GPS is more than just showing that the most popular destinations are taxi stops and airport. So another analysis was conducted to investigate where is the most popular eateries including bar, café and restaurant. Figure 4 shows the top 100 popular bars, cafés and restaurants in downtown of Porto. Red circles show bars, blue circles show cafés and green circles show restaurants. Similar to the top 100 list of general destinations as shown in figure 3, the majority of eateries are concentrated on some arears. Table 2 shows the top 20 lists of popular eateries. One interesting observation is that hotels named Hotel HF such as Hotel HF Fénix Porto, Hotel HF Ipanema Park and Hotel HF Ipanema Porto are ranked at high positions for all three categories. In this case, only for eateries are searched but any other type of place such as hospital, church or bank can be also analyzed. It is possible because we can extract information about the type of place from GPS coordinates by using Google Place APIs. For example, some large residential areas in the city of Porto can be searched by extracting the places with type of neighborhood and sorting them with popularity. It is a valid analysis since we can assume that most passengers take taxis in front of their home to arrive their destinations. Plus, more in-depth analysis such as in which area people take taxis more than other area can be also provided. Another example would be to identify the moving route from one specific type of place to another type of place. For example, the question such as which bars are popular ones where people visit after finishing their dinner? can be answered Popular Routes The results presented in the previous subsections only provide the analysis about the points of departure and destination separately. Although they provide meaningful information about popularity in terms of individual places, popular route analysis(a pair of departure point and destination) between two points of places should be also analyzed. Figure 5 shows the top 10 popular routes around the city of Porto. As same as figure 3, there are two maps in figure 5. One is a larger map including both Francisco Sá Carneiro Airport and downtown of Porto and the other one is enlarged version for downtown of Porto. Table 3 shows the top 20 popular routes and they can be grouped into several routes that connect some popular arears such as a huge roundabout named Rotunda da Boavista, Campanhã train station and Francisco Sá Carneiro Airport. Since figure 5 and table 3 just show popular routes sorted with traffic volume, we need to look at road traffic with in-depth analysis such as road speed and single taxi travel. We take a look at them in more detail in the next section.

5 Figure 4: 20 most popular bar, café and restaurant. Red circles are bars, blue circles are cafés and green circles are restaurants. Table 2: 20 most popular bars, cafés and restaurants. 4. Analysis Result of Road Traffic For road traffic analysis, total 11,417 road names are obtained from the raw GPS data and they are analyzed to understand the traffic condition of the city of Porto Road Traffic and Speed The middle GPS coordinates positioned between the first one(departure) and the last one(destination) are all about road information. The volume of road GPS data in a single taxi travel is much larger than place information since a single taxi trip has average of 50

6 Figure 5: Top 10 popular travel routes(moving route between departure and destination) near Francisco Sá Carneiro Airport and in downtown of Porto. A is a point of departure and B is a destination. Only 10 routes are depicted here since Google Maps only allows maximum 10 routes for one map. Table 3: Top 20 popular routes(departure and destination). number of GPS coordinates and most of them except two(departure and destination) are road information. By analyzing this huge volume of data between departure and destination, more detail information such as travel range, speed of the road can be provided. The traffic condition in terms of speed in downtown of Porto is identified in figure 5. We can see that most of the roads are red and the speeds of roads are increasing as they are staying away from the center of the city. The top 20 heaviest traffic roads and top 20 slowest roads are also separately listed in table 4. The top 20 slowest roads are selected from the top 100 heaviest traffic roads since a slow road with small traffic is less important in terms of traffic planning Single Taxi Travel So far, the systemic analysis has been done for places and roads. However, a single trip analysis is also useful. In this section, we look at the analysis of single taxi travel. Total 1.5 million taxi travels were analyzed independently to obtain travel range, time and speed

7 Figure 5: The speed of 300 popular roads. Red line: 0~15m/h, orange line: 15~30m/h, yellow line: 30~45m/h, green line: above 45m/h. Table 4: Top 20 heavy traffic road(a) and top 20 slowest speed road among top 100 heavy traffic road(b). for each taxi travel. This is possible because travel range can be calculated between two GPS coordinates and each GPS coordinate is recorded for every 15 seconds. A distribution graphs of travel range, travel time and travel speed per a single taxi travel and their averages are shown in figure 6. For average, a taxi moves 4.19 miles for seconds with the speed of 18.16m/h. This is a reasonable result since area size of Porto is mi² and most of the roads are small alleys. 5. Methodology This section provides the detailed description of how the analysis results presented in section 3 and 4 are produced Data filtering

8 Figure 6: Distribution graphs of travel range, time and speed of each taxi trip are shown in (a), (b) and (c). Average, max, min value of travel range, time, speed are shown in table (d). Basically a taxi in the city of Porto can travel to anywhere either inside or outside of the city. Some taxis travel to the outside of Porto and some of them cross the border of Portugal to bring their passengers to Spain. That is too large area for our analysis. Therefore the size of area that we want to analyze is specified and the GPS coordinates only limited to that area are first selected from raw data. In order to do it, the city hall of Porto is selected as a central point and a square of size 20 mi² is chosen for target area. (Step 1) Any taxi travel that has GPS coordinate outside of the square is removed. Step one not only limits the area to be analyzed but also filters out wrong GPS data. For example, GPS coordinates that indicate the Atlantic Ocean or North America are removed automatically with step one. After extracting the travels only in the area of Porto, some incomplete travels should be also filtered out. First, we assume that a taxi trip less than one minute is incomplete or meaningless and filter out them. Since a GPS coordinate is recorded for every 15 seconds, taxi travels only with more than or equal to 4 GPS coordinates are survived. (Step 2) Any taxi travel that moves less than one minute is removed. Next, only the travel distance less than 20 miles are included. Even though the square of size 20 mi² filters out most travels more than 20 miles, there still remain some taxis moving more than 20 miles. Plus, the travel range below one mile is also removed since we assume that the travel data less than one mile is incomplete or meaningless. The travel distance between two coordinates can be calculated by using the approximate formula II as in the following. DISTANCE 69.1 ( LAT LAT ) LAT 2 1 DISTANCE 69.1 ( LONG LONG ) cos( LAT / 57.3) LONG DISTANCE ( DISTANCE ) ( DISTANCE ) 2 2 LAT LONG (1)

9 Figure 7: (a) A taxi travel with 5 GPS coordinates. The blue dots indicate each GPS coordinate. The blue lines indicate the accumulated distances between every adjacent pair of coordinates while orange line shows the distance between the point of departure and destination. The travel range summed up with four small distances is more accurate than the travel range obtained from only departure and destination point. (b) The place Livraria Lello gets the highest weight since it is closest from the center among the three places in the circle with radius 100 meter. After formula (1) is used for every adjacent pair of coordinates, the distance for each pair is calculated. Total travel range is then obtained by summing up all distances. For example, if a taxi travel has 5 GPS coordinates, 4 distances are calculated as shown in figure 7-(a). So, step three is done. (Step 3) Any taxi travel that moves less than one mile or more than 20 mile is removed. Now, we have only valid taxi travel GPS data for the city of Porto. However, they are still GPS coordinates which cannot provide any meaningful information about places and roads Google Place APIs In order to translate a GPS coordinate into place and road information, Google Place APIs is used. Especially, we extract place information instead of address since address itself does not provide any additional place information. By transferring a GPS coordinate to Google Place APIs, the useful information about place in the form of JSON is obtained as mentioned in section 2. However, the problem of Google Place APIs is that Google only permits 150,000 queries per day, which means our data with size of 1.5million travel with average of 50 GPS coordinates per each travel cannot be translated in a short period of time. In order to accelerate the speed of translation, we used two Google accounts and total 300,000 GPS coordinates have been translated per day for two weeks. The first account was used to translate GPS coordinates to road information and the second one was used to translate GPS coordinate to place information. Another problem is that one GPS coordinate translation returns a large number of place information around the coordinate since the accuracy of GPS is not reliable and Google also cannot match a coordinate to an exact place. Therefore, we need to estimate which place is the exact destination of the passenger from this list. This process is explained in the next session. (Step 4) Each GPS coordinate is translated to a list of place information by using Google Place APIs. This is our base data for place analysis. We are finally ready to start analysis Place Analysis As same as other GPS coordinates, a destination coordinate has a large number of place information around it that are obtained from Google Place APIs. Thus, the right estimation of final destination for a passenger from the place list is crucial part for our analysis. In order to conjecture the final destination correctly, we have to make several assumptions.

10 First, we assume that a passenger would not walk more than 200 meters after taking off the taxi. The distance of 200 meters is based on the average distance between two intersections in downtown of Porto. This assumption seems reasonable since people usually tend to get off the taxi at the nearest intersection of their destinations if they cannot get off at their exact destinations. (Step 5-1) Places only within 100 meters from the destination GPS coordinate are extracted from the place list. The second assumption is that a place is more likely to be a final destination if the place is closer to the destination coordinate. For example, if a bar is 80 meters far from the destination coordinate and a restaurant is 20 meters apart from it, we can assume that the probability that the passenger s final destination would be the restaurant is higher than the bar since the passenger would prefer the taxi to stop as close as her final destination. (Step 5-2) Every distance between places in the list and the destination coordinates is calculated by using formulation (1). Based on these two assumptions, every place around radius 100 meters centered at the destination coordinate is searched. Then, each place is given a weight which is inversely proportional to the distance from the destination coordinate. For example above, the bar will get 1/80 weight and the restaurant will have 1/20 weight. Based on this weight, we can conjecture the place with the highest probability that a passenger s real destinations is there as shown in figure 7-(b). (Step 5-3) Calculate weights for each place in the list and select the place with the highest weight as the final destination. The weights of destination places are summed up to produce popularity for a place. By using this popularity, place analysis presented in section 3 can be done with any type of place such as bar, café or restaurant. (Step 5-4) Do place analysis! Same process from step 5-1 to 5-3 should be done for the points of departure to guess the real departure place from the place list Traffic Analysis In order to obtain road information, all the GPS coordinates between the departure and destination should be translated to road names. Unlike finding a passenger s final destination, the list of road names a taxi takes can be easily obtained. By specifying query type as route, only route information can be obtained when GPS coordinates are fed to Google Place APIs. As a result, the estimation process which is done for selecting the final destination from a large number of candidate places is unnecessary here. However, there is a problem that the volume of GPS coordinates for road information is enormous comparing to departure and destination information. That is because GPS coordinates are recorded for every 15 seconds and every coordinates except departure and destination should be translated to road information by using Google Place APIs. 75million queries(1.5million 50 coordinates) cannot be translated in a short time since Google lets public users use only 150,000 APIs per day. Therefore, we decided to sample 2% of the data for our road analysis. It is around 30,000 travels with 1.5million GPS coordinates. (Step 5-5) Translate each GPS coordinate of step 3 to road information by using Google Place APIs with type route. After obtaining road information, the crowded road names are obtained by sorting them with the number of taxis. Plus, the travel distance, time and speed also can be calculated since we know the coordinates are recorded for every 15 seconds. Travel distance, time and speed for each taxi travel are also easily obtained with the same way. (Step 5-6) Do road analysis! 6. Conclusion A large volume of GPS data from taxis can be utilized for analysis of floating population and road traffic. In this work, total 1.5 million taxi travels in the city of Porto were analyzed to prove that this assumption is valid. In detail, one taxi travel consists of average 50 GPS coordinates and each coordinate was translated into information about places and roads by using Google Place APIs.

11 The translated data was first analyzed for identifying the popular places. Not only the entire list of popular places but also the lists with specific types of popular places such as bar, café or restaurant were analyzed. Most of the popular places were taxi stops, airport and train stations with some exceptional cases of café and hotel. Most popular routes between two places were also provided to understand the actual moving routes between two points. For the road traffic analysis, most crowded roads were identified by matching the middle GPS coordinates to names of road. The total travel time for each road and the travel speed were also obtained from the fact that GPS coordinates were recorded for every 15 seconds. Average travel range and speed for each taxi travel in terms of individual moving route were also identified. All the analysis in this work are visually presented on maps(google Maps) in order to help readers understand the results more efficiently. Combined with the visual representations on maps, the detail analysis in this work shows that it can provide reasonable analysis to make important decisions such as city planning or business strategy for the future. 7. Reference [1] Taxi Service Trajectory (TST) Prediction Challenge [2] Google Place APIs.

Cluster 2/Module 2 (C2/M2): Introduction to Network Design.

Cluster 2/Module 2 (C2/M2): Introduction to Network Design. 1 Cluster 2/Module 2 (C2/M2): Introduction to Network Design. This presentation is one of the support materials prepared for the capacity building program Building Leaders in Urban Transport Planning (LUTP).

More information

car pool mass transportation schedule carrier transfer

car pool mass transportation schedule carrier transfer How will I get to where I m going? Chapter 30 Transportation Chapter Objectives After studying this chapter, you will be able to identify two forms of self-powered transportation. determine the pros and

More information

Creating a Transit Supply Index. Andrew Keller Regional Transportation Authority and University of Illinois at Chicago

Creating a Transit Supply Index. Andrew Keller Regional Transportation Authority and University of Illinois at Chicago Creating a Transit Supply Index Andrew Keller Regional Transportation Authority and University of Illinois at Chicago Presented at Transport Chicago Conference June 1, 2012 Introduction This master's project

More information

Access by Public Transport Calculator Guide December, 2015 DECEMBER 2015

Access by Public Transport Calculator Guide December, 2015 DECEMBER 2015 DECEMBER 2015 This guide is to be used for the 'Access by Public Transport criterion in both the Green Star Design & As Built and Green Star Interiors rating tools. 1 For information on this document,

More information

A Destination Prediction Method Based on Behavioral Pattern Analysis of Nonperiodic Position Logs

A Destination Prediction Method Based on Behavioral Pattern Analysis of Nonperiodic Position Logs A Destination Prediction Method Based on Behavioral Pattern Analysis of Nonperiodic Position Logs Fumitaka Nakahara * and Takahiro Murakami ** * Service Platforms Research Laboratories, NEC Corporation

More information

Loging in... 2 Finding tickets... 3 Taxy transfer... 7 Finishing the purchase... 8 Discounts... 9 Returing bus tickets/taxy transfer...

Loging in... 2 Finding tickets... 3 Taxy transfer... 7 Finishing the purchase... 8 Discounts... 9 Returing bus tickets/taxy transfer... Loging in... 2 Finding tickets... 3 Taxy transfer... 7 Finishing the purchase... 8 Discounts... 9 Returing bus tickets/taxy transfer... 10 Changing tickets... 11 User report... 14 Price politics- how to

More information

Transit Market and Travel Demand Regional Service Councils June 2018

Transit Market and Travel Demand Regional Service Councils June 2018 Transit Market and Travel Demand Regional Service Councils June 2018 So, what is NextGen? Why are we doing this? Outdated bus network It s been 25 years since last redesign! A new bus network More People

More information

Transit Market and Travel Demand Citizens Advisory Council

Transit Market and Travel Demand Citizens Advisory Council Transit Market and Travel Demand Citizens Advisory Council 7.25.18 So, what is NextGen? Why are we doing this? Outdated bus network It s been 25 years since last redesign! A new bus network More People

More information

A Geezer's Guide to Riding the Washington Metro

A Geezer's Guide to Riding the Washington Metro A Geezer's Guide to Riding the Washington Metro Riding the Washington Metro Introduction The Metro system is by far the fastest, least costly, and most convenient mode of ground transportation in the Washington

More information

Quantifying the performance of a traffic data collection system: Scout Connect match rate evaluation

Quantifying the performance of a traffic data collection system: Scout Connect match rate evaluation Technology Showcase Miovision Scout Quantifying the performance of a traffic data collection system: Scout Connect match rate evaluation Contents Executive summary 2 Elements of the study 2 Objectives

More information

ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET. Hassan Nikaein Amin Sabbaghian

ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET. Hassan Nikaein Amin Sabbaghian ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET Hassan Nikaein Amin Sabbaghian INTRODUCTION We focus on a semantically rich dataset that captures detailed information about the daily behavior

More information

Navigation system: Route guidance

Navigation system: Route guidance NAVIGATION SYSTEM: ROUTE GUIDANCE SECTION 3 Navigation system: Route guidance Route guidance screen 92 Typical voice guidance prompts 95 Distance and time to destination 97 Setting and deleting destinations

More information

Urban Transportation Planning Prof Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute Of Technology, Madras

Urban Transportation Planning Prof Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute Of Technology, Madras Urban Transportation Planning Prof Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute Of Technology, Madras Lecture No. # 14 Modal Split Analysis Contd. This is lecture 14 on urban

More information

CHAPTER 2 - TRAVEL DEMAND MODEL DEVELOPMENT

CHAPTER 2 - TRAVEL DEMAND MODEL DEVELOPMENT CHAPTER 2 - TRAVEL DEMAND MODEL DEVELOPMENT 2.1 EXISTING TRAVEL DEMAND MODEL In order to accurately project future year traffic volumes within this regional study area, it was first necessary to construct

More information

International Student Arrival Guide Fall 2017

International Student Arrival Guide Fall 2017 International Student Arrival Guide Fall 2017 Everything you need to know Arriving at Halifax s Stanfield International Airport When you get off the plane and collect your luggage, look for the Nova Scotia

More information

We have now introduced a new layout when you first load up the app as can be seen in the image below.

We have now introduced a new layout when you first load up the app as can be seen in the image below. Dean Taxis New App User Guide After lots of testing and customer feedback sessions, Dean Taxis is pleased to announce its new and improved booking app. This will be getting rolled out over the next week

More information

TRIP TIPS. How to use ACCESS Connections (412) Relay

TRIP TIPS. How to use ACCESS Connections (412) Relay TRIP TIPS How to use ACCESS Connections (412) 562-5353 Relay 711 www.myaccessride.com WELCOME TO ACCESS! ACCESS is a shared-ride, public transportation program sponsored by Port Authority of Allegheny

More information

TRANSPORTATION FACTS. OUR CUSTOMERS: Travel Patterns

TRANSPORTATION FACTS. OUR CUSTOMERS: Travel Patterns OUR CUSTOMERS: Travel Patterns TRANSPORTATION FACTS The more than 6.5 million people in the Commonwealth have many reasons to travel and several ways to get to their destinations. A recent statewide survey

More information

Contact: Jessica Maxwell Marketing Director (254)

Contact: Jessica Maxwell Marketing Director (254) Contact: Jessica Maxwell Marketing Director (254) 750-1917 jessicam@wacotx.gov EXTERIOR ADVERTISING B a c k W i n d o w : Frame your message in the back window of the bus. These ads are in direct view

More information

Dogpatch-Central Waterfront Transit Demand Study Planning Study Key Takeaways

Dogpatch-Central Waterfront Transit Demand Study Planning Study Key Takeaways EXECUTIVE SUMMARY The purpose of this memo is to assist the SFMTA Transit Division with its final recommendation for replacement service of the existing 22-Fillmore bus service. It is informed by Planning

More information

Transit Service Guidelines

Transit Service Guidelines G R E AT E R VA N CO U V E R T R A N S P O RTAT I O N A U T H O R I T Y Transit Service Guidelines PUBLIC SUMMARY REPORT JUNE 2004 Greater Vancouver Transportation Authority TRANSIT SERVICE GUIDELINES

More information

The Procedures for Arranging and Paying for Business Travel and Accommodation

The Procedures for Arranging and Paying for Business Travel and Accommodation The Procedures for Arranging and Paying for Business Travel and Accommodation Learning Outcomes Business Travel. Arranging Business Travel. Travel & Accommodation Request Form. Booking Travel & Accommodation.

More information

Contact: Jessica Maxwell Marketing Director (254)

Contact: Jessica Maxwell Marketing Director (254) Contact: Jessica Maxwell Marketing Director (254) 750-1917 jessicam@wacotx.gov E X T E R I O R A D V E R T I S I N G B a c k W i n d o w : Frame your message in the back window of the bus. These ads are

More information

Strategic Plan Progress Report Goal 2 Focus. November 2015 San Francisco, California

Strategic Plan Progress Report Goal 2 Focus. November 2015 San Francisco, California Strategic Plan Progress Report Goal 2 Focus November 2015 San Francisco, California 1 Goal 2 focus Make transit, walking, bicycling, taxi, ridesharing and carsharing the preferred means of travel Objective

More information

An Investigation of Passenger Interchange and Train Standing Time at LRT Stations: (i) Alighting, Boarding and Platform Distribution of Passengers

An Investigation of Passenger Interchange and Train Standing Time at LRT Stations: (i) Alighting, Boarding and Platform Distribution of Passengers Journal of Advanced Transporrarion 18:l. pp. 1-12. 8 copyright 1984 by the lnstirure for Transportation An Investigation of Passenger Interchange and Train Standing Time at LRT Stations: (i) Alighting,

More information

Building Visual Overview of Potential Inefficiencies in Heterogeneous Mobility System

Building Visual Overview of Potential Inefficiencies in Heterogeneous Mobility System Building Visual Overview of Potential Inefficiencies in Heterogeneous Mobility System Yueying Lu Supervisor: Dr.-Ing Mathias Jahnke Prof. Georg Gartner Dr.-Ing Georg Fuchs International Master of Science

More information

Automated Vehicle Announcement System (AVAS) Timepoints Viewer Automated Vehicle Location (AVL) Viewer Beta CTA Bus Stops and Signs Viewer

Automated Vehicle Announcement System (AVAS) Timepoints Viewer Automated Vehicle Location (AVL) Viewer Beta CTA Bus Stops and Signs Viewer Maps in Apps: ArcIMS at the Chicago Transit Authority Track: Transportation Author: Alex Kavanagh The department of Data Services at the Chicago Transit Authority uses ArcIMS and ASP (Active Server Pages)

More information

Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data

Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data Mayuree Binjolkar, Daniel Dylewsky, Andrew Ju, Wenonah Zhang, Mark Hallenbeck Data Science for Social Good-2017,University

More information

APPENDIX A. City of Hudson LWRP and. O&G Truck Route Alternatives- Traffic Analysis

APPENDIX A. City of Hudson LWRP and. O&G Truck Route Alternatives- Traffic Analysis APPENDIX A City of Hudson LWRP and O&G Truck Route Alternatives- Traffic Analysis LWRP Build-Out Traffic Generation Existing Zoning Area Total In Out 1A and 1B Residential 210 & 230 1,555 D.U 1,197 778

More information

Predicting user rating for Yelp businesses leveraging user similarity

Predicting user rating for Yelp businesses leveraging user similarity Predicting user rating for Yelp businesses leveraging user similarity Kritika Singh kritika@eng.ucsd.edu Abstract Users visit a Yelp business, such as a restaurant, based on its overall rating and often

More information

PC-Based real time transportation control services

PC-Based real time transportation control services ICT-2011.8 GET Service Project 2012-318275 PC-Based real time transportation control services 18 December 2015 The GET Service project (http://www.getservice-project.eu) has received funding from the European

More information

Appendix B2: Factors Affecting Transit Choice

Appendix B2: Factors Affecting Transit Choice Appendix B2: Factors Affecting Transit Choice 1 TRANSIT MARKET The transit market comprises those trips which have the option of taking transit, that is, those trips for which the trip origin and trip

More information

PUBLIC TRANSIT SERVICE OBJECTIVES AND STANDARDS

PUBLIC TRANSIT SERVICE OBJECTIVES AND STANDARDS PUBLIC TRANSIT SERVICE OBJECTIVES AND STANDARDS 3 Credit: Ozaukee County 3.1 INTRODUCTION To allow a thorough evaluation of the existing transit services offered by Ozaukee County and any alternative transit

More information

ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS

ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS Bhupendra Singh 1, Ankit Gupta 2 and Sanjeev Suman 3 1 Former M.Tech. Student, Transportation Engineering, Civil Engineering Department,

More information

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany 1. Introduction This paper is intended to show how a comprehensive

More information

Performance during heaviest simultaneous UP and DOWN traffic

Performance during heaviest simultaneous UP and DOWN traffic Introduction Virtually all tall buildings are sub-divided in zones that are served by groups of 4 or 6 elevators. These groups with large single-deck cars reflect the planning concepts of the attendant

More information

NASCIO 2016 State IT Recognition Awards

NASCIO 2016 State IT Recognition Awards NASCIO 2016 State IT Recognition Awards Title: Department of Transportation WebEOC Category: Information Communications Technology (ICT) Innovations State: Georgia Contact: Jeff Hill jhill@dot.ga.gov 404.631.1590

More information

Zenith Model Framework Papers - Version Paper G Mode Choice Model

Zenith Model Framework Papers - Version Paper G Mode Choice Model Zenith Model Framework Papers - Version 3.0.1 Paper G Mode Choice Model May 2014 Page Intentionally Left Blank Paper G Mode Choice Model Draft Report COPYRIGHT: The concepts and information contained in

More information

Elevator Technology AGILE. For quicker, smarter, more flexible elevators

Elevator Technology AGILE. For quicker, smarter, more flexible elevators Elevator Technology AGILE For quicker, smarter, more flexible elevators This is AGILE. Four intelligent elements to enhance your elevators. Introducing AGILE an innovative family of elevator enhancers

More information

Development of a Decision Support Model Using MapObjects to Study Transportation Systems

Development of a Decision Support Model Using MapObjects to Study Transportation Systems Title: Development of a Decision Support Model Using MapObjects to Study Transportation Systems Authors: Dr. Hojong Baik. Research Scientist. Virginia Tech. Blacksburg, VA. U.S.A. Nicholas Hinze, Graduate

More information

An Evaluation of Maas Service Effect Based On Real Travel Data

An Evaluation of Maas Service Effect Based On Real Travel Data American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-6, pp-37-43 www.ajer.org Research Paper Open Access An Evaluation of Maas Service Effect Based On Real

More information

Chapter 3 Assembly Systems. Screen Titles

Chapter 3 Assembly Systems. Screen Titles Chapter 3 Assembly Systems Screen Titles System Input / Output Methods of Assembly Manual Assembly Automated Assembly Flexible Assembly Choice of Assembly Assembly Economics Assembly Line Components Assembly

More information

ScienceDirect. Public Transportation Service Evaluations Utilizing Seoul Transportation Card Data

ScienceDirect. Public Transportation Service Evaluations Utilizing Seoul Transportation Card Data Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 178 185 The 6th International Conference on Ambient Systems, Networks and Technologies (ANT 2015) Public Transportation

More information

LEADING EDGE VEHICLE & ASSET TRACKING SOLUTIONS

LEADING EDGE VEHICLE & ASSET TRACKING SOLUTIONS LEADING EDGE VEHICLE & ASSET TRACKING SOLUTIONS for Commercial & Government Fleets An overview of the GPS Insight Vehicle & Asset Tracking Solutions WHY GPS INSIGHT GPS Insight believes that no business

More information

Alex Labrinidis. Department of Computer Science School of Computing and Information. University of Pittsburgh. June 6, 2018

Alex Labrinidis. Department of Computer Science School of Computing and Information. University of Pittsburgh. June 6, 2018 Alex Labrinidis Department of Computer Science School of Computing and Information University of Pittsburgh Key Project Information Tag line: Building a Smart City Economy and Information Ecosystem to

More information

Presentation of the practical exercise on traffic forecasting

Presentation of the practical exercise on traffic forecasting Presentation of the practical exercise on traffic forecasting During this session you are going to be assigned a task aimed at making you more familiar with traffic forecasting for High Speed Rail lines.

More information

Get started with your own On Demand Solutions as you need it, reasonable pricing and perfect working solution with Corporate Option

Get started with your own On Demand Solutions as you need it, reasonable pricing and perfect working solution with Corporate Option Transuber Uber Clone SimTechnos - Transuber Get started with your own On Demand Solutions as you need it, reasonable pricing and perfect working solution with Corporate Option www.simtechnos.in info@simtechnos.in

More information

Big Data Europe and Data Platforms for Tests. Thessaloniki

Big Data Europe and Data Platforms for Tests. Thessaloniki Big Data Europe and Data Platforms for Tests. Thessaloniki Dr. Josep Maria Salanova Grau Center for Research and Technology Hellas - Hellenic Institute of Transport Head of Data collection and processing,

More information

NOISE ANALYSIS. C hapter INTRODUCTION

NOISE ANALYSIS. C hapter INTRODUCTION C hapter 6 NOISE ANALYSIS INTRODUCTION A preliminary study to assess the noise impact of proposed helicopter operations at San Francisco General Hospital (SFGH) was conducted by Charles M. Salter and Associates

More information

Intention Oriented Itinerary Recommendation by Bridging Physical Trajectories and Online Social Networks

Intention Oriented Itinerary Recommendation by Bridging Physical Trajectories and Online Social Networks Intention Oriented Itinerary Recommendation by Bridging Physical Trajectories and Online Social Networks Speaker:Xinye Lin coauthors:xiangxu Meng, Xiaodong Wang College of Computer Science National University

More information

Visual Analytics Tools for Decision Support in Civil Crisis Management

Visual Analytics Tools for Decision Support in Civil Crisis Management Presentation at OASIS final event, 14 October 2008, EADS premises in Elancourt (Paris) Visual Analytics Tools for Decision Support in Civil Crisis Management Coordinator: Dr. Natalia Andrienko http://visualanalytics.info

More information

Banking, medical, beauty, or other services Working. Movies, music, or theater Eating or drinking. Other: Reading or studying

Banking, medical, beauty, or other services Working. Movies, music, or theater Eating or drinking. Other: Reading or studying DAVIS SHOPPING SURVEY Going downtown To begin, we're interested in some of the activities you might do in downtown Davis. By "downtown," we mean the area from A Street to the railroad tracks and from 1st

More information

One-Touch Inspection Demonstration Instructions. Beacontree Technologies One-Touch Inspection Version 3.x

One-Touch Inspection Demonstration Instructions. Beacontree Technologies One-Touch Inspection Version 3.x One-Touch Inspection Demonstration Instructions Beacontree Technologies One-Touch Inspection Version 3.x 2015-06-08 Table of Contents 1 Demo Application Information... 3 2 Application Description... 3

More information

Mobile Business KPIs are Driven by App Metrics

Mobile Business KPIs are Driven by App Metrics WHITE PAPER Optimize Mobile KPIs with User-Centered App Metrics GREG TOTO, SVP Product and Development Mobile Lives Between Life s Moments Your mobile business success depends critically on a strategy

More information

Transit Works. Improving the quality of life for all Californians.

Transit Works. Improving the quality of life for all Californians. Transit Works Improving the quality of life for all Californians. Transit Works For Commuters Students Seniors the Environment the Economy Robust public transit is as vital a component of a thriving community

More information

Book 11: Travel Project

Book 11: Travel Project Math 21 Travel and Transportation Book 11: Travel Project Teacher Version Assessments and Answers Included Year Overview: Earning and Spending Money Home Travel & Transportation Recreation and Wellness

More information

Word Count: 3792 words + 4 figure(s) + 4 table(s) = 5792 words

Word Count: 3792 words + 4 figure(s) + 4 table(s) = 5792 words THE INTERPLAY BETWEEN FLEET SIZE, LEVEL-OF-SERVICE AND EMPTY VEHICLE REPOSITIONING STRATEGIES IN LARGE-SCALE, SHARED-RIDE AUTONOMOUS TAXI MOBILITY-ON-DEMAND SCENARIOS Shirley Zhu Department of Operations

More information

Business Analytics using Data Mining Project Presentation. Travel Time Prediction. Group A6

Business Analytics using Data Mining Project Presentation. Travel Time Prediction. Group A6 Business Analytics using Data Mining Project Presentation Your Travel Time Travel Time Prediction Group A6 Bhushan Khandelwal 61410182 61410806 - Mahabaleshwar Bhat Mayank Gupta 61410659 61410697 - Shikhar

More information

Welcome and thank you for spending time with us today to talk about the 75 th Street Corridor Improvement Project.

Welcome and thank you for spending time with us today to talk about the 75 th Street Corridor Improvement Project. 1 Welcome and thank you for spending time with us today to talk about the 75 th Street Corridor Improvement Project. 2 During this public meeting, we will explain the 75 th Street Corridor Improvement

More information

Date: May 4, Clare M. Look-Jaeger, P.E. Kevin C. Jaeger Linscott, Law & Greenspan, Engineers Weingart Projects Construction Traffic Analysis

Date: May 4, Clare M. Look-Jaeger, P.E. Kevin C. Jaeger Linscott, Law & Greenspan, Engineers Weingart Projects Construction Traffic Analysis MEMORANDUM To: CAJA Environmental Services, LLC Date: From: Subject: Clare M. Look-Jaeger, P.E. Kevin C. Jaeger Linscott, Law & Greenspan, Engineers Weingart Projects Construction Traffic Analysis LLG

More information

Linking Gaza and the West Bank: Convoys

Linking Gaza and the West Bank: Convoys Prepared by the World Bank Technical Team, September 30, 2005 Linking Gaza and the West Bank: Convoys This note proposes how convoys for people and goods might operate between the West Bank and Gaza. Technical

More information

Computer Evaluation Sheet (0-20 Points)

Computer Evaluation Sheet (0-20 Points) Computer Evaluation Sheet (0-20 Points) Students must use SimCity 4 Deluxe software to create their Future City. The Computer Design and completed Computer Evaluation Sheet must be submitted to your Regional

More information

Railroad Yard Location Optimization Using A Genetic Algorithm

Railroad Yard Location Optimization Using A Genetic Algorithm Railroad Yard Location Optimization Using A Genetic Algorithm AVIJIT MAJI Office of Traffic and Safety Maryland State Highway Administration 7491 Connelley Drive, Hanover, MD 2176 USA avit.maji@gmail.com

More information

MaaS readiness level indicators for local authorities

MaaS readiness level indicators for local authorities 354 MaaS readiness level indicators for local authorities STELLA AALTONEN City of Turku, Finland The MaaS readiness level indicators give a cross-sectoral view on how prepared each local authority is for

More information

Bus tracking and Bus arrival time, location prediction system

Bus tracking and Bus arrival time, location prediction system Bus tracking and Bus arrival time, location prediction system Prof A N Kaulage 1, Anil Pingale 2, Pooja Bhoite 3, Vijaylaxami Mankar 4, Pradip Yadav 5 Department of Computer Engineering, Keystone School

More information

idaxdata.com GPS Probe Data Collection and Applications

idaxdata.com GPS Probe Data Collection and Applications GPS Probe Data Collection and Applications Scott Lee, PE scott.lee@ 425-614-6231 Presentation Overview Introduction to GPS Probe Data Collection Available Applications Through Dataset Providers Application

More information

Website Booking Guide

Website Booking Guide Website Booking Guide www.agent.internationalrail.com.au Rail Passes - Train Tickets - Luxury Trains Rail Holidays Global Ferry Tickets Global Transfers Airports Hotels Private Addresses Shore Excursions

More information

Level 3 Certificate MATHEMATICAL STUDIES

Level 3 Certificate MATHEMATICAL STUDIES Please write clearly in block capitals. Centre number Candidate number Surname Forename(s) Candidate signature _ Level 3 Certificate MATHEMATICAL STUDIES Paper 2B Critical path and risk analysis Wednesday

More information

Data processing. In this project, researchers Henry Liu of the Department of Civil Engineering and

Data processing. In this project, researchers Henry Liu of the Department of Civil Engineering and Data mining of transit vehicle location, passenger count, and fare collection databases for intelligent transportation applications Supporting efficient transit service by maximizing the use of available

More information

Performance Measurements Using Real-Time Open Data Feeds: The MBTA-performance system

Performance Measurements Using Real-Time Open Data Feeds: The MBTA-performance system Performance Measurements Using Real-Time Open Data Feeds: The MBTA-performance system 2017 Fare Collection/Revenue Management & TransITech Conference Ritesh Warade, Associate Director, IBI Group April

More information

SAFERIDE 2.0. A: Saferide 2.0 is an application designed for both Android and Apple smart phones. It s

SAFERIDE 2.0. A: Saferide 2.0 is an application designed for both Android and Apple smart phones. It s Sai Shah Andreas Zai Max Sanowski Patrick Michaelis Group 44 SAFERIDE 2.0 A: Saferide 2.0 is an application designed for both Android and Apple smart phones. It s basic purpose is to improve the current

More information

A Dynamic Carpooling Application

A Dynamic Carpooling Application A Dynamic Carpooling Application Shardendu Gautam, Arushi Shah, Srinidhi Raghavan, Vidya Venkiteswaran (sg3391, avs2155, ss5145, vv2269) COMSE 6998: Big Data and Cloud Computing Department of Computer

More information

Empirical Analysis of Crowdsourced Google Travel Time Data for Sustainable Transportation Applications

Empirical Analysis of Crowdsourced Google Travel Time Data for Sustainable Transportation Applications September 2016 Empirical Analysis of Crowdsourced Google Travel Time Data for Sustainable Transportation Applications The National Center for Sustainable Transportation Undergraduate Fellowship Report

More information

Summary of transportation-related goals and objectives from existing regional plans

Summary of transportation-related goals and objectives from existing regional plans SMTC 2050 Long Range Transportation Plan Appendix A: Summary of transportation-related goals and objectives from existing regional plans SMTC 2050 Long Range Transportation Plan Summary of transportation-related

More information

4.12 Public and Emergency Services

4.12 Public and Emergency Services 4.12 Public and Emergency Services Public services include schools, community centers, cemeteries, and social service providers. Emergency services include fire and police stations and services, hospitals,

More information

Chapter Five: Contents

Chapter Five: Contents Volume Three Modules 03 September 2003 i Chapter Five: Contents (Traffic Microsimulator 03 September 2003 LA-UR 00-1725 TRANSIMS 3.0) 1. INTRODUCTION...1 1.1 OVERVIEW... 1 1.2 TRAFFIC MICROSIMULATOR MAJOR

More information

1 Smart Moves 3.0 Jobs Access Via Transit

1 Smart Moves 3.0 Jobs Access Via Transit V. Jobs Access via Transit This Smart Moves plan update was partially supported by a TIGER (Transportation Investments Generating Economic Recovery) grant from the U.S. Department of Transportation, awarded

More information

Employer: Dedham Health and Athletic Club. Dedham Health and Athletic Club

Employer: Dedham Health and Athletic Club. Dedham Health and Athletic Club Employer Information Employer name: Dedham Health and Athletic Club Type of business: Athletic Club Job location: Dedham Health and Athletic Club City: Dedham State: MA Zip: 006 Website: www.dedhamhealth.com

More information

CONTACT US: Call: For Sales: For Support: Outside the US? Call:

CONTACT US: Call: For Sales: For Support: Outside the US? Call: CONTACT US: Call: 888-464-7748 Outside the US? Call: 619-230-5100 For Sales: sales@gpsit.com For Support: support@gpsit.com www.gpsit.com GPSit Fleet Solution GPSit is a leader in the GPS fleet tracking

More information

Taxi Management Software For Taxi Companies

Taxi Management Software For Taxi Companies Feature List Taxi Management Software For Taxi Companies TAXI SOFTWARE TaxiMobility provides taxi businesses an online marketplace for their services through an application that is designed to meet the

More information

Tuesday 24 June 2014 Morning

Tuesday 24 June 2014 Morning Tuesday 24 June 2014 Morning A2 GCE MATHEMATICS (MEI) 4773/01 Decision Mathematics Computation * 3 1 4 5 2 9 4 3 8 0 * Candidates answer on the Answer Booklet. OCR supplied materials: 12 page Answer Booklet

More information

NY Skyline Inc. Rides NY Skyline Inc.- Empire State Building New York

NY Skyline Inc. Rides NY Skyline Inc.- Empire State Building New York Employer Information Employer name: Type of business: Job location: City: State: NY Zip: 10118 Website: Why choose us? Cultural exchange activities NY Skyline Inc. Rides NY Skyline Inc.- Empire State Building

More information

An Empirical Research on the Penetration Levels for a Call-a- Cab Service in Mumbai

An Empirical Research on the Penetration Levels for a Call-a- Cab Service in Mumbai Reflections Journal of Management (RJOM) Volume 5, January 2016 Available online at: http://reflections.rustomjee.com/index.php/reflections/issue/view/3/showtoc An Empirical Research on the Penetration

More information

Integrated Production & Promotion. Leisure IBE

Integrated Production & Promotion. Leisure IBE WEBPRO Integrated Production & Promotion Leisure IBE The Leisure Internet Booking Engine is designed for the sale of leisure products such as package arrangements, hotels and charter flights from Europe.

More information

report final Decennial Model Update Executive Summary Contra Costa Transportation Authority Cambridge Systematics, Inc.

report final Decennial Model Update Executive Summary Contra Costa Transportation Authority Cambridge Systematics, Inc. final report prepared for Contra Costa Transportation Authority prepared by with Dowling Associates Caliper Corporation June 2003 Table of Contents 1.0 Introduction... ES-1 2.0 Data Development... ES-5

More information

Schindler ID Destination-dispatch elevator system

Schindler ID Destination-dispatch elevator system Schindler ID Destination-dispatch elevator system Schindler Technology Personalized elevator service Proven technology The Schindler ID destination-dispatch elevator system has achieved enthusiastic acceptance

More information

Simulation Analysis on Alternatives to Accelerate the Passenger Flow in Security Checkpoints

Simulation Analysis on Alternatives to Accelerate the Passenger Flow in Security Checkpoints University of Arkansas, Fayetteville ScholarWorks@UARK Industrial Engineering Undergraduate Honors Theses Industrial Engineering 8-2015 Simulation Analysis on Alternatives to Accelerate the Passenger Flow

More information

Intelligent Parking Assistant - A Showcase of the MOBiNET. Platform Functionalities

Intelligent Parking Assistant - A Showcase of the MOBiNET. Platform Functionalities 22 nd ITS World Congress, Bordeaux, France, 5 9 October 2015 Paper number ITS-2391 Intelligent Parking Assistant - A Showcase of the MOBiNET Platform Functionalities Lars Mikkelsen 1*, Raphael Toledo 2,

More information

MODELLING PARKING CHOICES IN IRELAND S CITIES

MODELLING PARKING CHOICES IN IRELAND S CITIES Proceedings 1st - 2nd September 2016 SIDDLE, COLLEARY: Modelling Parking Choices in Ireland s cities Mr David Siddle Technical Director Jacobs MODELLING PARKING CHOICES IN IRELAND S CITIES Mr Barry Colleary

More information

THE ROLE OF TRANSPORT IN SELECTED EUROPEAN MARINAS PART ONE

THE ROLE OF TRANSPORT IN SELECTED EUROPEAN MARINAS PART ONE Journal of KONES Powertrain and Transport, Vol. 22, No. 1 2015 ISSN: 1231-4005 e-issn: 2354-0133 DOI: 10.5604/12314005.1161598 THE ROLE OF TRANSPORT IN SELECTED EUROPEAN MARINAS PART ONE Maciej Bilski

More information

Intelligence That Moves the World

Intelligence That Moves the World Intelligence That Moves the World TM INRIX collects billions of anonymous data points every day from a diverse set of sources, including connected vehicles, cities, DOTs, road weather conditions, journalistic

More information

Production Facility Optimization Prepared By:

Production Facility Optimization Prepared By: Production Facility Optimization Prepared By: Maxine Cunningham John Schmidt Jonathan Braams 4/9/2009 Table of Contents Executive Summary... 3 Problem... 4 Problem Breakdown... 4 1) Determining Demand

More information

GRADE 11 NOVEMBER 2015 MATHEMATICAL LITERACY P2

GRADE 11 NOVEMBER 2015 MATHEMATICAL LITERACY P2 NATIONAL SENIOR CERTIFICATE GRADE 11 NOVEMBER 2015 MATHEMATICAL LITERACY P2 MARKS: 100 TIME: 2 hours *imlit2* This question paper consists of 12 pages, including an annexure of 3 pages. 2 MATHEMATICAL

More information

CITY OF VALLEJO PUBLIC WORKS DEPARTMENT TRAFFIC IMPACT Analysis/Study GUIDELINES

CITY OF VALLEJO PUBLIC WORKS DEPARTMENT TRAFFIC IMPACT Analysis/Study GUIDELINES The City Engineer, under the authority of the Public Works Director and recommendations from the Traffic Engineer, will make the final decision on the need for a traffic study. The purpose of the traffic

More information

Housekeeping, Room Attendant, Laundry, Bed-Maker. Yes, depending on conditions

Housekeeping, Room Attendant, Laundry, Bed-Maker. Yes, depending on conditions EMPLOYER INFORMATION Employer Name: Merani Hospitality Inc Type of Business: Hotel & Resort Job location: 7001 BUFFALO AVE Location type: Other City: NIAGARA FALLS State: NY Zip: 14304 Website: doubletree3.hilton.com

More information

User Guide Ride My 1

User Guide Ride My 1 User Guide 1MyRide 1 Table of contents Register your MyRide card... 2 Do even more online... 3 What is MyRide?... 4 5 Products available for purchase... 6 Fares... 7 Where to load cash value... 8 9 Using

More information

LEADING INTERNET MARKETING TRAINING COURSES GROUP COURSES ONE-TO-ONE COURSES BASIC COURSES ADVANCED COURSES. Presented to you by Gerald McGuire

LEADING INTERNET MARKETING TRAINING COURSES GROUP COURSES ONE-TO-ONE COURSES BASIC COURSES ADVANCED COURSES. Presented to you by Gerald McGuire LEADING INTERNET MARKETING TRAINING COURSES GROUP COURSES ONE-TO-ONE COURSES BASIC COURSES ADVANCED COURSES Presented to you by Gerald McGuire This FREE Guide covers 4 ESSENTIAL Advanced tools to use within

More information

The Transportation dividend

The Transportation dividend Prepared by AECOM Technical Appendices report February 2018 The Transportation dividend Transit investments and the Massachusetts economy Technical Appendix A economic Benefits Methodology and Results

More information

Statewide Bluetooth Data Collection

Statewide Bluetooth Data Collection Statewide Bluetooth Data Collection presented by Thomas Hill Florida Department of Transportation State Transportation Systems Modeling Division December 7, 2016 Purpose To develop and test the feasibility

More information

Welcome to CyPT Portal A simulation tool to help cities evaluate the most effective technologies for achieving emission reduction targets

Welcome to CyPT Portal A simulation tool to help cities evaluate the most effective technologies for achieving emission reduction targets Welcome to CyPT Portal A simulation tool to help cities evaluate the most effective technologies for achieving emission reduction targets Unrestricted Siemens plc https://www.cyptportal.siemens.com City

More information