TRANSPORTATION RESEARCH BOARD. Spatial Modeling for Highway Performance Monitoring System Data: Part 2. Tuesday, March 6, :00-3:00 PM ET

Size: px
Start display at page:

Download "TRANSPORTATION RESEARCH BOARD. Spatial Modeling for Highway Performance Monitoring System Data: Part 2. Tuesday, March 6, :00-3:00 PM ET"

Transcription

1 TRANSPORTATION RESEARCH BOARD Spatial Modeling for Highway Performance Monitoring System Data: Part 2 Tuesday, March 6, :00-3:00 PM ET

2 The Transportation Research Board has met the standards and requirements of the Registered Continuing Education Providers Program. Credit earned on completion of this program will be reported to RCEP. A certificate of completion will be issued to participants that have registered and attended the entire session. As such, it does not include content that may be deemed or construed to be an approval or endorsement by RCEP.

3 Purpose Discuss how to use spatial modeling and statistical tools to enhance the quality and productivity of travel monitoring data. Learning Objectives At the end of this webinar, you will be able to: Describe the HPMS travel data validation rules and create pseudo-code queries that incorporate HPMS based validation rules Understand how to apply standard visualizing tools for the purpose of highlighting and identification of potential problems Understand the need to balance multimodal solutions within the system Understand how to create HPMS data items and summary data using a relational database

4 TRB WEBINAR: SPATIAL MODELING FOR HIGHWAY PERFORMANCE MONITORING SYSTEM DATA PART 2 - MARCH 6, 2018 Maaza Christos Mekuria, PhD, PE, PTOE Dan P. Seedah, PhD Stephen Cropley 1

5 2 WEBINAR OUTLINE Spatio-temporal Relationships Spatial Clustering Applications to HPMS Data Items Generation of Summary Tables Ramp Balancing Opportunities and challenges for Probe data Q & A session

6 RECAP FROM PART 1 WEBINAR 3 Overview of HPMS Description of HPMS Travel Data Items Relationship between HPMS Data items Linear Referencing System Sample Panels and HPMS items Leveraging Spatial Analysis

7 4 SPATIAL RELATIONSHIPS Dimensionality Adjacency Connectivity Containment B A

8 TEMPORAL RELATIONSHIPS 5 Time of Day Day of Week Month Year

9 HIGHWAY PERFORMANCE MONITORING SYSTEM (HPMS) 6 Sample Panels (Sections/Links/Segments) Assign Counts to Monitored Sections Expand to Unmonitored Sections Generate Summaries [Ref. FHWA]

10 HPMS SAMPLE PANEL GENERATION 7 FHWA HPMS Tool ArcGIS Spatial Oracle PL/SQL QGIS/Python Spatialite/Python/C++ etc. Sample Panels [Adapted from FHWA - CPI Manual 2001]

11 TOPS GROUP SECTIONS SAMPLE CODES 8 CASE WHEN "aadt"/"thrulanes" <= 2500 THEN 'Very Low' WHEN "aadt"/"thrulanes" <= 5000 THEN 'Low' WHEN "aadt"/"thrulanes" <= THEN 'Moderate' WHEN "aadt"/"thrulanes" <= THEN 'High' WHEN "aadt"/"thrulanes" <= THEN 'Very High' WHEN "aadt"/"thrulanes" > THEN 'Super High' END

12 TOPS GROUP SECTIONS 9 QUERY Group all roadways by functional class and order by number of records in each county

13 TOPS GROUP SECTIONS Number of Segments Very Low Low Moderate High Very High Super High Volume Group Per Lane

14 TOPS GROUP SECTIONS 11 FC_FacilityType_UrbanCode_Low_SampleCode

15 HPMS VOLUME GROUPS 12 CASE WHEN "aadt" <= 500 THEN 1 WHEN "aadt" <= 1000 THEN 2 WHEN "aadt" <= 2500 THEN 3 WHEN "aadt" <= 5000 THEN 4 WHEN "aadt" <= THEN 5 WHEN "aadt" <= THEN 6 WHEN "aadt" <= THEN 7 WHEN "aadt" <= THEN 8 WHEN "aadt" <= THEN 9 WHEN "aadt" <= THEN 10 WHEN "aadt" <= THEN 11 WHEN "aadt" > THEN 12 END

16 13 HPMS VOLUME GROUPS 2500 Number of HPMS Volume Group Segments 2000 Number of Segments HPMS Volume Group

17 HPMS VOLUME GROUPS ESTIMATION FORMUAR 14 Table 6.2 Confidence Level Z Z Squared 90 Percent Percent Percent [Ref. FHWA Field manual 2016]

18 HPMS TOPS CLUSTERS Number of TOPS Segment Groups

19 HPMS LINK TRAVEL DATA ASSIGNMENT 16

20 COUNTED HPMS SECTIONS FOR A GIVEN YEAR 24/7 continuous counters Short Term Counters? No Counters 17 Section Boundaries?????

21 HPMS FIELD MANUAL GUIDANCE - VOLUME DATA For AADT (Pages 4-51 and 4-52) For two-way facilities, provide the bidirectional AADT; for one-way roadways, and ramps, provide the directional AADT. All AADTs shall reflect application of day of week, seasonal, and axle correction factors, as necessary; no other adjustment factors shall be used. Growth factors shall be applied if the AADT is not derived from current year counts. AADTs for the NHS, Interstate, Principal Arterial (OFE, OPA) roadway sections shall be based on traffic counts taken on a minimum threeyear cycle. AADTs for the non-principal Arterial System (i.e., Minor Arterials, Major Collectors, and Urban Minor Collectors) can be based on a minimum six-year counting cycle.

22 TRAVEL MONITORING : AADT LINK ASSIGNMENT -- Year 19 Sample Panels Data Attr./ Spatial Merge Volume Stations Are all Sections Assigned? No Earlier year meets FC criterion? Yes Yes No END Section to be revised for HPMS Submission

23 HPMS TRAFFIC STATIONS ASSIGNMENT RESULTS 20

24 AADT COUNT ASSIGNMENT - MAUI 21

25 AADT COUNT ASSIGNMENT - KAUAI 22

26 AADT COUNT ASSIGNMENT - KAUAI 23

27 AADT COUNT ASSIGNMENT - KAUAI 24

28 2016 HPMS FIELD MANUAL GUIDANCE CLASS DATA 25 For Single Unit and Combination Unit AADT (Pages 4-52 to 4-57) AADT values shall be updated annually to represent current year data. Section specific measured values are requested based on traffic counts taken on a minimum three-year cycle. If these data are not available, values derived from classification station data on the same route, or on a similar route with similar traffic characteristics in the same area can be used

29 TRAVEL MONITORING : CLASS LINK ASSIGNMENT 26 Find the adjacent section on same route with similar FC, thru lanes, and urban code, and assign class data* * Preference is given to permanent stations over shortterm stations

30 AADT CLASS COUNT ASSIGNMENT 27

31 CONSIDERATIONS FOR APPLYING GROWTH RATES 28 Growth rates are applied on a statewide level Further investigation required on applying growth rates based on: Urban area codes Rate computed from just the permanent stations Considerations for: Low volume rural roadways Large area vs. small area Sections that traverse multiple boundaries e.g. interstates

32 CONSIDERATIONS FOR USING JOINS 29 Attribute Joins Attribute joins can use MILEPOINT and ROUTE information with respect to Section start and end mile points. More accurate, if and only if, data attributes are correctly set in both the Station and Link records. Spatial Joins Point is typically matched to a target line which is closest/intersects/contains the point Uses a search radius or tolerance Issues include wrongly assigned joins e.g. ramp counts with coordinates placed close to the interstate Best compromise is a spatial join with attribute join

33 AADT CLASS COUNT ASSIGNMENT 30 The result of the processing is HPMS Network with AADT, Class, Peak Hour Count Data assigned to links

34 AADT ASSIGNMENT COMPARISON 31

35 AADT ASSIGNMENT COMPARISON 32

36 TRUCK AADT COMPUTATION TRUCK AADT for each section 33 Using the Permanent Stations Adjust Short Term Class Stations Truck Single Unit = (Daily Single Unit Trucks (Class 5-7) + Bus ) Percent Peak Combination = (Daily Combination Unit Trucks, FHWA class 8-13 )

37 AADT K, D FACTOR ASSIGNMENT 34 Both K-factor ( the design hour volume - 30 th largest hourly volume for a given calendar year) as a percentage of AADT) and the Directional Factor (D) ( the percent of design hour volume - 30th largest hourly volume for a given calendar year flowing in the higher volume direction) are assigned to AADT links via permanent station factor groups.

38 VALIDATION FOR TRAFFIC DATA ITEMS 35 FHWA Validation Queries are heavily dependent on user table structure, yet they are as simple as a single query once the table data are generated. Samples will be provided when requested.

39 PEAK HOUR ASSIGNMENT Peak Hour AADT for each section 36 Using the Permanent Stations Adjust Short Term Class Stations Percent Peak Single = (Peak Hour Daily Single Unit Trucks + Bus ) / (AADT ) Percent Peak Combination = (Peak Hour Daily Combination Unit Trucks ) / (AADT )

40 VEHICLE SUMMARY 37 Step 1 - Create Average View of the AADT Link Class data table by FHWA Highway System Group create view vwhpms2016avgvehicleclass as Select Year,t2.State_Code, t2.fs_group, Round(avg(t1.cycles),2) Pct_MC, round(avg(t1.pc),2) Pct_Cars, round(avg(t1.vcls3),2) Pct_Lgt_Trucks, round(avg(t1.bus),2) Pct_Buses,round(avg(t1.SU),2) Pct_SU_Trucks, round(avg(t1.cu),2) Pct_CU_Trucks from HPMS2016VEHICLECLASS t1, FHWA_HIGHWAY_Class_Group t2 where t1.func_class = t2.func_class group by t1.year,t2.state_code, t2.fs_group Order by t2.year, t2.state_code, t2. FS_GROUP ;

41 VEHICLE SUMMARY 38 Step 2 - Create Summary View of the AADT Link Class data by FHWA Highway System Group create view vwhpms2016sumvehicleclass as t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC+ t2.pct_cars + t2.pct_lgt_trucks+ t2.pct_buses + t2.pct_su_trucks + t2.pct_cu_trucks),2) TotPct from vwhpms2016avgvehicleclass t2 Order by t2.year_record,t2.state_code,t2.fs_group;

42 VEHICLE SUMMARY 39 Step 3 - Create Export for FHWA by FHWA Highway System Group select t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC/t1.TotPct*100),2) Pct_MC, Round((t2.Pct_Cars/t1.TotPct*100),2) Pct_Cars, Round((t2.Pct_Lgt_Trucks/t1.TotPct*100),2) Pct_Lgt_Trucks, Round((t2.Pct_Buses/t1.TotPct*100),2) Pct_Buses, Round((t2.Pct_SU_Trucks/t1.TotPct*100),2) Pct_SU_Trucks, Round((t2.Pct_CU_Trucks/t1.TotPct*100),2) Pct_CU_Trucks from vwhpms2016avgvehicleclass t2 inner join vwhpms2016sumvehicleclass t1 on t1.fs_group = t2.fs_group Order by t2.year_record, t2.state_code, t2.fs_group;

43 VEHICLE SUMMARY TO BE EXPORTED TO FHWA 40

44 VEHICLE SUMMARY VMT BASED 41 Step 1 - Create Summary View of the Link VMT Class data by FHWA Highway System create view vwhpms2016vehicleclassvmtsum as select t2.year_record, '15' State_Code, t2.fs_group, Round(sum(t1.cycles*(t2.EMP-t2.BMP)*t2.AADT),2) Pct_MC, round(sum(t1.pc*(t2.emp-t2.bmp)*t2.aadt),2) Pct_Cars, Round(sum(t1.VCLS3*(t2.EMP-t2.BMP)*t2.AADT),2) Pct_Lgt_Trucks, round(sum(t1.bus*(t2.emp-t2.bmp)*t2.aadt),2) Pct_Buses, round(sum((t1.su)*(t2.emp-t2.bmp)*t2.aadt),2) Pct_SU_Trucks, round(sum(t1.cu*(t2.emp-t2.bmp)*t2.aadt),2) Pct_CU_Trucks from HPMS2016VEHICLECLASS t1, HPMS2016AADT t2, FHWAClass t3 where t2.route = t1.route_id and t2.bmp = t1.bmp and t2.emp = t1.emp and t2.fs_group = t3. FS_GROUP group by t2.year_record, t3. FS_GROUP Order by t2.year_record, t3. FS_GROUP ;

45 VEHICLE SUMMARY VMT BASED 42 Step 2 - Create Summary View of the Total VMT Class data create view vwhpms2016vmtsum as select t2.year_record, '15' State_Code, t3. FS_GROUP, Round(sum((t2.EMPt2.BMP)*t2.AADT),2) VMT from HPMS2016AADT t2, FHWAClass t3 where t2.fs_group = t3. FS_GROUP group by t2.year_record, t3. FS_GROUP Order by t2.year_record, t3. FS_GROUP;

46 VEHICLE SUMMARY VMT BASED 43 Step 3 Divide Link VMT (Step 1) by VMT Totals (Step 2) create view vwhpms2016vmtvehicleclasssum as select t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC/t1.VMT),2) Pct_MC, Round((t2.Pct_Cars/t1.VMT),2) Pct_Cars, Round((t2.Pct_Lgt_Trucks/t1.VMT),2) Pct_Lgt_Trucks, Round((t2.Pct_Buses/t1.VMT),2) Pct_Buses, Round((t2.Pct_SU_Trucks/t1.VMT),2) Pct_SU_Trucks, Round((t2.Pct_CU_Trucks/t1.VMT),2) Pct_CU_Trucks from vwhpms2016vehicleclassvmtsum t2 inner join vwhpms2016vmtsum t1 on t1.fs_group = t2.fs_group Order by t2.year_record, t2.state_code, t2.fs_group ;

47 VEHICLE SUMMARY VMT BASED Step 4 - Create Total view of the AADT Link Class data by FHWA Highway System Group from Step 3 44 create view vwhpms2016sumvehicleclass as t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC+ t2.pct_cars + t2.pct_lgt_trucks+ t2.pct_buses + t2.pct_su_trucks + t2.pct_cu_trucks),2) TotPct from vwhpms2016vmtvehicleclasssum t2 Order by t2.year_record,t2.state_code,t2.fs_group;

48 VEHICLE SUMMARY VMT BASED 45 Step 5 - Create Export for FHWA Step 3 / Step 4 select t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC/t1.TotPct*100),2) Pct_MC, Round((t2.Pct_Cars/t1.TotPct*100),2) Pct_Cars, Round((t2.Pct_Lgt_Trucks/t1.TotPct*100),2) Pct_Lgt_Trucks, Round((t2.Pct_Buses/t1.TotPct*100),2) Pct_Buses, Round((t2.Pct_SU_Trucks/t1.TotPct*100),2) Pct_SU_Trucks, Round((t2.Pct_CU_Trucks/t1.TotPct*100),2) Pct_CU_Trucks from vwhpms2016avgvehicleclass t2 inner join vwhpms2016sumvehicleclass t1 on t1.fs_group = t2.fs_group Order by t2.year_record, t2.state_code, t2.fs_group ;

49 VEHICLE SUMMARY VMT BASED Step 5 - Create Export for FHWA Step 3 / Step 4 46 select t2.year_record, t2.state_code, t2.fs_group, Round((t2.Pct_MC/t1.TotPct*100),2) Pct_MC, Round((t2.Pct_Cars/t1.TotPct*100),2) Pct_Cars, Round((t2.Pct_Lgt_Trucks/t1.TotPct*100),2) Pct_Lgt_Trucks, Round((t2.Pct_Buses/t1.TotPct*100),2) Pct_Buses, Round((t2.Pct_SU_Trucks/t1.TotPct*100),2) Pct_SU_Trucks, Round((t2.Pct_CU_Trucks/t1.TotPct*100),2) Pct_CU_Trucks from vwhpms2016avgvehicleclass t2 inner join vwhpms2016sumvehicleclass t1 on t1.fs_group = t2.fs_group Order by t2.year_record, t2.state_code, t2.fs_group ;

50 VEHICLE SUMMARY TO BE EXPORTED TO FHWA 47 Vehicle Summaries Simple Average Year_Record State_Code FS_GROUP Pct_MC Pct_Cars Pct_Lgt_Trucks Pct_Buses Pct_SU_Trucks Pct_CU_Trucks TotPct VMT Based Year_Record State_Code FS_GROUP Pct_MC Pct_Cars Pct_Lgt_Trucks Pct_Buses Pct_SU_Trucks Pct_CU_Trucks TotPct

51 CLUSTER PROCESSING 48

52 HPMS SAMPLE PANEL CLUSTER SIZE = 50 49

53 HPMS SAMPLE PANEL CLUSTER SIZE = 25 50

54 HPMS COUNT STATION SELECTION 51

55 RAMP BALANCING PROCEDURES 52

56 PURPOSE OF RAMP BALANCING Need to report traffic (AADT) on all interstate mainline sections. Hard to count some sections, so Ramp balancing can be used to estimate traffic volumes on roads where portable counts cannot be performed safely (TMG 2017) Its called ramp balancing because AADT values are adjusted so they balance along the computed sections. 53

57 DIFFERENCE BETWEEN INTERCHANGE AND MAINLINE RAMP BALANCING 54 This needs to be spelled out! WE ARE DISCUSSING THIS!! Interchange Ramp Balancing (Computes ramp volumes at interchanges) Mainline Ramp Balancing

58 A TYPICAL SETUP 55 Anchor Points (Continuous, Known) Ramp On (Known) Ramp Off (Known) Computed Mainline

59 SETTING UP FROM SPATIAL ANALYSIS 56 Continuous counters are called Anchor points. They are not changed by the computation. Determine which ramps are part of a given computation. Some ramps are actually connectors. They are On for computing one highway segment but Off for another. The order in which On and Off ramps appear in the computation is essential. Use mile points and look closely at the map. The compass directions (N, S, E, W) that ramps flow towards are essential in computation

60 EXAMPLE: COMPUTING VOLUMES 57 Point Counted COMPUTED CHANGE CCS 1 START Ramp 1 ON MID POINT Ramp2 OFF Ramp3 ON CCS2 END 11, , (-)1,053 11, , ,053 DIFF -402 * The Ramp Off below ramp1 is ignored in this example for simplicity. It would normally be included.

61 58 EXAMPLE: COMPUTING VOLUMES Point Counted Adjusted GEH Accuracy CCS 1 START 11,995 Ramp 1 ON 923 1, MID POINT 13,052 Ramp2 OFF Ramp3 ON CCS2 END (-)1, ,053 GEH Statistic 1.0 Excellent 2.0 Good 5.0 Acceptable 10.0 Rubbish

62 CONSIDERATIONS FROM SPATIAL ANALYSIS 59 - Direction of traffic - Order of ramps - Ramp counts may have happened on different days - Missing ramp values must be imputed: They are not calculated here 2017 Highway Computation Points Georgia DOT

63 RESOURCES USED IN EXAMPLES 60 TMG AADT Reporting on Mainlines and Ramps Source: (Example 4 is from the 2001 TMG)

64 OPPORTUNITIES AND CHALLENGES FOR PROBE DATA 61

65 TRAVEL MONITORING: THE IDEAL ENVIRONMENT 62

66 TRAVEL MONITORING: THE IDEAL ENVIRONMENT 24/7 continuous counters 63

67 64 TRAVEL MONITORING: AN EVEN BETTER ENVIRONMENT Autonomous Self-Reporting Vehicles

68 TRAVEL MONITORING: PROBE DATA 65

69 PROBE DATA OPPORTUNITIES 66 Cost Coverage Frequency Origin/Destination

70 PROBE DATA CHALLENGES 67 Cell tower vs. GPS vs. Location-Based Data Sample sizes for different functional classes Urban vs. rural settings Black box vs. open estimation algorithms HPMS six vehicle class data requirement Validation

71 REFERENCES 68 HPMS 2016 Field Manual Turner, Shawn, and Pete Koeneman. Using Mobile Device Samples to Estimate Traffic Volumes. No. MN/RC Minnesota. Dept. of Transportation. Research Services & Library, I-95 Corridor Coalition s Vehicle Probe Project (VPP)

72 CONTACT INFORMATION 69 Maaza Christos Mekuria, PhD, PE, PTOE Hawaii Department of Transportation Dan P. Seedah, PhD Asst. Research Scientist, Texas A&M Transportation Institute Stephen Cropley Director, Technology Transmetric America Inc.

73 70 APPENDIX A : HPMS NUMBER OF SAMPLES SELECTION 2500 Number of HPMS Volume Group Segments 2000 Number of Segments HPMS Volume Group

74 HPMS NUMBER OF SAMPLES SELECTION 71

75 HPMS NUMBER OF SAMPLES SELECTION SELECT t1.yr, t1.hpmsvgrp, Count(t1.countycode) NumRecs, Round(stddev_samp(t1.AADT)/avg(t1.AADT),3) CV, ceil((pow(1.64,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.05,2)))/ (1+(1/count(t1.Id))*(((pow(1.64,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.05,2))-1))))) NumSamp FROM HiDOTRtesHPMS2016BIKEFLDSMDS t1 GROUP BY t1.yr, t1.hpmsvgrp ORDER BY t1.yr,t1.hpmsvgrp,stddev_samp(t1.aadt)/avg(t1.aadt) desc,count(t1.countycode) Desc 72 Year HPMSVGrp NumRecs CV NumSamp

76 HPMS NUMBER OF SAMPLES SELECTION RURAL AREAS SELECT t1.yr,t1.hpmsvgrp, floor(avg(t1.funclass)) FunClsAvg, Count(t1.countycode) NumRecs, Round(stddev_samp(t1.AADT)/avg(t1.AADT),3) CV, ceil((pow(1.28,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.1,2)))/ (1+(1/count(t1.Id))*(((pow(1.28,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.1,2))-1))))) NumSamp FROM HiDOTRtesHPMS2016BIKEFLDSMDS t1 where t1.urbcode = GROUP BY t1.yr, t1.hpmsvgrp ORDER BY t1.yr,t1.hpmsvgrp,stddev_samp(t1.aadt)/avg(t1.aadt) desc,count(t1.countycode) Desc 73 yr HPMSVGrp FunClsAvg NumRecs CV NumSamp

77 HPMS NUMBER OF SAMPLES SELECTION RURAL + SMALL URBAN COLLECTOR AND ABOVE SELECT t1.yr,t1.hpmsvgrp, floor(avg(t1.funclass)) FunClsAvg, Count(t1.countycode) NumRecs, Round(stddev_samp(t1.AADT)/avg(t1.AADT),3) CV, ceil((pow(1.28,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.1,2)))/ (1+(1/count(t1.Id))*(((pow(1.28,2) * pow(stddev_samp(t1.aadt)/avg(t1.aadt),2)/(pow(0.1,2))-1))))) NumSamp FROM HiDOTRtesHPMS2016BIKEFLDSMDS t1 where t1.urbcode in ( 99999,99998) and t1.funclass >= 5 GROUP BY t1.yr, t1.hpmsvgrp ORDER BY t1.yr,t1.hpmsvgrp,stddev_samp(t1.aadt)/avg(t1.aadt) desc,count(t1.countycode) Desc 74 Yr HPMSVGrp FunClsAvg NumRecs CV NumSamp

78 Today s Participants Coco Briseno, California Department of Transportation, coco.briseno@dot.ca.gov Maaza Mekuria, Hawaii Department of Transportation, maaza.c.mekuria@hawaii.gov Daniel Seedah, Texas A&M Transportation Institute, d-seedah@tti.tamu.edu Stephen Cropley, Transmetric America, Inc., stephen.cropley@transmetric.com

79 Get Involved with TRB Getting involved is free! Join a Standing Committee ( Become a Friend of a Committee ( Networking opportunities May provide a path to become a Standing Committee member Sponsoring committee: ABJ60 For more information: Create your account Update your profile

80 Receiving PDH credits Must register as an individual to receive credits (no group credits) Credits will be reported two to three business days after the webinar You will be able to retrieve your certificate from RCEP within one week of the webinar

TRANSPORTATION RESEARCH BOARD. Spatial Modeling for Highway Performance Monitoring System Data: Part 1. Tuesday, February 27, :00-4:00 PM ET

TRANSPORTATION RESEARCH BOARD. Spatial Modeling for Highway Performance Monitoring System Data: Part 1. Tuesday, February 27, :00-4:00 PM ET TRANSPORTATION RESEARCH BOARD Spatial Modeling for Highway Performance Monitoring System Data: Part 1 Tuesday, February 27, 2018 2:00-4:00 PM ET The Transportation Research Board has met the standards

More information

Traffic Data Quality Analysis. James Sturrock, PE, PTOE, FHWA Resource Center Operations Team

Traffic Data Quality Analysis. James Sturrock, PE, PTOE, FHWA Resource Center Operations Team Traffic Analysis James Sturrock, PE, PTOE, FHWA Resource Center Operations Team Source Material Traffic Measurement http://ntl.bts.gov/lib/jpodocs/repts_te/14058.htm Seven DEADLY Misconceptions about Information

More information

TRB WEBINAR PROGRAM Planning and Preliminary Engineering Applications Guide to the Highway Capacity Manual: Contents

TRB WEBINAR PROGRAM Planning and Preliminary Engineering Applications Guide to the Highway Capacity Manual: Contents TRANSPORTATION RESEARCH BOARD TRB WEBINAR PROGRAM Planning and Preliminary Engineering Applications Guide to the Highway Capacity Manual: Contents Tuesday, May 30, 2017 2:00-3:30 PM ET The Transportation

More information

Office of Transportation Data (OTD)

Office of Transportation Data (OTD) Office of Transportation Data (OTD) Paul Tanner State Transp o rtatio n D ata A d m inistrato r Presentation Objectives Why do we collect data? State & Federal Code Requirements Who collects the data?

More information

TRANSPORTATION RESEARCH BOARD. Resurfacing, Restoration, and Rehabilitation Projects: Geometric Design. Tuesday, October 2, :00-3:30 PM ET

TRANSPORTATION RESEARCH BOARD. Resurfacing, Restoration, and Rehabilitation Projects: Geometric Design. Tuesday, October 2, :00-3:30 PM ET TRANSPORTATION RESEARCH BOARD Resurfacing, Restoration, and Rehabilitation Projects: Geometric Design Tuesday, October 2, 2018 2:00-3:30 PM ET The Transportation Research Board has met the standards and

More information

LOUISIANA DOTD TRAFFIC MONITORING/DATA COLLECTION PROGRAM & UPDATES

LOUISIANA DOTD TRAFFIC MONITORING/DATA COLLECTION PROGRAM & UPDATES LOUISIANA DOTD TRAFFIC MONITORING/DATA COLLECTION PROGRAM & UPDATES George Chike, P.E. Traffic Data Collection & Management System www.dotd.la.gov DOTD FIELD CREWS Routine traffic volume counts Vehicle

More information

TRANSPORTATION RESEARCH BOARD. Beyond Volume: Investment Prioritization Methods for Low-Volume Roads. Wednesday, August 29, :00-2:30 PM ET

TRANSPORTATION RESEARCH BOARD. Beyond Volume: Investment Prioritization Methods for Low-Volume Roads. Wednesday, August 29, :00-2:30 PM ET TRANSPORTATION RESEARCH BOARD Beyond Volume: Investment Prioritization Methods for Low-Volume Roads Wednesday, August 29, 2018 1:00-2:30 PM ET The Transportation Research Board has met the standards and

More information

TRANSPORTATION RESEARCH BOARD. A New Functional Classification System to Aid Contextual Design. Monday, February 5, :00-3:30PM ET

TRANSPORTATION RESEARCH BOARD. A New Functional Classification System to Aid Contextual Design. Monday, February 5, :00-3:30PM ET TRANSPORTATION RESEARCH BOARD A New Functional Classification System to Aid Contextual Design Monday, February 5, 2018 2:00-3:30PM ET The Transportation Research Board has met the standards and requirements

More information

Appendix D: Functional Classification Criteria and Characteristics, and MnDOT Access Guidance

Appendix D: Functional Classification Criteria and Characteristics, and MnDOT Access Guidance APPENDICES Appendix D: Functional Classification Criteria and Characteristics, and MnDOT Access Guidance D.1 Functional classification identifies the role a highway or street plays in the transportation

More information

KENTUCKY TRANSPORTATION CENTER

KENTUCKY TRANSPORTATION CENTER Research Report KTC-10-16/FR181-10-1F KENTUCKY TRANSPORTATION CENTER KENNEDY INTERCHANGE CRASH STUDY OUR MISSION We provide services to the transportation community through research, technology transfer

More information

Appendix D Functional Classification Criteria and Characteristics, and MnDOT Access Guidance

Appendix D Functional Classification Criteria and Characteristics, and MnDOT Access Guidance Appendix D Functional Classification Criteria and Characteristics, and MnDOT Access Guidance Functional classification identifies the role a highway or street plays in the transportation system. Some highways

More information

Software Development Status and The New Hampshire Proposal Tom Roff April 12,2010

Software Development Status and The New Hampshire Proposal Tom Roff April 12,2010 Software Development Status and The New Hampshire Proposal Tom Roff April 12,2010 HPMS Development Status Field Manual is out on the street. Screen Design is complete Developers are staffed up and coding

More information

All Roads Do Not End at the State Line: Methodologies for Enabling Geodata Sharing Across Boundaries

All Roads Do Not End at the State Line: Methodologies for Enabling Geodata Sharing Across Boundaries All Roads Do Not End at the State Line: Methodologies for Enabling Geodata Sharing Across Boundaries presented to 22 nd Geospatial Information Systems for Transportation Symposium presented by Julie Chizmas,

More information

NYSDOT Roadway Inventory. Both On and Off the State System

NYSDOT Roadway Inventory. Both On and Off the State System NYSDOT Roadway Inventory Both On and Off the State System 1 2 NYSDOT Highway Data Services Bureau Highway Data Traffic Monitoring Pavement Data Inventory of public roads, incl. LHI Systems designations

More information

SBCAG STAFF REPORT. MAP-21/FAST Act Performance Measures and Targets. MEETING DATE: September 20, 2018 AGENDA ITEM: 4H

SBCAG STAFF REPORT. MAP-21/FAST Act Performance Measures and Targets. MEETING DATE: September 20, 2018 AGENDA ITEM: 4H SBCAG STAFF REPORT SUBJECT: MAP-21/FAST Act Performance Measures and Targets MEETING DATE: September 20, 2018 AGENDA ITEM: 4H STAFF CONTACT: Andrew Orfila, Jared Carvalho RECOMMENDATION: Approve and accept

More information

Tennessee Model Users Group. Organizational Meeting December 2, 2004

Tennessee Model Users Group. Organizational Meeting December 2, 2004 Tennessee Model Users Group Organizational Meeting December 2, 2004 Introduction Steve Allen Transportation Manager 2 Traffic Planning & Statistics Office Planning Division TDOT Education Associate of

More information

Mobility Performance Measures

Mobility Performance Measures Mobility Performance Measures Doug McLeod (MAP 21 measures) FDOT Mobility Performance Measures Program Manager TRB Performance Measurement Committee Jessica VanDenBogaert (additional performance measures)

More information

Automated Statewide Highway Intersection Safety Data Collection and Evaluation Strategy

Automated Statewide Highway Intersection Safety Data Collection and Evaluation Strategy Automated Statewide Highway Intersection Safety Data Collection and Evaluation Strategy Fan Yang, Ph.D. Candidate Department of Civil and Environmental Engineering, University of Wisconsin-Madison, Madison,

More information

Updating Virginia s Statewide Functional. Brad Shelton, VDOT Chris Detmer, VDOT Ben Mannell, VDOT

Updating Virginia s Statewide Functional. Brad Shelton, VDOT Chris Detmer, VDOT Ben Mannell, VDOT Updating Virginia s Statewide Functional Classification System Brad Shelton, VDOT Chris Detmer, VDOT Ben Mannell, VDOT July 18, 2013 What is Functional Classification Use of Functional Classification Today

More information

The ipems MAP-21 Module

The ipems MAP-21 Module The ipems MAP-21 Module Producing the information you need from the National Performance Management Research Data Set (NPMRDS) January 2015 Innovation for better mobility Use the ipems MAP-21 Module to

More information

TTAC STAFF REPORT. State Targets for the MAP-21/FAST Act National Highway Performance Program. MEETING DATE: August 2, 2018 AGENDA ITEM: 5

TTAC STAFF REPORT. State Targets for the MAP-21/FAST Act National Highway Performance Program. MEETING DATE: August 2, 2018 AGENDA ITEM: 5 TTAC STAFF REPORT SUBJECT: State Targets for the MAP-21/FAST Act National Highway Performance Program MEETING DATE: August 2, 2018 AGENDA ITEM: 5 STAFF CONTACT: Andrew Orfila, Jared Carvalho RECOMMENDATION:

More information

City of Menifee. Public Works Department. Traffic Impact Analysis Guidelines

City of Menifee. Public Works Department. Traffic Impact Analysis Guidelines Public Works Department Traffic Impact Analysis Guidelines Revised: August 2015 TABLE OF CONTENTS INTRODUCTION... 3 PURPOSE... 3 EXEMPTIONS... 3 SCOPING... 4 METHODOLOGY... 5 STUDY AREA... 6 STUDY SCENARIOS...

More information

TRANSPORTATION RESEARCH BOARD. Pavement Management Practices in the US and Canada. Monday, July 17, :00-2:30 PM ET

TRANSPORTATION RESEARCH BOARD. Pavement Management Practices in the US and Canada. Monday, July 17, :00-2:30 PM ET TRANSPORTATION RESEARCH BOARD Pavement Management Practices in the US and Canada Monday, July 17, 2017 1:00-2:30 PM ET The Transportation Research Board has met the standards and requirements of the Registered

More information

Project Title: Using Truck GPS Data for Freight Performance Analysis in the Twin Cities Metro Area Prepared by: Chen-Fu Liao (PI) Task Due: 12/31/2013

Project Title: Using Truck GPS Data for Freight Performance Analysis in the Twin Cities Metro Area Prepared by: Chen-Fu Liao (PI) Task Due: 12/31/2013 Project Title: Using Truck GPS Data for Freight Performance Analysis in the Twin Cities Metro Area Prepared by: Chen-Fu Liao (PI) Task Due: 12/31/2013 TASK #5: IDENTIFY FREIGHT NODE, FREIGHT SIGNIFICANT

More information

Presented to : I 710 Project Committee June 30, 2011

Presented to : I 710 Project Committee June 30, 2011 Presented to : I 710 Project Committee June 30, 2011 Overview Metro s Public Private Partnership (PPP) program Traffic Effects of Tolling Trucks on I 710 Statutory Authority for Tolling Interstate Highways

More information

9. TRAVEL FORECAST MODEL DEVELOPMENT

9. TRAVEL FORECAST MODEL DEVELOPMENT 9. TRAVEL FORECAST MODEL DEVELOPMENT To examine the existing transportation system and accurately predict impacts of future growth, a travel demand model is necessary. A travel demand model is a computer

More information

MAP 21 Freight Provisions and Seaports

MAP 21 Freight Provisions and Seaports MAP 21 Freight Provisions and Seaports September 20, 2012 American Association of Port Authorities 703.684.5700 www.aapa-ports.org 3 New Freight Eligibility in Core Highway Formula Programs Surface Transportation

More information

Washington State DOT: Pavement and Bridge Performance NPRM Comments for federal docket,

Washington State DOT: Pavement and Bridge Performance NPRM Comments for federal docket, MAP-21 NPRM for National Performance Management Measures; Assessing Pavement Condition for the National Highway Performance Program and Bridge Condition for the National Highway Performance Program The

More information

INVITATION TO BID FOR TRAFFIC COUNT SERVICES

INVITATION TO BID FOR TRAFFIC COUNT SERVICES INVITATION TO BID FOR TRAFFIC COUNT SERVICES Notice is hereby given that the Berkshire Regional Planning Commission will receive bids for services to perform vehicle traffic counts. All bids must be original

More information

Proposed Comprehensive Update to the State of Rhode Island s Congestion Management Process

Proposed Comprehensive Update to the State of Rhode Island s Congestion Management Process Proposed Comprehensive Update to the State of Rhode Island s Statewide Planning Program January 2018 Summary Outline of of Action Steps 1. Develop Objectives for Congestion Management What is the desired

More information

The Highway Economic Requirements System (HERS): How HERS Works

The Highway Economic Requirements System (HERS): How HERS Works The Highway Economic Requirements System (HERS): How HERS Works presented to Committee for a Study of the Future Interstate Highway System presented by Rich Margiotta, Ph.D. December 20, 2016 What We ll

More information

Keep Roads and Bridges in Good Condition. Dennis Heckman, State Bridge Engineer. Tracker. Measures of Departmental Performance

Keep Roads and Bridges in Good Condition. Dennis Heckman, State Bridge Engineer. Tracker. Measures of Departmental Performance Keep Roads and Bridges in Good Condition Dennis Heckman, State Bridge Engineer Tracker Measures of Departmental Performance Missourians have said they want MoDOT to keep roads and bridges in good condition.

More information

ACTION TRANSMITTAL

ACTION TRANSMITTAL ACTION TRANSMITTAL 2016-07 DATE: December 4, 2015 TO: FROM: TAC Planning MTS Staff PREPARED BY: Rachel Wiken (651) 602-1572 SUBJECT: REQUESTED ACTION: RECOMMENDED MOTION: Functional Class Change #1330

More information

NATMEC June 30, 2014 Anita Vandervalk, PE, PMP

NATMEC June 30, 2014 Anita Vandervalk, PE, PMP NATMEC June 30, 2014 Anita Vandervalk, PE, PMP Agenda 1. Florida s MPM Program 2. Research Efforts and Progress 3. Source Book 4. Transitioning to Real Time Data 5. Next Steps Importance of Mobility Providing

More information

Central Data Repository for Traffic Data Collection in Rural Areas and Corridors Supporting Freight Mobility

Central Data Repository for Traffic Data Collection in Rural Areas and Corridors Supporting Freight Mobility Central Data Repository for Traffic Data Collection in Rural Areas and Corridors Supporting Freight Mobility Tuesday, October 23, 2018 Michael Wieck International Road Dynamics Starting Point Technology

More information

APPENDIX D. Glossary D-1

APPENDIX D. Glossary D-1 APPENDIX D Glossary D-1 Glossary of Transportation Planning Terms ANNUAL AVERAGE DAILY TRAFFIC (AADT): The total number of vehicles passing a given location on a roadway over the course of one year, divided

More information

SR 60 Grade Separation over CSX Railroad Traffic Technical Memorandum

SR 60 Grade Separation over CSX Railroad Traffic Technical Memorandum To: Marlon Bizerra, PE From: Thirulokesh Krishnan Email: thirulokesh.krishnan@atkinsglobal.com Phone: 210.321.2019 Date: Nov 25, 2014 Ref: cc: Kim Warren, Doug Reed, PE Subject: SR 60 Grade Separation

More information

MINNESOTA. Jurisdictional Realignment Project Final Report

MINNESOTA. Jurisdictional Realignment Project Final Report MINNESOTA Jurisdictional Realignment Project Final Report November 2012 Table of Contents Executive Summary... 1 Objective... 1 Approach... 1 Prior studies... 2 Phase 1 Assigning the right roads to the

More information

Standardization of Travel Demand Models

Standardization of Travel Demand Models Standardization of Travel Demand Models TNMUG Meeting November 14, 2013 The North Carolina Experience Leta F. Huntsinger, Ph.D., P.E. and Rhett Fussell, P.E. Background } North Carolina Profile } 18 MPOs,

More information

Project Prioritization for Urban and Rural Projects TEAM CONFERENCE March 7, 2018

Project Prioritization for Urban and Rural Projects TEAM CONFERENCE March 7, 2018 Project Prioritization for Urban and Rural Projects 2018 TEAM CONFERENCE March 7, 2018 Challenge Limited funding for transportation improvements requires strategic selection of projects to ensure resource

More information

SHIFT Model Training: Scenario 5A

SHIFT Model Training: Scenario 5A SHIFT Model Training: Scenario 5A ITTS Freight in the Southeast Conference 2017 Liza Amar February 15 th 2017 Overview SHIFT Model Scope Model Scenario Examples Coding the Scenario Running the Model Evaluating

More information

SHIFT Model Training: Scenario 3A

SHIFT Model Training: Scenario 3A SHIFT Model Training: Scenario 3A ITTS Freight in the Southeast Conference 2017 Liza Amar February 15 th 2017 Overview SHIFT Model Scope Model Scenario Examples Coding the Scenario Running the Model Evaluating

More information

Metropolitan Planning Organization Safety Performance Measures Fact Sheet

Metropolitan Planning Organization Safety Performance Measures Fact Sheet waco mpo Metropolitan Planning Organization Safety Performance Measures Fact Sheet Safety Performance Measures The Safety Performance Management Measures regulation supports the Highway Safety Improvement

More information

6.0 CONGESTION HOT SPOT PROBLEM AND IMPROVEMENT TRAVEL DEMAND MODEL ANALYSIS

6.0 CONGESTION HOT SPOT PROBLEM AND IMPROVEMENT TRAVEL DEMAND MODEL ANALYSIS 6.0 CONGESTION HOT SPOT PROBLEM AND IMPROVEMENT TRAVEL DEMAND MODEL ANALYSIS 6.1 MODEL RUN SUMMARY NOTEBOOK The Model Run Summary Notebook (under separate cover) provides documentation of the multiple

More information

Appendix O Level of Service Standard and Measurements

Appendix O Level of Service Standard and Measurements July 8, 2016 Appendix O. Appendix O Standard and Measurements Definition Level of service (LOS) is a mechanism used to determine how well a transportation facility is operating from a traveler s perspective.

More information

FUNCTIONAL CLASSIFICATION PROCESS

FUNCTIONAL CLASSIFICATION PROCESS FUNCTIONAL CLASSIFICATION PROCESS Roadway Functional Classification System Functional classification is the process by which the local, state and nation s street and highway network is ranked according

More information

APPENDIX B. Public Works and Development Engineering Services Division Guidelines for Traffic Impact Studies

APPENDIX B. Public Works and Development Engineering Services Division Guidelines for Traffic Impact Studies APPENDIX B Public Works and Development Engineering Services Division Guidelines for Traffic Impact Studies Revised December 7, 2010 via Resolution # 100991 Reformatted March 18, 2011 TABLE OF CONTENTS

More information

Transit Signal Priority in the Denver Metro. Bart Przybyl, P.E., PTOE

Transit Signal Priority in the Denver Metro. Bart Przybyl, P.E., PTOE Transit Signal Priority in the Denver Metro Bart Przybyl, P.E., PTOE BACKGROUND DRCOG Denver Regional Council of Governments RTD Regional Transportation District (Transit Authority) 2007 DRCOG/RTD Transit

More information

Process to Identify High Priority Corridors for Access Management Near Large Urban Areas in Iowa Using Spatial Data

Process to Identify High Priority Corridors for Access Management Near Large Urban Areas in Iowa Using Spatial Data Process to Identify High Priority Corridors for Access Management Near Large Urban Areas in Iowa Using Spatial Data David J. Plazak and Reginald R. Souleyrette Center for Transportation Research and Education

More information

TRANSPORTATION RESEARCH BOARD. Design of Interchange Loop Ramps and Pavement/ Shoulder Cross-Slope Breaks. Monday, November 13, :00-3:30PM ET

TRANSPORTATION RESEARCH BOARD. Design of Interchange Loop Ramps and Pavement/ Shoulder Cross-Slope Breaks. Monday, November 13, :00-3:30PM ET TRANSPORTATION RESEARCH BOARD Design of Interchange Loop Ramps and Pavement/ Shoulder Cross-Slope Breaks Monday, November 13, 2017 2:00-3:30PM ET The Transportation Research Board has met the standards

More information

Final Report. Improving Mobility Information with Better Data and Estimation Procedures

Final Report. Improving Mobility Information with Better Data and Estimation Procedures Improving the Quality of Life by Enhancing Mobility University Transportation Center for Mobility DOT Grant No. DTRT06-G-0044 Improving Mobility Information with Better Data and Estimation Procedures Final

More information

Updating Virginia s Statewide Functional Classification System. Briefing to MPOs, PDCs, and Local Governments

Updating Virginia s Statewide Functional Classification System. Briefing to MPOs, PDCs, and Local Governments Updating Virginia s Statewide Functional Classification System Briefing to MPOs, PDCs, and Local Governments October 15 & 19, 2012 Functional Class 101 Shelton s FC Game Research Phase Today s Review New

More information

APPENDIX H: TRAVEL DEMAND MODEL VALIDATION AND ANALYSIS

APPENDIX H: TRAVEL DEMAND MODEL VALIDATION AND ANALYSIS APPENDIX H: TRAVEL DEMAND MODEL VALIDATION AND ANALYSIS Travel demand models (TDM) simulate current travel conditions and forecast future travel patterns and conditions based on planned system improvements

More information

CHAPTER 5. City of Greensburg Comprehensive Plan. Introduction. Transportation Goals & Objectives

CHAPTER 5. City of Greensburg Comprehensive Plan. Introduction. Transportation Goals & Objectives CHAPTER 5 TRANSPORTATION Introduction The transportation system forms the backbone of the community. I-74 provides the community with connections to larger metropolitan areas such as Indianapolis and Cincinnati.

More information

HCM 6th Edition Planning and Preliminary Engineering Applications Guide (PPEAG) to the HCM Bringing Back-of-the-Envelope Back.

HCM 6th Edition Planning and Preliminary Engineering Applications Guide (PPEAG) to the HCM Bringing Back-of-the-Envelope Back. HCM 6th Edition Planning and Preliminary Engineering Applications Guide (PPEAG) to the HCM Bringing Back-of-the-Envelope Back April, 2017 Potential Use of the HCM in Planning The HCM is commonly used to

More information

Massive GPS Travel Pattern Data for Urban Congestion Relief in the Twin Cities

Massive GPS Travel Pattern Data for Urban Congestion Relief in the Twin Cities Massive GPS Travel Pattern Data for Urban Congestion Relief in the Twin Cities 27th Annual CTS Transportation Research Conference Paul Morris, PE SRF Consulting Group, Inc. November 3, 2016 Project Location

More information

Freight Transportation Planning and Modeling Spring 2012

Freight Transportation Planning and Modeling Spring 2012 Freight Model Validation Techniques Abstract Several reviews of validation techniques for statewide passenger and freight models have been published over the past several years. In this paper I synthesize

More information

INTERACTIVE HIGHWAY SAFETY DESIGN MODEL (IHSDM)

INTERACTIVE HIGHWAY SAFETY DESIGN MODEL (IHSDM) INTERACTIVE HIGHWAY SAFETY DESIGN MODEL (IHSDM) TSITE 2016 Winter Meeting Nashville, TN February 25, 2016 AGENDA Project History IHSDM: Background & Overview IHSDM: Interstate 24 Model IHSDM: Interstate

More information

AMPO Annual Conference Session: Performance (Part 1) October 18, 2017 Savannah, GA

AMPO Annual Conference Session: Performance (Part 1) October 18, 2017 Savannah, GA AMPO Annual Conference Session: Performance (Part 1) October 18, 2017 Savannah, GA Introduction: North Jersey Transportation Planning Authority NJTPA Congestion Management Process Study Goals Analysis

More information

KANSAS WORK ZONE SAFETY AND MOBILITY PROCESSES AND PROCEDURES

KANSAS WORK ZONE SAFETY AND MOBILITY PROCESSES AND PROCEDURES KANSAS WORK ZONE SAFETY AND MOBILITY PROCESSES AND PROCEDURES Bureau of Transportation Safety and Technology 700 SW Harrison, Topeka, KS 66603 July 30, 2008 Definitions Significant Project All Federal-aid

More information

Overview of the Draft Highway Primary Freight Network. November 20, :00 2:30 pm ET Coral Torres Ed Strocko

Overview of the Draft Highway Primary Freight Network. November 20, :00 2:30 pm ET Coral Torres Ed Strocko Overview of the Draft Highway Primary Freight Network November 20, 2013 1:00 2:30 pm ET Coral Torres Ed Strocko 1 MAP-21 Language for Designation of National Freight Network In general: The Secretary shall

More information

May 20, 2015 Russ Dudley VDOT - Local Assistance Division. May 20, 2015 Todd Halacy VDOT - Local Assistance Division

May 20, 2015 Russ Dudley VDOT - Local Assistance Division. May 20, 2015 Todd Halacy VDOT - Local Assistance Division NHS Performance Metrics: MAP-21 Transportation Performance Management Assessing Pavement and Bridge Condition for the National Highway Performance Program May 20, 2015 Russ Dudley VDOT - Local Assistance

More information

OKI Congestion Management System Analysis. Data Collection Report Year 1

OKI Congestion Management System Analysis. Data Collection Report Year 1 OKI Congestion Management System Analysis Data Collection Report Year 1 May 2002 Prepared by the Ohio-Kentucky-Indiana Regional Council of Governments Acknowledgments Title OKI Congestion Management System

More information

MAP-21 themes. Strengthens America s highway and public transportation systems. Creates jobs and supports economic growth

MAP-21 themes. Strengthens America s highway and public transportation systems. Creates jobs and supports economic growth MAP-21 themes Strengthens America s highway and public transportation systems Creates jobs and supports economic growth Supports the Department s aggressive safety agenda Simplifies and focuses the Federal

More information

Changing to an Operations-Based Approach of Managing ITS. Bob Edelstein and Dan Corey

Changing to an Operations-Based Approach of Managing ITS. Bob Edelstein and Dan Corey Changing to an Operations-Based Approach of Managing ITS Bob Edelstein and Dan Corey For a Great Webinar Mute Your Phone Until Instructed Do Not Place Your Phone on Hold Participate Ask Questions Through

More information

OPEN DATA & PROJECT TRACKER. Michael Chamberlain TPP, Data Management

OPEN DATA & PROJECT TRACKER. Michael Chamberlain TPP, Data Management OPEN DATA & PROJECT TRACKER Michael Chamberlain TPP, Data Management October 11, 017 Table of contents 1 People 3 Attributes 4 3 Locations 5 4 Systems 6 5 Reports 7-8 6 Applications 8-13 7 Closing 14 Data

More information

MOBILITY AND ALTERNATIVES ANALYSIS

MOBILITY AND ALTERNATIVES ANALYSIS 6 MOBILITY AND ALTERNATIVES ANALYSIS BACK OF SECTION DIVIDER 6.0 Mobility and Alternatives Analysis Travel demand analysis provides a framework for the identification of transportation facilities and services

More information

NCHRP 3-88 Guidelines for Ramp and Interchange Spacing

NCHRP 3-88 Guidelines for Ramp and Interchange Spacing Session 312 Updates on NCHRP-Funded Geometric Design Research Projects NCHRP 3-88 Guidelines for Ramp and Interchange Spacing Brian L. Ray, PE Kittelson & Associates, Inc Portland, Oregon bray@ kittelson.com

More information

Refined Statewide California Transportation Model. Progress Report November 2009

Refined Statewide California Transportation Model. Progress Report November 2009 Refined Statewide California Transportation Model Progress Report November 2009 Study area - the State of California. Forecast trips made on a typical fall / spring weekday i.e. when schools are in session.

More information

Long Range Transportation Plan Project Status Update

Long Range Transportation Plan Project Status Update HEPMPO Webinar Meeting Long Range Transportation Plan Project Status Update Michael Baker Jr., Inc. Foursquare Integrated Transportation Planning December 4, 2013 1 Meeting Agenda 1. Project Overview 2.

More information

Work Zone Safety Performance Measures for Virginia

Work Zone Safety Performance Measures for Virginia Work Zone Safety Performance Measures for Virginia http://www.virginiadot.org/vtrc/main/online_reports/pdf/16-r1.pdf YOUNG-JUN KWEON, Ph.D., P.E. Senior Research Scientist Virginia Transportation Research

More information

TRANSPORTATION RESEARCH BOARD. Development and Management of Sustainable Information Portals. Wednesday, May 2, :00-2:30 PM ET

TRANSPORTATION RESEARCH BOARD. Development and Management of Sustainable Information Portals. Wednesday, May 2, :00-2:30 PM ET TRANSPORTATION RESEARCH BOARD Development and Management of Sustainable Information Portals Wednesday, May 2, 2018 1:00-2:30 PM ET The Transportation Research Board has met the standards and requirements

More information

What is the Dakota County Principal Arterial Study?

What is the Dakota County Principal Arterial Study? What is the Dakota County Principal Arterial Study? The Dakota County is underway and will address future designations of certain highways as Principal Arterials. What Are Principal Arterials? Principal

More information

CLOGGED ARTERIES: AN EMPIRICAL APPROACH FOR IDENTIFYING AND ADDRESSING LOCALIZED HIGHWAY CONGESTION BOTTLENECKS

CLOGGED ARTERIES: AN EMPIRICAL APPROACH FOR IDENTIFYING AND ADDRESSING LOCALIZED HIGHWAY CONGESTION BOTTLENECKS CLOGGED ARTERIES: AN EMPIRICAL APPROACH FOR IDENTIFYING AND ADDRESSING LOCALIZED HIGHWAY CONGESTION BOTTLENECKS Vivek Sakhrani, PhD, CPCS Transcom Inc. (USA) Tufayel Chowdhury, CPCS Transcom Limited (Canada)

More information

TRANSPORTATION PROJECT REPORT DRAFT CONCEPTUAL ACCESS MODIFICATION PROPOSAL OCTOBER 2002

TRANSPORTATION PROJECT REPORT DRAFT CONCEPTUAL ACCESS MODIFICATION PROPOSAL OCTOBER 2002 TRANSPORTATION INTERSTATE 87 INTERCHANGE 11A TOWN OF MALTA SARATOGA COUNTY, NY DRAFT CONCEPTUAL ACCESS MODIFICATION PROPOSAL OCTOBER 2002 PROJECT REPORT NEW YORK STATE DEPARTMENT OF TRANSPORTATION JOSEPH

More information

INTERSTATE CORRIDOR PLANNING

INTERSTATE CORRIDOR PLANNING INTERSTATE CORRIDOR PLANNING Prioritization of Corridor Studies July 29, 2015 Importance of the Interstate System Texas is an integral part of the national interstate system. The interstate system provides

More information

SHIFT ODME Model & Utilities. Prepared For: Institute for Trade and Transportation Studies

SHIFT ODME Model & Utilities. Prepared For: Institute for Trade and Transportation Studies SHIFT ODME Model & Utilities Prepared For: Institute for Trade and Transportation Studies Developed January 2016 Updated February 2017 Table of Contents Section 1 Introduction... 1-1 1.1 Purpose of Model...

More information

INSIDE THIS ISSUE. mctrans.ce.ufl.edu VOLUME 64 \\ OCTOBER Streets Heat Map Freeways Animation HSM Supplement

INSIDE THIS ISSUE. mctrans.ce.ufl.edu VOLUME 64 \\ OCTOBER Streets Heat Map Freeways Animation HSM Supplement mctrans.ce.ufl.edu INSIDE THIS ISSUE McTrans Center University of Florida Civil & Coastal Engineering PO Box 116585 Gainesville, FL 32611-6585 Streets Heat Map Freeways Animation HSM Supplement Phone:

More information

TRANSPORTATION RESEARCH BOARD. Structural Design of Porous Asphalt Pavements. Tuesday, July 17, :00-3:30 PM ET

TRANSPORTATION RESEARCH BOARD. Structural Design of Porous Asphalt Pavements. Tuesday, July 17, :00-3:30 PM ET TRANSPORTATION RESEARCH BOARD Structural Design of Porous Asphalt Pavements Tuesday, July 17, 2018 2:00-3:30 PM ET The Transportation Research Board has met the standards and requirements of the Registered

More information

Estimating Freight Activity on Major Highways with the Freight Analysis Framework (FAF)

Estimating Freight Activity on Major Highways with the Freight Analysis Framework (FAF) Bureau of Transportation Statistics Estimating Freight Activity on Major Highways with the Freight Analysis Framework (FAF) Geospatial Interest Group of the Federal Committee on Statistical Methodology

More information

OHIO TRAFFIC FORECASTING MANUAL. Module 2: Traffic Forecasting Methodologies

OHIO TRAFFIC FORECASTING MANUAL. Module 2: Traffic Forecasting Methodologies OHIO TRAFFIC FORECASTING MANUAL Module 2: Traffic Forecasting Methodologies TRAINING ORGANIZATION Ohio Traffic Forecasting Training Modules Module 1: Traffic Forecasting Background Policy, Administrative

More information

TRANSPORTATION IMPACT STUDIES

TRANSPORTATION IMPACT STUDIES January 28, 2009 POLICIES AND PROCEDURES FOR TRANSPORTATION IMPACT STUDIES Related to Highway Occupancy Permits Pennsylvania Department of Transportation Bureau of Highway Safety and Traffic Engineering

More information

Metropolitan Planning Organization Safety Performance Measures Fact Sheet

Metropolitan Planning Organization Safety Performance Measures Fact Sheet Metropolitan Planning Organization Safety Fact Sheet Safety The Safety Performance Management Measures regulation supports the Highway Safety Improvement Program (HSIP) and requires State Departments of

More information

PORT OF FERNANDINA TRUCK CIRCULATION STUDY

PORT OF FERNANDINA TRUCK CIRCULATION STUDY OCTOBER 2015 PREPARED FOR: I. Introduction... 1 II. Study Area... 1 III. Field Data Collection... 3 IV. Existing Traffic... 5 V. Truck Circulation Analysis... 8 VI. Peak Hour Intersection Analysis... 10

More information

Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning. Hiron Fernando, BSCE. A Thesis CIVIL ENGINEERING

Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning. Hiron Fernando, BSCE. A Thesis CIVIL ENGINEERING Volume to Capacity Estimation of Signalized Road Networks for Metropolitan Transportation Planning by Hiron Fernando, BSCE A Thesis In CIVIL ENGINEERING Submitted to the Graduate Faculty of Texas Tech

More information

Eng. Benjamín Colucci-Ríos, PhD, PE, PTOE, FITE, API, JD

Eng. Benjamín Colucci-Ríos, PhD, PE, PTOE, FITE, API, JD An Overview of Innovative Safety Initiatives to Create Awareness and Save Lives on Puerto Rico Highways & Local Road Safety Checklist Eng. Benjamín Colucci-Ríos, PhD, PE, PTOE, FITE, API, JD benjamin.colucci1@upr.edu

More information

EVALUATION OF THIRD-PARTY TRAVEL TIME DATA IN TALLAHASSEE, FL

EVALUATION OF THIRD-PARTY TRAVEL TIME DATA IN TALLAHASSEE, FL EVALUATION OF THIRD-PARTY TRAVEL TIME DATA IN TALLAHASSEE, FL Charles R. Lattimer, PE, PMP Group Manager, Atkins North America 482 S. Keller Rd. Orlando FL 32810 (407) 806-4287, charles.lattimer@atkinsglobal.com

More information

Model Characteristics

Model Characteristics 1 General Model Design Highway Network/Traffic Analysis Zones (TAZs) Development of Synthetic Trip Tables Validation Procedures & Results Model Application (2003 & 2030) Review 2 Model Characteristics

More information

SERPM 7/DTA Application FSUTMS Users Group Meeting

SERPM 7/DTA Application FSUTMS Users Group Meeting SERPM 7/DTA Application FSUTMS Users Group Meeting Ana Elias, PhD, PE, PTOE Leigh Ann White, PE, PTOE June, 2015 www.jacobs.com worldwide Agenda 1. Mesoscopic Modelling and Cube Avenue Principles 2. Background

More information

NC State Freight Plan

NC State Freight Plan NC State Freight Plan NCARPO Quarterly Meeting January 26, 2017 Agenda NC Freight Tool Freight System Designation Update on Schedule and Tasks Next Steps 1 NC FREIGHT TOOL NC Freight Tool Overview Based

More information

FHWA-NJ ESTIMATION OF TRUCK VOLUMES AND FLOWS FINAL REPORT August 2004

FHWA-NJ ESTIMATION OF TRUCK VOLUMES AND FLOWS FINAL REPORT August 2004 ESTIMATION OF TRUCK VOLUMES AND FLOWS FINAL REPORT August 2004 FHWA-NJ-2004-027 Submitted by Dr. Maria P. Boile Assistant Professor Dept. Of Civil And Environmental Engineering Rutgers University Lazar

More information

Table of Contents PERMIAN BASIN MPO TIP 2

Table of Contents PERMIAN BASIN MPO TIP 2 Table of Contents Permian Basin MPO Membership and Structure... 3 Mission Statement... 3 Vision Statement... 3 Transportation Improvement Program (TIP)... 4 Year of Expenditure (YOE) Trends... 4 Total

More information

REQUIREMENTS WEBINAR FEBRUARY 20, :00 2:30 P.M.

REQUIREMENTS WEBINAR FEBRUARY 20, :00 2:30 P.M. ENHANCED NATIONAL HIGHWAY SYSTEM AND REQUIREMENTS WEBINAR FEBRUARY 20, 2013 1:00 2:30 P.M. Webinar Housekeeping Tips There is a designated time at the end of the presentation for questions and answers.

More information

STATEWIDE TRAFFIC ANALYSIS AND REPORTING SYSTEM (STARS II)

STATEWIDE TRAFFIC ANALYSIS AND REPORTING SYSTEM (STARS II) STATEWIDE TRAFFIC ANALYSIS AND REPORTING SYSTEM (STARS II) Transportation Planning and Programming Division (TPP) June 15th-17th, 2016 Planning Data & Analysis March 31, 2016 Overview: Why is STARS II

More information

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT

More information

INDIANA S INTERMODAL MANAGEMENT SYSTEM Stephen C. Smith Planning Manager, Transportation Planning Division Indiana Department of Transportation

INDIANA S INTERMODAL MANAGEMENT SYSTEM Stephen C. Smith Planning Manager, Transportation Planning Division Indiana Department of Transportation 96 INDIANA S INTERMODAL MANAGEMENT SYSTEM Stephen C. Smith Planning Manager, Transportation Planning Division Indiana Department of Transportation Indiana is in the process of developing an Intermodal

More information

I-270 NORTH EA PERFORMANCE MEASURES IN NEPA

I-270 NORTH EA PERFORMANCE MEASURES IN NEPA I-270 NORTH EA PERFORMANCE MEASURES IN NEPA Buddy Desai, PE CH2M St. Louis THE ISSUE US State Departments of Transportation continue to struggle with addressing current and emerging problems with increasingly

More information

Dec 20, 2007 Operations Performance Measures Conference Call

Dec 20, 2007 Operations Performance Measures Conference Call Dec 20, 2007 Operations Performance Measures Conference Call Required Accuracy of Measures Performance Measure Traffic Engineering Transportation Planning Applications Traffic Management OPERATIONS Traveler

More information

Operations in the 21st Century DOT Meeting Customers Needs and Expectations

Operations in the 21st Century DOT Meeting Customers Needs and Expectations Operations in the 21st Century DOT Meeting Customers Needs and Expectations 1 Purpose of this Meeting: Share Thoughts & Discuss Challenges brought about by the changing transportation environment and public

More information

MOTORIZED TRAFFIC DATA (SHORT DURATION COUNT) SITE SELECTION STUDY AND STRATEGIC PLAN DEVELOPMENT PROJECT

MOTORIZED TRAFFIC DATA (SHORT DURATION COUNT) SITE SELECTION STUDY AND STRATEGIC PLAN DEVELOPMENT PROJECT Final Report MOTORIZED TRAFFIC DATA (SHORT DURATION COUNT) SITE SELECTION STUDY AND STRATEGIC PLAN DEVELOPMENT PROJECT by Washington State Transportation Center (TRAC) University of Washington, Box 354802

More information