Conflating a Traffic Model Network With a Road Inventory. David Knudsen

Size: px
Start display at page:

Download "Conflating a Traffic Model Network With a Road Inventory. David Knudsen"

Transcription

1 Conflating a Traffic Model Network With a Road Inventory David Knudsen

2 Traffic modelers need to derive attributes of their abstracted networks from road layers maintained by highway departments, and planners want to present model predictions using these road layers, which the public recognizes and understands. GIS and data analysts may be responsible for developing and maintaining a codified relationship between the two data stores, neither of which they own or control. In the worst possible case, both stores may be completely redesigned simultaneously, breaking previously created relationships. Both out-of-the-box and ArcObjects-customized GIS tools making use of path finding on network datasets, topologies, versioned editing, SDE views, and carefully-designed symbolization ease the task of conflating two related but dissimilar data layers and errorchecking the resulting many-to-many relationship. With both planning and hindsight, the conflation can become more responsive to continuing edits to the member data layers and more resilient to future wholesale changes. Conflating a Traffic Model Network with a Road Inventory 2

3 Traffic Modeling Primer Traffic analysis zones Network defined by nodes and links Classic four-step modeling process Trip generation Trip distribution Mode choice Route assignment Predicts traffic volumes, speeds, travel times Zone 840 Zone Zone Zone Zone 836 Centroid Zone 830 Conflating a Traffic Model Network with a Road Inventory 3

4 GIS and Models Complement Each Other GIS is a source of model inputs demographic data network attributes, i.e. length lanes capacity GIS maps model outputs with greatest flexibility and sophistication Relationships must exist to exchange data Zone Zone Zone Zone 836 Zone 837 Centroid Zone Conflating a Traffic Model Network with a Road Inventory 4

5 CTPS First Road/Network Relationship Established in 2001 on a coverage using AMLs Coded road features with model node IDs Many-to-many cardinality ROADS MODEL NETWORK Conflating a Traffic Model Network with a Road Inventory 5

6 Road/Network Relationship Ends: Irreconcilable differences PK 16 SK 25 PK SK 1 A1 PK SK 4 A2 PK 14 SK 23 PK 10 SK 20 PK 2 SK A1 PK 15 SK 24 PK SK PK SK PK SK A1 PK SK Conflation of roads to new linework Orthophoto-derived centerlines more detailed, accurate than old DLGs New primary key No published conversion from old to new primary key Secondary keys not comparable Conflating a Traffic Model Network with a Road Inventory 6

7 Road/Network Relationship Ends: Irreconcilable differences (2) Expansion of model X X From 987 to 2727 zones New nodes and links for additional roads New centroid connectors New shape nodes Node renumbering Conflating a Traffic Model Network with a Road Inventory 7

8 CTPS New Road/Network Relationship Creating from scratch estimated to be no more costly than fixing and error-checking existing one ArcGIS desktop and server technology used to manage workflow perform semi-automated conflation aid quality control create plots with good cartographic quality Conflating a Traffic Model Network with a Road Inventory 8

9 Workflow Management ArcSDE versions Versions for each editor Parent, reconciliation version Status and progress Town-level table Map symbolization Verbal coordination still needed to avoid timeconsuming conflict reconciliation SDE.DEFAULT Public Editing Editor 1 Editor 2 Editor 3 Conflating a Traffic Model Network with a Road Inventory 9

10 Semi-automated Conflation Manually snap network nodes to appropriate road intersections 2. Automatically select roads along shortest path between intersections 3. Automatically transfer corresponding link IDs 4. Manually transfer link IDs when path finding fails Conflating a Traffic Model Network with a Road Inventory 10

11 Snapping Nodes Topology ensured links moved with nodes, introduced a problem (geometric network better choice) ArcObjects script set node symbol field when node dropped Topology errors do not provide same degree of progress-checking topology adds vertex at intersection link now has bend Conflating a Traffic Model Network with a Road Inventory 11

12 Shortest Path Selection INPUT ROAD FEATURE CLASS BUILD NETWORK DATASET No connection: OK overpass RESULTING NETWORK DATASET No connection: network error Shortest path selection is only provided in ArcGIS in network datasets under the Network Analyst A network dataset was built using roads as an input feature class GIS road data had some connection errors, which could cause the true shortest path not to be found Conflating a Traffic Model Network with a Road Inventory 12

13 Shortest Path FROM Four road features, Three network links Selection (2) 1 TO FROM 1. Shortest path solver creates path as new feature 2. ArcObjects code selects roads used in path feature 3. ArcObjects code transfers corresponding link IDs to selected roads if more than half of road used in path 4. Attribute Transfer Tool used when automatic path finding failed 2 FROM 3 4 TO TO Less than half 2 nd road used in path do not transfer FROM-TO link ID Conflating a Traffic Model Network with a Road Inventory 13

14 Conflation Logic Problems Model intersection simplification Snap node to which road intersection? Double barrels and ramp fans C B D B Bi-directional link represents both ramps. A Should extra, non-path roads be coded with link IDs? A Fields needed to store forward and reverse link IDs explicitly (B-A link inference from A-B link not always correct) Conflating a Traffic Model Network with a Road Inventory 14

15 Quality Control Illustration Snapping node to intersection of Main and Albion Unedited node Roads with no link IDs Node snapped to road intersection Link labeled from conflated street Pink check lines show which link has been conflated to each road feature Road and link are conflated but have not had check lines generated for them Green check lines show which road has been conflated to link Conflating a Traffic Model Network with a Road Inventory 15

16 Quality Control Illustration Extra Credit Challenge Conflating a Traffic Model Network with a Road Inventory 16

17 Quality Control Careful symbolization key to controlling quality Visual checks/feedback originally envisioned for review stages integrated with initial editing as well Completeness addressed by showing nodes, links, and roads not yet edited with special symbols Correctness addressed by node symbols, check lines, and links labeled from conflated roads Thoroughness of review addressed by highlighting missing check lines using ArcSDE views Conflating a Traffic Model Network with a Road Inventory 17

18 Checkplots Modelers liked to work on paper Network shown both prior to and after editing Paper allowed much greater information density (labels and other data layers) Conflating a Traffic Model Network with a Road Inventory 18

19 Mapping Model Output Volume-tocapacity ratios or congested speed mapped using fixed width and different colors Conflating a Traffic Model Network with a Road Inventory 19

20 Mapping Model Output (2) Volumes or volume changes mapped using varying widths and single color Conflating a Traffic Model Network with a Road Inventory 20

21 Preparing Data for Mapping MODEL OUTPUT ROADS WITH LINK IDs CONFLATED SHAPE POLYLINE POLYLINE ROAD ID 1 2 LINK ID A B B C IMPLIED/EXPLICIT REVERSE LINK ID B A C B LINK ID A B B A B C C B VOLUME SPEED SHAPE ROAD ID LINK ID IMPLIED/EXPLICIT REVERSE LINK ID LINK VOLUME LINK SPEED REV. LINK VOLUME REV. LINK SPEED POLYLINE POLYLINE 1 2 A B B C B A C B Model output keyed by link ID May need to be converted to table readable by GIS Joined twice to roads using both link ID and opposing direction link ID fields in road attributes Conflating a Traffic Model Network with a Road Inventory 21

22 Preparing Data for Mapping (2) To show directional data on correct side of line, must determine if direction of road feature matches direction of conflated links ArcObjects calculates direction of roads and their related links and sets a direction flag field accordingly ROAD ID 1 2 A NODE LINK ID A B B C 1 SAME DIR. YES NO 2 C NODE B A C B B NODE IMPLIED/EXPLICIT REVERSE LINK ID Conflating a Traffic Model Network with a Road Inventory 22

23 Preparing Data for Mapping (3) width: 48 pt offset: -24 pt width: 24 pt offset: -12 pt width: 36 pt offset: 18 pt ROAD AND LINK NOT SAME DIR. * MULTIPLY OFFSET BY 1 WHEN ROAD AND LINK NOT SAME DIRECTION width: 24 pt offset: 12 pt ROAD AND LINK SAME DIR. width: 48 pt offset: 24 pt ROAD/LINK SAME DIR. width: 36 pt offset: -18 pt LINK VALUE OPPOSITE DIRECTION LINK VALUE When symbol width varies for directional data, symbol offset should vary With classification, offset is hard-coded for symbol for each numeric range With proportional width, offset is infinitely variable and must depend on a field value, only supported in a route-event system Conflating a Traffic Model Network with a Road Inventory 23

24 Cartographic Considerations SIMPLE LINE SYMBOL CARTOGRAPHIC LINE SYMBOL Cartographic line symbol slower but better defined than simple line symbol Small symbols may be lost in, or hidden under, large symbols Cartographic line symbol has fill limitations No beveling is available at intersections Conflating a Traffic Model Network with a Road Inventory 24

25 Work Continues! The QC tools we developed will help us keep up with new model scenarios as modelers code them Even with road-network relationship re-established, preparing model output for mapping is slow Through scripting and building geoprocessing models we want to streamline the process and improve cartographic quality Conflating a Traffic Model Network with a Road Inventory 25

26 Contact David Knudsen Ten Park Plaza, Suite 2150 Boston, MA Conflating a Traffic Model Network with a Road Inventory 26

Vision Zero High Injury Network Methodology

Vision Zero High Injury Network Methodology Vision Zero High Injury Network Methodology DATA SETS USED: 1. Reportable crashes in Philadelphia from 2012-2016, available as open data through PennDOT 2. Street Centerline geographic layer, maintained

More information

CENTERLINES DOCUMENTATION

CENTERLINES DOCUMENTATION CENTERLINES DOCUMENTATION (Updated: 1/11/2005) Q:\Documentation\Centerlines\Centerlines_Documentation.doc TABLE OF CONTENTS PAGE SOURCES 4 BACKGROUND Known GDT data source issues 4 Phase 1 (Consultant

More information

Statewide Roadway Physical Feature Survey

Statewide Roadway Physical Feature Survey New Hampshire Department of Transportation Statewide Roadway Physical Feature Survey March 30, 2004 Presenters Dennis Fowler, P.E. GIS Manager New Hampshire DOT Concord, New Hampshire Kirk Weaver GIT Manager

More information

Multilane Roundabouts

Multilane Roundabouts Multilane Roundabouts Supplement to Synchro 7 Studio Users Guide Discussion SimTraffic 7 has been updated to better model multilane roundabouts. With the new logic it is possible to model a two-lane arterial

More information

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Chris Van Houtte, Judith Y. T. Wang, and Matthias Ehrgott September 30, 2009 Outline Commuter Cyclists Motivation Choice Set Route

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

GIS Based Data Collection / Network Planning On a City Scale. Healthy Communities Active Transportation Workshop, Cleveland, Ohio May 10, 2011

GIS Based Data Collection / Network Planning On a City Scale. Healthy Communities Active Transportation Workshop, Cleveland, Ohio May 10, 2011 The Purpose of GIS Based Network Planning GIS Based Data Collection / Network Planning Healthy Communities Active Transportation Conference Tuesday, May 10, 2011 10:00 AM Norman Cox, LLA, ASLA. Ann Arbor,

More information

MRDB at IGN Belgium. Anne Féchir IGN Belgium

MRDB at IGN Belgium. Anne Féchir IGN Belgium MRDB at IGN Belgium Anne Féchir IGN Belgium December 2015 Generalized data and maps before 2015 1:10K 1:10K Symbolisation + 2010 Only networks and constructions 1:20K CartoWeb 1:50K 1:50K Symbolisation

More information

Subject: Solberg Avenue / I-229 Grade Separation: Traffic Analysis

Subject: Solberg Avenue / I-229 Grade Separation: Traffic Analysis MEMORANDUM Transportation Bill Troe, AICP Jason Carbee, AICP 12120 Shamrock Plaza Suite 300 Omaha, NE 68154 (402) 334-8181 (402) 334-1984 (Fax) To: Project File Date: Subject: Solberg Avenue / I-229 Grade

More information

Figure 1: East West Connector Alignment Alternatives Concept Drawing

Figure 1: East West Connector Alignment Alternatives Concept Drawing Page 2 of 9 Figure 1: East West Connector Alignment Alternatives Concept Drawing The Montebello Drive extension will run north south and connect Wilsonville Road to the Boones Ferry Road to Brown Road

More information

Traffic Accident Data Processing

Traffic Accident Data Processing Traffic Accident Data Processing D o n a l d F. P e t t y Engineer of Traffic Research and Surveys Indiana State Highway Commission The following is a portion of the Highway Safety Program Standards developed

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

More information

3 ROADWAYS 3.1 CMS ROADWAY NETWORK 3.2 TRAVEL-TIME-BASED PERFORMANCE MEASURES Roadway Travel Time Measures

3 ROADWAYS 3.1 CMS ROADWAY NETWORK 3.2 TRAVEL-TIME-BASED PERFORMANCE MEASURES Roadway Travel Time Measures ROADWAYS Approximately 6 million trips are made in the Boston metropolitan region every day. The vast majority of these trips (80 to percent, depending on trip type) involve the use of the roadway network

More information

Planning Guidance in the 2012 AASHTO Bike Guide

Planning Guidance in the 2012 AASHTO Bike Guide Planning Guidance in the 2012 AASHTO Bike Guide Presentation by: RJ Eldridge Peter Lagerwey August 22, 2012 WEBINAR 2: PLANNING GUIDANCE IN THE 2012 AASHTO BIKE GUIDE Today s Webinar Significant Updates

More information

TRAFFIC AND SAFETY NOTE 608A. Spacing for Commercial Drives and Streets. To Promote a Uniform Practice in Determining Access Spacing

TRAFFIC AND SAFETY NOTE 608A. Spacing for Commercial Drives and Streets. To Promote a Uniform Practice in Determining Access Spacing TRAFFIC AND SAFETY NOTE 608A SUBJECT: PURPOSE: Spacing for Commercial Drives and Streets To Promote a Uniform Practice in Determining Access Spacing COORDINATING UNIT: Geometric Design Unit INFORMATION:

More information

Web Based Bicycle Trip Planning for Broward County, Florida

Web Based Bicycle Trip Planning for Broward County, Florida Web Based Bicycle Trip Planning for Broward County, Florida Hartwig H. HOCHMAIR University of Florida 3205 College Avenue Fort Lauderdale, FL 33314, USA hhhochmair@ufl.edu Jennifer FU Florida International

More information

1. Introduction. 2. Survey Method. Volume 6 Issue 5, May Licensed Under Creative Commons Attribution CC BY

1. Introduction. 2. Survey Method. Volume 6 Issue 5, May Licensed Under Creative Commons Attribution CC BY A Study on Performance of an Urban Arterial Corridor Guggilla Raju 1, Rontala Ashwini 2 1 Assistant Professor, Department of Civil Engineering, GCET 2 Assistant Professor, Department of Civil Engineering,

More information

BICYCLE LEVEL OF SERVICE for URBAN STREETS. Prepared by Ben Matters and Mike Cechvala. 4/16/14 Page 1

BICYCLE LEVEL OF SERVICE for URBAN STREETS. Prepared by Ben Matters and Mike Cechvala. 4/16/14 Page 1 BICYCLE LEVEL OF SERVICE for URBAN STREETS Prepared by Ben Matters and Mike Cechvala 4/16/14 Page 1 Introduction The methodology used for the Bicycle (BLOS) analysis is from the Highway Capacity Manual

More information

Highway 111 Corridor Study

Highway 111 Corridor Study Highway 111 Corridor Study June, 2009 LINCOLN CO. HWY 111 CORRIDOR STUDY Draft Study Tea, South Dakota Prepared for City of Tea Sioux Falls Metropolitan Planning Organization Prepared by HDR Engineering,

More information

Look Twice! Inventorying Pavement Markings for the City of Austin. Our story of how we accomplished data inventory of our city crosswalks.

Look Twice! Inventorying Pavement Markings for the City of Austin. Our story of how we accomplished data inventory of our city crosswalks. Look Twice! Inventorying Pavement Markings for the City of Austin. Our story of how we accomplished data inventory of our city crosswalks. City of Austin Austin Transportation Department Signs & Markings

More information

unsignalized signalized isolated coordinated Intersections roundabouts Highway Capacity Manual level of service control delay

unsignalized signalized isolated coordinated Intersections roundabouts Highway Capacity Manual level of service control delay Whether unsignalized or signalized, isolated or coordinated, you can use TransModeler to simulate intersections with greater detail and accuracy than any other microsimulation software. TransModeler allows

More information

8.G Bird and Dog Race

8.G Bird and Dog Race 8.G Bird and Dog Race Alignments to Content Standards: 8.G.B Task Doug is a dog, and his friend Bert is a bird. They live in Salt Lake City, where the streets are 1/16 miles apart and arranged in a square

More information

Memorandum. Drive alone

Memorandum. Drive alone Memorandum To: Cc: From: Kimberly Kerr, Assistant Chief Administrative Officer Natalie Porter, PE, TE Shawna Purvines Claudia Wade, PE Michael Schmitt, AICP CTP, PTP Re: Technical Memorandum #2: Model

More information

Conversation of at Grade Signalized Intersection in to Grade Separated Intersection

Conversation of at Grade Signalized Intersection in to Grade Separated Intersection IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 05 October 2015 ISSN (online): 2349-6010 Conversation of at Grade Signalized Intersection in to Grade Separated

More information

FINAL DESIGN TRAFFIC TECHNICAL MEMORANDUM

FINAL DESIGN TRAFFIC TECHNICAL MEMORANDUM FINAL DESIGN TRAFFIC TECHNICAL MEMORANDUM July 2014 FINAL (SR 43) Project Development and Environment Study From State Road 60 (Adamo Drive) to I-4 (SR 400) Hillsborough County, Florida Work Program Item

More information

1.3.4 CHARACTERISTICS OF CLASSIFICATIONS

1.3.4 CHARACTERISTICS OF CLASSIFICATIONS Geometric Design Guide for Canadian Roads 1.3.4 CHARACTERISTICS OF CLASSIFICATIONS The principal characteristics of each of the six groups of road classifications are described by the following figure

More information

Introduction to Sugar Access. Sugar Access - Measuring Accessibility (Robert Kohler, Citilabs) Slide 1 of 21

Introduction to Sugar Access. Sugar Access - Measuring Accessibility (Robert Kohler, Citilabs) Slide 1 of 21 Introduction to Sugar Access Sugar Access - Measuring Accessibility (Robert Kohler, Citilabs) Slide 1 of 21 Walkability, Livability, Accessibility http://www.citilabs.com/sugaraccess Sugar Access - Measuring

More information

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Abstract The Exposition Corridor transit project is a light rail project

More information

Presentation Summary Why Use GIS for Ped Planning? What Tools are Most Useful? How Can They be Applied? Pedestrian GIS Tools What are they good for?

Presentation Summary Why Use GIS for Ped Planning? What Tools are Most Useful? How Can They be Applied? Pedestrian GIS Tools What are they good for? 1 2 Pedestrian GIS Tools What are they good for? Pro Walk / Pro Bike 2006 Presentation Summary Why Use GIS for Ped Planning? What Tools are Most Useful? How Can They be Applied? Matt Haynes Fehr & Peers

More information

Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections

Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections Todd Knox Center for Transportation Research and Education Iowa State University 2901 South Loop Drive, Suite 3100

More information

Post impact trajectory of vehicles at rural intersections

Post impact trajectory of vehicles at rural intersections Post impact trajectory of vehicles at rural intersections Doecke SD., Woolley JE. and Mackenzie JR. Centre for Automotive Safety Research Abstract This report describes the path of vehicles after a collision

More information

Introduction Roundabouts are an increasingly popular alternative to traffic signals for intersection control in the United States. Roundabouts have a

Introduction Roundabouts are an increasingly popular alternative to traffic signals for intersection control in the United States. Roundabouts have a HIGH-CAPACITY ROUNDABOUT INTERSECTION ANALYSIS: GOING AROUND IN CIRCLES David Stanek, PE and Ronald T. Milam, AICP Abstract. Roundabouts have become increasingly popular in recent years as an innovative

More information

Effects of Geometry on Speed Flow Relationships for Two Lane Single Carriageway Roads Othman CHE PUAN 1,* and Nur Syahriza MUHAMAD NOR 2

Effects of Geometry on Speed Flow Relationships for Two Lane Single Carriageway Roads Othman CHE PUAN 1,* and Nur Syahriza MUHAMAD NOR 2 2016 International Conference on Computational Modeling, Simulation and Applied Mathematics (CMSAM 2016) ISBN: 978-1-60595-385-4 Effects of Geometry on Speed Flow Relationships for Two Lane Single Carriageway

More information

Developing a Bike/Pedestrian Plan Using ArcInfo and Public Participation Rob Shumowsky, Madison County Council of Governments

Developing a Bike/Pedestrian Plan Using ArcInfo and Public Participation Rob Shumowsky, Madison County Council of Governments Developing a Bike/Pedestrian Plan Using ArcInfo and Public Participation Rob Shumowsky, Madison County Council of Governments Abstract: The Madison County Council of Governments is creating a bike/pedestrian

More information

A Review of Roundabout Speeds in north Texas February 28, 2014

A Review of Roundabout Speeds in north Texas February 28, 2014 Denholm 1 A Review of Roundabout Speeds in north Texas February 28, 2014 Word Count: 6,118 words (2,618 + 11 figures x 250 + 3 tables x 250) John P. Denholm III Lee Engineering, LLC 3030 LBJ FRWY, Ste.

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Transportation Modeling for the 2010 Winter Olympic Games

Transportation Modeling for the 2010 Winter Olympic Games Transportation Modeling for the 2010 Winter Olympic Games, PTV America, Inc. Christopher Darwent, City of Vancouver Karen Giese, PTV America, Inc. Paper prepared for presentation at the Best Practices

More information

Shockoe Bottom Preliminary Traffic and Parking Analysis

Shockoe Bottom Preliminary Traffic and Parking Analysis Shockoe Bottom Preliminary Traffic and Parking Analysis Richmond, Virginia August 14, 2013 Prepared For City of Richmond Department of Public Works Prepared By 1001 Boulders Pkwy Suite 300, Richmond, VA

More information

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS Objectives Define a conceptual schematic of the roadway, invert, and downstream

More information

Roadway Design Manual

Roadway Design Manual Roadway Design Manual Manual Notice Archive by Texas Department of Transportation (512) 302-2453 all rights reserved Manual Notice 2009-1 From: Manual: Mark A. Marek, P.E Roadway Design Manual Effective

More information

2003 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 198

2003 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 198 2003 Virginia Department of Transportation Daily Traffic Volume Estimates Special Locality Report 198 Prepared By Virginia Department of Transportation Mobility Management Division In Cooperation With

More information

Regional DTA (Dynamic Traffic Assignment)

Regional DTA (Dynamic Traffic Assignment) Regional DTA (Dynamic Traffic Assignment) Guy Rousseau Steve Lewandowski Atlanta Regional Commission 4/8/2016 Context of the Project: Strategic Highway Research Program (SHRP2 C10) Competitive National

More information

2002 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 146

2002 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 146 Virginia Department of Transportation Daily Traffic Volume Estimates Special Locality Report 146 Prepared By Virginia Department of Transportation Mobility Management Division In Cooperation With U.S.

More information

2002 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 261

2002 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 261 2002 Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Special Locality Report 261 Prepared By In Cooperation With U.S. Department of Transportation Federal Highway

More information

GIS Based Non-Signalized Intersection Data Inventory Tool To Improve Traffic Safety

GIS Based Non-Signalized Intersection Data Inventory Tool To Improve Traffic Safety GIS Based Non-Signalized Intersection Data Inventory Tool To Improve Traffic Safety UNIVERSITY OF ALABAMA JENNA SIMANDL JENNY BLEIHOLDER ANDREW GRAETTINGER TIM BARNETT LUKE TAYLOR RANDY SMITH Introduction

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

2002 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 209

2002 Virginia Department of Transportation Daily Traffic Volume Estimates. Special Locality Report 209 2002 Daily Traffic Volume Estimates Special Locality Report 209 Prepared By Mobility Management Division In Cooperation With U.S. Department of Transportation Federal Highway Administration Mobility Management

More information

GIS Based Non-Motorized Transportation Planning APA Ohio Statewide Planning Conference. GIS Assisted Non-Motorized Transportation Planning

GIS Based Non-Motorized Transportation Planning APA Ohio Statewide Planning Conference. GIS Assisted Non-Motorized Transportation Planning The Purpose of GIS Assisted Network GIS Assisted Non-Motorized Transportation 2011 APA Ohio Statewide Conference Friday, 10:45 AM to Noon Focus on near-term projects wwwgreenwaycollabcom The purpose of

More information

Copy of my report. Why am I giving this talk. Overview. State highway network

Copy of my report. Why am I giving this talk. Overview. State highway network Road Surface characteristics and traffic accident rates on New Zealand s state highway network Robert Davies Statistics Research Associates http://www.statsresearch.co.nz Copy of my report There is a copy

More information

#!! "$% ##! &! # '#! % $ #!

#!! $% ##! &! # '#! % $ #! Executive Summary US Highway 16 (US 16) is the primary corridor connecting Rapid City to the Black Hills region. It serves a growing population of commercial and residential traffic, as well as seasonal

More information

Chapter 4 Traffic Analysis

Chapter 4 Traffic Analysis Chapter 4 Traffic Analysis PURPOSE The traffic analysis component of the K-68 Corridor Management Plan incorporates information on the existing transportation network, such as traffic volumes and intersection

More information

Project Report. South Kirkwood Road Traffic Study. Meadows Place, TX October 9, 2015

Project Report. South Kirkwood Road Traffic Study. Meadows Place, TX October 9, 2015 Meadows Place, TX October 9, 2015 Contents 1 Introduction... 1 2 Data Collection... 1 3 Existing Roadway Network... 2 4 Traffic Volume Development... 2 5 Warrant Analysis... 3 6 Traffic Control Alternative

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Visual Traffic Jam Analysis Based on Trajectory Data

Visual Traffic Jam Analysis Based on Trajectory Data Visual Traffic Jam Analysis Based on Trajectory Data Zuchao Wang, Min Lu, Xiaoru Yuan, Peking University Junping Zhang, Fudan University Huub van de Wetering, Technische Universiteit Eindhoven Introduction

More information

Traffic Impact Study. Westlake Elementary School Westlake, Ohio. TMS Engineers, Inc. June 5, 2017

Traffic Impact Study. Westlake Elementary School Westlake, Ohio. TMS Engineers, Inc. June 5, 2017 TMS Engineers, Inc. Traffic Impact Study Westlake Elementary School Westlake, Ohio June 5, 2017 Prepared for: Westlake City Schools - Board of Education 27200 Hilliard Boulevard Westlake, OH 44145 TRAFFIC

More information

GEOG2113: Geographical Information Systems Week 7 Mapping Hazards & Threats Practical Task

GEOG2113: Geographical Information Systems Week 7 Mapping Hazards & Threats Practical Task GEOG2113: Geographical Information Systems Week 7 Mapping Hazards & Threats Practical Task Theme: Mapping a zombie outbreak! Key datasets & sources: ITN Network (road network) Location of Defence Research

More information

Integrating Best of Breed Outage Management Systems with Mobile Data Systems. Abstract

Integrating Best of Breed Outage Management Systems with Mobile Data Systems. Abstract Integrating Best of Breed Outage Management Systems with Mobile Data Systems Donald Shaw Partner ExtenSys Inc. 31 Plymbridge Crescent North York, ON M2P 1P4 Canada Telephone: (416) 481-1546 Fax: (416)

More information

CHAPTER 2G. PREFERENTIAL AND MANAGED LANE SIGNS

CHAPTER 2G. PREFERENTIAL AND MANAGED LANE SIGNS 2011 Edition - Revision 2 Page 275 Section 2G.01 Scope CHAPTER 2G. PREFERENTIAL AND MANAGED LANE SIGNS 01 Preferential lanes are lanes designated for special traffic uses such as high-occupancy vehicles

More information

2005 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 324

2005 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 324 2005 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Special Locality Report 324 Prepared By Virginia Department of Transportation

More information

2010 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 172

2010 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates. Special Locality Report 172 2010 Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Special Locality Report 172 Town of Boyce Information in this report is included in Report (Clarke County)

More information

UNIT V 1. What are the traffic management measures? [N/D-13] 2. What is Transportation System Management (TSM)? [N/D-14]

UNIT V 1. What are the traffic management measures? [N/D-13] 2. What is Transportation System Management (TSM)? [N/D-14] UNIT V 1. What are the traffic management measures? [N/D-13] Some of the well-known traffic management measures are: a) Restrictions on turning movements b) One - way streets c) Tidal - flow operations

More information

APPENDIX D. May 22, 2002 Open House Summary and Materials

APPENDIX D. May 22, 2002 Open House Summary and Materials APPENDIX D May 22, 2002 Open House Summary and Materials TH 36 Partnership Study Open House May 22, 2002 Summary of Survey Responses 1. If no new crossing of the St. Croix River is built (e.g. the existing

More information

CITY OF ALPHARETTA DOWNTOWN MASTER PLAN TRAFFIC EVALUATION

CITY OF ALPHARETTA DOWNTOWN MASTER PLAN TRAFFIC EVALUATION CITY OF ALPHARETTA DOWNTOWN MASTER PLAN TRAFFIC EVALUATION June 2015 CITY OF ALPHARETTA DOWNTOWN MASTER PLAN TRAFFIC EVALUATION Introduction The Alpharetta Downtown Master Plan was developed in the fall

More information

2016 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates

2016 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates 2016 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Jurisdiction Report WV West Virginia repared By Virginia Department

More information

EVALUATION OF METHODOLOGIES FOR THE DESIGN AND ANALYSIS OF FREEWAY WEAVING SECTIONS. Alexander Skabardonis 1 and Eleni Christofa 2

EVALUATION OF METHODOLOGIES FOR THE DESIGN AND ANALYSIS OF FREEWAY WEAVING SECTIONS. Alexander Skabardonis 1 and Eleni Christofa 2 EVALUATION OF METHODOLOGIES FOR THE DESIGN AND ANALYSIS OF FREEWAY WEAVING SECTIONS Alexander Skabardonis 1 and Eleni Christofa 2 1: University of California, Berkeley, Institute of Transportation Studies,

More information

J12 TICKET DISPENSER HOPPER ALL STOP STOP 1 STOP 2 STOP 3 BIG DOUBLE SMALL TAKE PLAY START CURRENT PRODUCTION BOARD TYPE

J12 TICKET DISPENSER HOPPER ALL STOP STOP 1 STOP 2 STOP 3 BIG DOUBLE SMALL TAKE PLAY START CURRENT PRODUCTION BOARD TYPE New Cherry 96 /Fruit Bonus 96 (Special Edition) NEW CHERRY 96 NEW FRUIT BONUS 96 NEW CHERRY 96 SPECIAL EDITION NEW FRUIT BONUS 96 SPECIAL EDITION PARTS SIDE SOLDER SIDE 1 VIDEO RED VIDEO GREEN 1 2 VIDEO

More information

Measurement along a Length of Road

Measurement along a Length of Road Chapter 7 Measurement along a Length of Road 7.1 Overview This is normally used to obtain variations in speed over a stretch of road. Usually the stretch will be having a length more than 5 meters. We

More information

Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI C. Date: 05 th March 2014 no.

Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI C. Date: 05 th March 2014 no. Project: OpenDRIVE Document No. Issue: Title: Style Guide For OpenDRIVE Databases VI2011.040 C Date: 05 th March 2014 no. of pages: 12 Issuing Party: Author: Distribution List: VIRES Simulationstechnologie

More information

GOLT! RED LIGHT DISTRICT

GOLT! RED LIGHT DISTRICT GOLT! RED LIGHT DISTRICT USER MANUAL v2.1 How RLD Works Signal Flow PROCESSOR The timing processor receives all clock signals and start stop commands. Its main function is to determine which timing signals

More information

2001 Virginia Department of Transportation Daily Traffic Volumes Including Vehicle Classification Estimates where available. Jurisdiction Report 24

2001 Virginia Department of Transportation Daily Traffic Volumes Including Vehicle Classification Estimates where available. Jurisdiction Report 24 Daily Traffic Volumes Including Vehicle Classification Estimates where available Jurisdiction Report 24 Traffic Monitoring Section The (VDOT) conducts a program where traffic count data are gathered from

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

Cross-Country Madness: Run for Your Life

Cross-Country Madness: Run for Your Life Cross-Country Madness: Run for Your Life BY: THE MAPSTERBATORS- JHON AFRIDI, EMMA LUNDBERG, LUCAS REYES 12TH OF DECEMBER, 2014 Abstract Athletic facilities at Redwood Fields in Eureka, CA are assessed

More information

Pedestrian Dynamics: Models of Pedestrian Behaviour

Pedestrian Dynamics: Models of Pedestrian Behaviour Pedestrian Dynamics: Models of Pedestrian Behaviour John Ward 19 th January 2006 Contents Macro-scale sketch plan model Micro-scale agent based model for pedestrian movement Development of JPed Results

More information

Traffic circles. February 9, 2009

Traffic circles. February 9, 2009 Traffic circles February 9, 2009 Abstract The use of a traffic circle is a relatively common means of controlling traffic in an intersection. Smaller Traffic circles can be especially effective in routing

More information

Updated Roundabout Analysis Methodology

Updated Roundabout Analysis Methodology Updated Roundabout Analysis Methodology In 1998, the Transportation Planning Analysis Unit (TPAU) working as part of the Roundabout Task Group selected the interim roundabout methodologies of the SIDRA

More information

FHWA Safety Performance for Intersection Control Evaluation (SPICE) Tool

FHWA Safety Performance for Intersection Control Evaluation (SPICE) Tool FHWA Safety Performance for Intersection Control Evaluation (SPICE) Tool Virginia Section ITE Annual Meeting Virginia Beach June 217 Pete Jenior Kittelson & Associates, Inc. 1 Intersection Control Evaluation

More information

Appendix B: Forecasting and Traffic Operations Analysis Framework Document

Appendix B: Forecasting and Traffic Operations Analysis Framework Document Existing Conditions Report - Appendix Appendix B: Forecasting and Traffic Operations Analysis Framework Document This document defines the methodology and assumptions that will be used in the traffic forecasting

More information

MONROE COUNTY NEW YORK

MONROE COUNTY NEW YORK MONROE COUNTY NEW YORK Intersection Accident Database Enhancement Project (UPWP 4380) FINAL January 2008 Prepared By: Prepared For: Bergmann Associates 200 First Federal Plaza 28 East Main Street Rochester,

More information

Introduction to Roundabout Analysis Using ARCADY

Introduction to Roundabout Analysis Using ARCADY Introduction to Roundabout Analysis Using ARCADY Toronto SimCap User Group Technical Event and ITE Toronto Section Social Event July 22, 2014 Phil Weber, P.Eng. GHD Inc. (The Home of Ourston Roundabout

More information

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS Khaled Shaaban, Ph.D., P.E., PTOE (a) (a) Assistant Professor, Department of Civil Engineering, Qatar University (a) kshaaban@qu.edu.qa

More information

Cycling Volume Estimation Methods for Safety Analysis

Cycling Volume Estimation Methods for Safety Analysis Cycling Volume Estimation Methods for Safety Analysis XI ICTCT extra Workshop in Vancouver, Canada Session: Methods and Simulation Date: March, 01 The Highway Safety Manual (HSM) documents many safety

More information

2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates

2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates 2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Special Locality Report 200 Town of Columbia Information in this report

More information

Texas Intersection Safety Implementation Plan Workshop JUNE 2, 2016

Texas Intersection Safety Implementation Plan Workshop JUNE 2, 2016 Texas Intersection Safety Implementation Plan Workshop JUNE 2, 2016 Why Intersection Safety? A small part of overall highway system, but Each year roughly 50% of all crashes estimated 3 million involve

More information

Combined impacts of configurational and compositional properties of street network on vehicular flow

Combined impacts of configurational and compositional properties of street network on vehicular flow Combined impacts of configurational and compositional properties of street network on vehicular flow Yu Zhuang Tongji University, Shanghai, China arch-urban@163.com Xiaoyu Song Tongji University, Shanghai,

More information

Draw Shot Primer Part III: using the trisect system

Draw Shot Primer Part III: using the trisect system David Alciatore ( Dr. Dave ) ILLUSTRATED PRINCIPLES Draw Shot Primer Part III: using the trisect system Note: Supporting narrated video (NV) demonstrations, high-speed video (HSV) clips, and technical

More information

University Hill Transportation Study Technical Memorandum Alternatives Modeling and Analysis May 2007

University Hill Transportation Study Technical Memorandum Alternatives Modeling and Analysis May 2007 Technical Memorandum May 2007 Syracuse Metropolitan Transportation Council Edwards and Kelcey with Wallace Roberts and Todd Alta Planning and Design CONTENTS SECTION ONE- INTRODUCTION...1 SECTION TWO-

More information

Waterford Lakes Small Area Study

Waterford Lakes Small Area Study Waterford Lakes Small Area Study Existing Traffic Conditions PREPARED FOR: ORANGE COUNTY PUBLIC WORKS DEPARTMENT TRAFFIC ENGINEERING DIVISION ORLANDO, FLORIDA PREPARED WITH: INWOOD CONSULTING ENGINEERS

More information

METHODOLOGY. Signalized Intersection Average Control Delay (sec/veh)

METHODOLOGY. Signalized Intersection Average Control Delay (sec/veh) Chapter 5 Traffic Analysis 5.1 SUMMARY US /West 6 th Street assumes a unique role in the Lawrence Douglas County transportation system. This principal arterial street currently conveys commuter traffic

More information

PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES

PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES PTV VISWALK TIPS AND TRICKS PTV VISWALK TIPS AND TRICKS: USE OF DENSITY-BASED PARTIAL ROUTES Karlsruhe, April 2015 Use of density-based partial routes Imagine that in a bustling building, a train station

More information

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS Urban Transport XX 293 The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS S. K. Prusty, R. Phadnis & Kunal National Institute Of Technology Karnataka, India Abstract This paper

More information

Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES

Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES 5.1 PURPOSE (1) The purpose of the Traffic Safety Studies chapter is to provide guidance on the data collection requirements for conducting a

More information

Modelling Today for the Future. Advanced Modelling Control Techniques

Modelling Today for the Future. Advanced Modelling Control Techniques CwMAG 1 st Autumn Conference 2012 Modelling Today for the Future Advanced Modelling Control Techniques What are advanced modelling controls? Why do we have them? How can we use them? What are the differences

More information

Siła-Nowicka, K. (2018) Analysis of Actual Versus Permitted Driving Speed: a Case Study from Glasgow, Scotland. In: 26th Annual GIScience Research UK Conference (GISRUK 2018), Leicester, UK, 17-20 Apr

More information

2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates

2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates 2017 Virginia Department of Transportation Daily Traffic Volume Estimates Including Vehicle Classification Estimates where available Special Locality Report 294 Information in this report is included in

More information

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report Preparedby: ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS Final Report Prepared for Maricopa County Department of Transportation Prepared by TABLE OF CONTENTS Page EXECUTIVE SUMMARY ES-1

More information

TRANSPORTATION ANALYSIS REPORT US Route 6 Huron, Erie County, Ohio

TRANSPORTATION ANALYSIS REPORT US Route 6 Huron, Erie County, Ohio TRANSPORTATION ANALYSIS REPORT US Route 6 Huron, Erie County, Ohio December 12, 2012 Prepared for: The City of Huron 417 Main Huron, OH 44839 Providing Practical Experience Technical Excellence and Client

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

Road Data Input System using Digital Map in Roadtraffic

Road Data Input System using Digital Map in Roadtraffic Data Input System using Digital Map in traffic Simulation Namekawa,M 1., N.Aoyagi 2, Y.Ueda 2 and A.Satoh 2 1 College of Management and Economics, Kaetsu University, Tokyo, JAPAN 2 Faculty of Engineering,

More information

Houma-Thibodaux Metropolitan Planning Organization STP<200K Funding Application APPLICATION

Houma-Thibodaux Metropolitan Planning Organization STP<200K Funding Application APPLICATION APPLICATION HOUMA-THIBODAUX METROPOLITAN PLANNING ORGANIZATION (HTMPO) FOR SURFACE TRANSPORTATION PROGRAM (STP

More information