Plowing the Streets of Pittsburgh

Size: px
Start display at page:

Download "Plowing the Streets of Pittsburgh"

Transcription

1 Plowing the Streets of Pittsburgh A Dynamic Route Planning System J. Kinable 1,2 W-J. van Hoeve 2 S.F. Smith 1 1 Robotics Institute - Carnegie Mellon University, USA 2 Tepper School of Business - Carnegie Mellon University, USA January 19, 2016 J. Kinable (Carnegie Mellon University) January 19, / 33

2

3 Motivation & Goals "Drivers have printed routing directions laying on the passenger seat. Most of them know the route (or an interpretation thereof) by heart." "A lot of time is lost due to emergency plow requests." "People complain that primary roads in their district are full of snow, while in other districts tertiary roads have already been serviced." J. Kinable (Carnegie Mellon University) January 19, / 33

4 Motivation (2) 1 Consumable resource costs: 4,3M$ (2014/2015), 3.3M$ (2013/2014) 2 Labor costs: 3.3M$ (2014/2015) 3 Equipment costs: 800K$ (2014/2015) 4 Snow and ice control staff: 275 safety economy environment Generalizes to street sweeping, street maintenance, garbage collection, etc. J. Kinable (Carnegie Mellon University) January 19, / 33

5 Goal Design a route planning system that issues optimized turn-by-turn instructions to the vehicles as they execute routes, and dynamically revises these plans as unexpected events force changes. J. Kinable (Carnegie Mellon University) January 19, / 33

6 Problem Description - Routes Road segments: start/end # lanes priority class shape driving speed directionality J. Kinable (Carnegie Mellon University) January 19, / 33

7 Problem Description - Vehicles Vehicles: Location Salt Capacity Fuel Capacity Salt economy Fuel economy J. Kinable (Carnegie Mellon University) January 19, / 33

8 Problem Description - Depots Depots: Location Salt (y/n) Fuel (y/n) J. Kinable (Carnegie Mellon University) January 19, / 33

9 Related models Chinese postman problem Vehicle routing with resource constraints Resource-constrained project scheduling with renewable and non-renewable resources For overview of Snow plowing literature, see N. Perrier, A. Langevin, et. al: [1, 2, 3, 4] Synchronized arc routing for snow plowing operations [5] City of Dieppe: 24,000 inhabitants, 462 intersections, 1,234 road segments ( 20% Downtown Pittsburgh) J. Kinable (Carnegie Mellon University) January 19, / 33

10 Model - Objective Objectives: 1 Makespan 2 Minimize deadheading 3 Weighted objective of Completion times per priority class J. Kinable (Carnegie Mellon University) January 19, / 33

11 Model - Constraints Constraints: 1 Vehicles start/end at depot 2 Every lane on a street segment must be covered, subject to traffic direction. 3 Renewable resource constraints: fuel, salt 4 Time constraints J. Kinable (Carnegie Mellon University) January 19, / 33

12 Model Job: 1 ID 2 start location 3 end location 4 duration 5 fuel & salt requirement Job types: 1 source depot job 2 target depot job 3 plow job 4 refuel job 5 resupply salt job J. Kinable (Carnegie Mellon University) January 19, / 33

13 Mathematical models Mixed Integer Programming Constraint Programming J. Kinable (Carnegie Mellon University) January 19, / 33

14 Mixed Integer Programming Model - Outline Variables: Three-index formulation: Vehicle k performs job j after job i. Variables recording resource utilization: time, salt, fuel Constraints: All plow jobs have to be performed, refuel/resupply jobs are optional Decide on direction for bidirectional jobs Resource constraints for fuel/salt/time J. Kinable (Carnegie Mellon University) January 19, / 33

15 Constraint Programming Model - Outline Variables: Job (interval) variables. Job to vehicle assignment variables Constraints (outline): Job sequencing constraints for each vehicle Alternative constraint for job to vehicle assignment Cumulative functions to manage resources J. Kinable (Carnegie Mellon University) January 19, / 33

16 Heuristic Constructive Heuristic Late Acceptance improvement heuristic J. Kinable (Carnegie Mellon University) January 19, / 33

17 Constructive Heuristic - Phase 1 1 Order jobs based on their priority 2 Constructively build schedules - Insert jobs 1 by 1? J. Kinable (Carnegie Mellon University) January 19, / 33

18 Constructive Heuristic - Phase 2 1 Insert Refuel and Resupply salt jobs Fuel Time?? J. Kinable (Carnegie Mellon University) January 19, / 33

19 Late acceptance improvement heuristic Quality (lower is better) Compare with solution L iterations ago Candidate solution Solution L iterations ago Iteration J. Kinable (Carnegie Mellon University) January 19, / 33

20 Late acceptance heuristic Moves: 1 Swap 2 Remove/insert Termination: 1 Time limit 2 Max number of non-improvements J. Kinable (Carnegie Mellon University) January 19, / 33

21 Experiments - Setup 1 Take 2 snapshots from OSM 2 Extract graph, pre-process and ensure Strong Connectivity 3 Execute routing algorithm J. Kinable (Carnegie Mellon University) January 19, / 33

22 Routing and Plowing Graph J. Kinable (Carnegie Mellon University) January 19, / 33

23 Experiments (4/22 instances) Kamin St: 1 28 intersections 2 45 plow jobs 3 plowing: 4mi 4 bidirectional: 38% mt Washington: intersections plow jobs 3 plowing: 52mi 4 bidirectional: 81% Residential: intersections plow jobs 3 plowing: 316mi 4 bidirectional: 64% Downtown: intersections plow jobs 3 plowing: 38mi 4 bidirectional: 38% J. Kinable (Carnegie Mellon University) January 19, / 33

24 Experiments J. Kinable (Carnegie Mellon University) January 19, / 33

25 Experiments - Kamin Coverage(%) :00:00 00:02:00 00:04:00 00:06:00 00:08:00 Time LA range LA average Constructive Heuristic CP 00:10:00 00:12:00 00:14:00 00:16:00 J. Kinable (Carnegie Mellon University) January 19, / 33

26 Experiments - Downtown Coverage(%) :00:00 00:10:00 00:20:00 00:30:00 00:40:00 00:50:00 Time LA range LA average Constructive Heuristic CP 01:00:00 01:10:00 01:20:00 01:30:00 J. Kinable (Carnegie Mellon University) January 19, / 33

27 Experiments - Mnt Washington Coverage(%) :00:00 00:10:00 00:20:00 00:30:00 00:40:00 00:50:00 01:00:00 Time 01:10:00 LA range LA average Constructive Heuristic CP 01:20:00 01:30:00 01:40:00 01:50:00 02:00:00 J. Kinable (Carnegie Mellon University) January 19, / 33

28 Experiments - Residential Coverage(%) :00:00 01:00:00 02:00:00 03:00:00 04:00:00 05:00:00 Time LA range LA average Constructive Heuristic 06:00:00 07:00:00 08:00:00 09:00:00 10:00:00 J. Kinable (Carnegie Mellon University) January 19, / 33

29 Experiments - Residential Pittsburgh solution Schedule completion time: 07:38:33 05:30:00 05:00:00 04:30:00 04:00:00 Pittsburgh Residential - Makespan (runtime 2h) Plowing Deadheading Pittsburgh Residential - Makespan (runtime 2h) Refuels Resupply salt U-turns Time 03:30:00 03:00:00 02:30:00 02:00:00 Value :30: Vehicle Vehicle J. Kinable (Carnegie Mellon University) January 19, / 33

30 Summary of preliminary results MIP not suitable: bounds are too weak CP works well for small instances Constructive heuristic finds reasonable solutions in ms. LA heuristic produces solutions of consistent quality Idea: Improve LA solutions with a CP-Large Neighborhood Search J. Kinable (Carnegie Mellon University) January 19, / 33

31 Future requirements 1 Road priorities 2 U-turns 3 Vehicle weight/width restrictions on roads 4 Efficient construction/updating of distance matrix 5 Adaptive system J. Kinable (Carnegie Mellon University) January 19, / 33

32 Bibliography I [1] N. Perrier, A. Langevin, and J. F. Campbell, A survey of models and algorithms for winter road maintenance. part i: system design for spreading and plowing. Computers & Operations Research, vol. 33, pp , [2], A survey of models and algorithms for winter road maintenance. part ii: system design for snow disposal, Computers & Operations Research, vol. 33, no. 1, pp , [3], A survey of models and algorithms for winter road maintenance. part iii: Vehicle routing and depot location for spreading, Computers & Operations Research, vol. 34, no. 1, pp , J. Kinable (Carnegie Mellon University) January 19, / 33

33 Bibliography II [4], A survey of models and algorithms for winter road maintenance. part iv: Vehicle routing and fleet sizing for plowing and snow disposal, Computers & Operations Research, vol. 34, no. 1, pp , [5] M. A. Salazar-Aguilar, A. Langevin, and G. Laporte, Synchronized arc routing for snow plowing operations. Computers & Operations Research, vol. 39, no. 7, pp , J. Kinable (Carnegie Mellon University) January 19, / 33

A CORRIDOR-BASED EMERGENCY EVACUATION SYSTEM FOR WASHINGTON D.C.: SYSTEM DEVELOPMENT AND CASE STUDY

A CORRIDOR-BASED EMERGENCY EVACUATION SYSTEM FOR WASHINGTON D.C.: SYSTEM DEVELOPMENT AND CASE STUDY Liu, Chang, Liu, and Lai 1 A CORRIDOR-BASED EMERGENCY EVACUATION SYSTEM FOR WASHINGTON D.C.: SYSTEM DEVELOPMENT AND CASE STUDY Yue Liu Department of Civil Engineering The University of Maryland, College

More information

Current SEI SAT Initiative Technology Investigations. Architecture-Related Technology. Current SEI SAT Initiative Technology Investigations 5/1/2008

Current SEI SAT Initiative Technology Investigations. Architecture-Related Technology. Current SEI SAT Initiative Technology Investigations 5/1/2008 Current SEI SAT Initiative Technology Investigations Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Phil Bianco, Andres Diaz-Pace May 1 st, 2008 2008 Carnegie Mellon University

More information

Optimized Residential Loads Scheduling Based On Dynamic Pricing Of Electricity : A Simulation Study

Optimized Residential Loads Scheduling Based On Dynamic Pricing Of Electricity : A Simulation Study Optimized Residential Loads Scheduling Based On Dynamic Pricing Of Electricity : A Simulation Study Chris Ogwumike, Ahmad Modibbo and Mouloud Denai School of Science and Engineering, Teesside University,

More information

preliminary master plan Cover Slide executive summary public presentation

preliminary master plan Cover Slide executive summary public presentation preliminary master plan public presentation executive summary Cover Slide {agenda} + Master Plan Process + Context and Overviews + Preliminary Concepts - Entry/Gateways - Core District - Streetscape +

More information

FlameGard 5 UV/IR HART

FlameGard 5 UV/IR HART FlameGard 5 UV/IR HART HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

FlameGard 5 MSIR HART

FlameGard 5 MSIR HART FlameGard 5 MSIR HART Multi-Spectral Infrared Flame Detector HART Communication with the FlameGard 5 Multi-spectral Infrared Detector The information and technical data disclosed in this document may be

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction This chapter presents an introductory background to the research work undertaken, the problem statement, research issues involved and objectives of the research work. The contribution

More information

Decision Making Process with More than 400 Stakeholders: How to Manage Resistance to Change

Decision Making Process with More than 400 Stakeholders: How to Manage Resistance to Change Decision Making Process with More than 400 Stakeholders: How to Manage Resistance to Change International Downtown Association 2013 Table of content Plaza Saint-Hubert and its marquee Similar cases in

More information

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group Intrusion Detection System: Facts, Challenges and Futures By Gina Tjhai 13 th March 2007 Network Research Group 1 Overview Introduction Challenges of current IDS Potential solutions Alarm Correlation Existing

More information

Alarm Benchmark Module By Konnection Introduction Overview Description

Alarm Benchmark Module By Konnection Introduction Overview Description Introduction 1 Overview 1 Description 1 Known Compatible Database Versions 1 Supported Ignition Versions 2 Component Listing 2 Getting Started 2 Requirements 2 How to Use 2 Terminology 2 Trial Limitations

More information

ARIZONA HISTORICAL SOCIETY 949 East Second Street Library and Archives Tucson, AZ (520)

ARIZONA HISTORICAL SOCIETY 949 East Second Street Library and Archives Tucson, AZ (520) ARIZONA HISTORICAL SOCIETY 949 East Second Street Library and Archives Tucson, AZ 85719 (520) 617-1157 ahsref@azhs.gov DESCRIPTION MS 1173 Tucson Regional Plan, Inc. Papers, 1939-1980 Collection consists

More information

Advance Warning Flasher System at High Speed

Advance Warning Flasher System at High Speed Evaluation of Integrated t Platoon-Priority Pi it and Advance Warning Flasher System at High Speed Intersections Dr. Henry Liu Sundeep Bhimireddy Department of Civil Engineering University of Minnesota,

More information

State Machine Modeling of TPED and TPPU. Mr. Ron Funk (DRDC) Mr. Rick Sorensen (Vitech Corp.) NDIA 8 th Sys Engr Conference, San Diego 27 October 2005

State Machine Modeling of TPED and TPPU. Mr. Ron Funk (DRDC) Mr. Rick Sorensen (Vitech Corp.) NDIA 8 th Sys Engr Conference, San Diego 27 October 2005 State Machine Modeling of TPED and TPPU Defence Research and Development Canada Mr. Ron Funk (DRDC) Mr. Rick Sorensen (Vitech Corp.) NDIA 8 th Sys Engr Conference, San Diego 27 October 2005 Recherche et

More information

AASHTO Board of Directors. Standing Committees (Functional Areas): Finance and Administration. Highway Traffic Safety. Performance.

AASHTO Board of Directors. Standing Committees (Functional Areas): Finance and Administration. Highway Traffic Safety. Performance. AASHTO Board of Directors Executive Committee Standing Committees (Modal): Aviation Standing Committees (Functional Areas): Environment Special Committees: Intermodal and Economic Expansion Highways Finance

More information

Avigilon Control Center 5 System Integration Guide

Avigilon Control Center 5 System Integration Guide Avigilon Control Center 5 System Integration Guide for Paxton Net2 Access Control Systems 2014 Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with

More information

Recent BRANZFIRE enhancements and validation

Recent BRANZFIRE enhancements and validation Recent BRANZFIRE enhancements and validation Michael Spearpoint University of Canterbury Summary BRANZFIRE is a multi-compartment fire zone model that has been under development since 1996 predominately

More information

HIGHWAY DEPARTMENT: Planning and Programming Division: An Inventory of Its Transportation Planning Studies

HIGHWAY DEPARTMENT: Planning and Programming Division: An Inventory of Its Transportation Planning Studies MINNESOTA HISTORICAL SOCIETY Minnesota State Archives HIGHWAY DEPARTMENT: Planning and Programming Division: An Inventory of Its Transportation Planning Studies OVERVIEW OF THE RECORDS Agency: Minnesota.

More information

Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant

Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant Analysis of Constant Pressure and Constant Area Mixing Ejector Expansion Refrigeration System using R-1270 as Refrigerant Ravi Verma 1, Sharad Chaudhary 2 1, 2 Department of Mechanical Engineering, IET

More information

26/Old Dominion Task Force

26/Old Dominion Task Force 26/Old Dominion Task Force Meeting #9: March 21, 2019 Study Area Overview Staff Name, Department (DEPT ACRONYM) Preferred Scenarios Outline 1. Task Force Feedback from 3/7 2. Refined Concepts 3. Implementation

More information

Implementation Of Smart Water Sprinkler Using Fuzzy Soft Computing Techniques

Implementation Of Smart Water Sprinkler Using Fuzzy Soft Computing Techniques International Journal of Pure and Applied Mathematical Sciences. ISSN 0972-9828 Volume 10, Number 1 (2017), pp. 175-183 Research India Publications http://www.ripublication.com Implementation Of Smart

More information

presentations the week of the final exams. Anyone who misses the appointment will receive a grade of zero.

presentations the week of the final exams. Anyone who misses the appointment will receive a grade of zero. CS 116 Section 4 PROJECT Spring 2016 Grade: Up to 12 points. Rules: To be worked on individually. Must be presented to the instructor in person in order to be graded. Similar projects will both receive

More information

SIOUX FALLS FIRE RESCUE STRATEGIC PLAN

SIOUX FALLS FIRE RESCUE STRATEGIC PLAN SIOUX FALLS FIRE RESCUE The mission of Sioux Falls Fire Rescue is to protect the citizens and visitors of Sioux Falls and their property from fires and other emergencies through education, prevention,

More information

Chapter 4 - Preparation of Stormwater Site Plans

Chapter 4 - Preparation of Stormwater Site Plans Chapter 4 - Preparation of Stormwater Site Plans The Stormwater Site Plan is the comprehensive report containing all of the technical information and analysis necessary for the City to evaluate a proposed

More information

FIMD: Fine-grained Device-free Motion Detection

FIMD: Fine-grained Device-free Motion Detection ICPADS 2012 FIMD: Fine-grained Device-free Motion Detection Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science and Technology

More information

Sensor Placement Guidance for Small Utilities

Sensor Placement Guidance for Small Utilities Sensor Placement Guidance for Small Utilities Stacey Schal¹, L. Sebastian Bryson 2, Lindell Ormsbee³, Srinivasa Lingireddy⁴ 1 Research Assistant, Department of Civil Engineering, University of Kentucky,

More information

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM Available online at www.sciencedirect.com ScienceDirect Energy Procedia 61 (2014 ) 882 886 The 6 th International Conference on Applied Energy ICAE2014 INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH

More information

Overview of Southwestern Pennsylvania Commission s (SPC) 2040 Long Range Transportation Plan (LRTP)

Overview of Southwestern Pennsylvania Commission s (SPC) 2040 Long Range Transportation Plan (LRTP) Overview of Southwestern Pennsylvania Commission s (SPC) 2040 Long Range Transportation Plan (LRTP) Presented to Pennsylvania Agency Coordination Meeting May 27, 2015 Doug Smith & Ryan Gordon 1 Southwestern

More information

Phase I Redevelopment Plan. First Community Meeting

Phase I Redevelopment Plan. First Community Meeting Hoboken Terminal and Yard Phase I Redevelopment Plan First Community Meeting May 31, 2011 One Hudson Place Phase I Redevelopment Plan Redevelopment Plan First Community Meeting Agenda 1. Redevelopment

More information

Attachment 1 TOWN OF NEW TECUMSETH. Manual for the Preparation of an Urban Design Report

Attachment 1 TOWN OF NEW TECUMSETH. Manual for the Preparation of an Urban Design Report Attachment 1 TOWN OF NEW TECUMSETH Manual for the Preparation of an Urban Design Report July 2010 TABLE OF CONTENTS Background, Policy Framework and the Preparation of Urban Design Reports 1. Introduction

More information

For More Information

For More Information C O R P O R A T I O N THE ARTS CHILD POLICY CIVIL JUSTICE EDUCATION ENERGY AND ENVIRONMENT This PDF document was made available from www.rand.org as a public service of the RAND Corporation. Jump down

More information

Web Pages for Construction and Traveler Information Condition Reporting System 511 Phone Power. Data Processing and Response Formulation

Web Pages for Construction and Traveler Information Condition Reporting System 511 Phone Power. Data Processing and Response Formulation Existing Existing To Be Modified To Be Developed Not Applicable Visual Surveillance (e.g. CCTV) Traffic Detectors (excluding presence detectors at intersections for signal control) Dynamic Message Sign

More information

Certification of Thermographers

Certification of Thermographers CFPA-E No 3:2011 F Certification of Thermographers CFPA-E -GUIDELINES FOREWORD The European fire protection associations have decided to produce common guidelines in order to achieve similar interpretation

More information

MULTISITE. Multisite Activation. Microsoft Dynamics AX White Paper

MULTISITE. Multisite Activation. Microsoft Dynamics AX White Paper MULTISITE Microsoft Dynamics AX 2009 Multisite Activation White Paper Date: June 2008 Introduction... 3 Multisite activation... 4 Prerequisites... 4 Multisite activation update jobs... 5 Multisite activation

More information

LED LIGHTING DOWNTOWN OKEMOS

LED LIGHTING DOWNTOWN OKEMOS LED LIGHTING DOWNTOWN OKEMOS Michigan State University Practicum 2010 Agenda Introduction Project Background Site Background Importance of Illumination LED Advantages/Disadvantages Application in Other

More information

Comparing the Design of Two Yaletown Open Spaces:

Comparing the Design of Two Yaletown Open Spaces: Comparing the Design of Two Yaletown Open Spaces: An Evaluation of Design Elements and the Physical Environment Copyright Andrew Sherstone, 2011 A report submitted to the School of Urban and Regional Planning

More information

Dynamic Evacuation Guidance Considering Occupant Distribution

Dynamic Evacuation Guidance Considering Occupant Distribution Research Collection Conference Paper Dynamic Evacuation Guidance Considering Occupant Distribution Author(s): Lee, Minhyuck; Nan, Hyunwoo; Jun, Chulmin Publication Date: 2018-01-15 Permanent Link: https://doi.org/10.3929/ethz-b-000225598

More information

Global Residential Monitored Security Market: Size, Trends & Forecasts ( ) August 2018

Global Residential Monitored Security Market: Size, Trends & Forecasts ( ) August 2018 Global Residential Monitored Security Market: Size, Trends & Forecasts (2018-2022) August 2018 Global Residential Monitored Security Market:Coverage Executive Summary and Scope Introduction/Market Overview

More information

The Village of Shirlington

The Village of Shirlington The Village of Shirlington Suburban Smart Growth Without Rail Transit July 2018 Agenda History (1940 to present) Attributes and Outcomes Lessons Learned Setting the Stage Arlington County Arlington is

More information

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER

AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER AUTOMATIC CABLE SPOOLING for A ROBOTIC VACUUM CLEANER 1 Min-Chie Chiu, 2 Long-Jyi Yeh, and 2 Cheng-Chen Shih 1 Department of Automatic Control Engineering, Chungchou Institute of Technology. 2 Department

More information

ROOM THERMOSTATS KNX BASIC DOCUMENTATION

ROOM THERMOSTATS KNX BASIC DOCUMENTATION ROOM THERMOSTATS KNX BASIC DOCUMENTATION Contents 2 2 2 2 ABOUT THIS DOCUMENT Document use / request to the reader Target audience, prerequisites Glossary 59 59 60 62 63 HANDLING Mounting and installation

More information

Ashland BRT Environmental Assessment: logos of CTA, CDOT, Chicago Department of Housing and Economic Development

Ashland BRT Environmental Assessment: logos of CTA, CDOT, Chicago Department of Housing and Economic Development Ashland BRT Environmental Assessment: logos of CTA, CDOT, Chicago Department of Housing and Economic Development Overview The Chicago Transit Authority (CTA), in partnership with the Chicago Department

More information

The Process of Design. Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931

The Process of Design. Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931 The Process of Design Jason M. Keith Fuel Cells and Alternative Fuels Enterprise Michigan Technological University Houghton, MI 49931 Rationale for this Presentation Design is usually taught discipline-specific

More information

Sneak Preview: Siemens Controller Firmware X.58

Sneak Preview: Siemens Controller Firmware X.58 2017 Sneak Preview: Siemens Controller Firmware X.58 Siemens Traffic Controller firmware 3.58 ad 4.58 will be available in May of 2017. Here are some of the new features. - Michael Grunewald, PE, PTOE

More information

Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading Ratio

Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading Ratio International Journal of ChemTech Research CODEN( USA): IJCRGG ISSN : 0974-4290 Vol.4, No.4, pp 1633-1641, Oct-Dec 2012 Simulation Of Pneumatic Drying: Influence Of Particle Diameter And Solid Loading

More information

Scope of Work Urban Design Review Framework Monitoring Program Item #7.1

Scope of Work Urban Design Review Framework Monitoring Program Item #7.1 1.0 Background The Urban Design Review Framework (Framework) project (PUD2017-0601) explored design review protocols and processes, and proposed revisions to achieve better built outcomes. In 2017 July,

More information

ArchestrA Direct Connect

ArchestrA Direct Connect Table of Contents ArchestrA Direct Connect... 1 Introduction... 1 ArchestrA Direct Connection... 1 ArchestrA Data Source Definition... 2 Data Source Definition... 2 Importing Alarms from ArchestrA... 6

More information

Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170 as Refrigerant

Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170 as Refrigerant International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Performance Comparison of Ejector Expansion Refrigeration Cycle with Throttled Expansion Cycle Using R-170

More information

Tysons Circulator Study: Process and Preliminary Results Summary. March 2012

Tysons Circulator Study: Process and Preliminary Results Summary. March 2012 Tysons Circulator Study: Process and Preliminary Results Summary March 2012 Background: 1. The Comprehensive Plan for the Tysons Corner Urban Center calls for a System of Circulators in Tysons Corner to:

More information

Downtown Redevelopment Project Update

Downtown Redevelopment Project Update Downtown Redevelopment Project Update The redevelopment project will begin the week of September 4, 2017. It is anticipated that construction will be approximately 565 days, depending on weather. 7-6-18

More information

Potential Solutions to Transportation-Wildlife Conflicts An Overview. Tony Clevenger WTI Montana State University

Potential Solutions to Transportation-Wildlife Conflicts An Overview. Tony Clevenger WTI Montana State University Potential Solutions to Transportation-Wildlife Conflicts An Overview Tony Clevenger WTI Montana State University Effects on wildlife Habitat loss Wildlife mortality Decrease habitat quality Habitat fragmentation

More information

2008 MS Electrical Engineering Vanderbilt University, Nashville, Tennessee

2008 MS Electrical Engineering Vanderbilt University, Nashville, Tennessee ENGINEER: ELECTRICAL STEPHEN W. COLLINGS, MSEE, PE, CFEI Post Office Box 682425 Franklin, TN 37068-2425 Telephone: (615) 915-5255 scollings@edtengineers.com EDUCATION: 2008 MS Electrical Engineering Vanderbilt

More information

1 Automotive Sensor System Architectures

1 Automotive Sensor System Architectures smart microwave sensors GmbH 1 Automotive System Architectures 1.1 Vehicle (Moving Platform) Applications In vehicle (moving platform) applications, usually the sensor output is a list of detected targets

More information

Measure Lifetime Derived from a Field Study of Age at Replacement

Measure Lifetime Derived from a Field Study of Age at Replacement Measure Lifetime Derived from a Field Study of Age at Replacement David Robison, MicroGrid David Cohan Bruce True, Portland General Electric The traditional engineering technique for estimating the expected

More information

DRAFT Anan Wildlife Observatory Recreation Site Master Plan. Prepared by: Wrangell Ranger District Tongass National Forest Alaska

DRAFT Anan Wildlife Observatory Recreation Site Master Plan. Prepared by: Wrangell Ranger District Tongass National Forest Alaska DRAFT Anan Wildlife Observatory Recreation Site Master Plan Prepared by: Wrangell Ranger District Tongass National Forest Alaska December, 2015 Signature Sheet Approved: James King Director of Recreation,

More information

Bioregional Urbanism: Connecting Scientific Metrics to Design

Bioregional Urbanism: Connecting Scientific Metrics to Design Bioregional Urbanism: Connecting Scientific Metrics to Design Sarah Howard, LEED AP, Executive Director, Earthos Institute Philip N. Loheed, AIA, NCARB, President, Earthos Institute www.earthos-institute.us

More information

Project Overview. Washington s Most Exciting New Destination for Office and Retail PROPERTY GROUP PARTNERS

Project Overview. Washington s Most Exciting New Destination for Office and Retail PROPERTY GROUP PARTNERS Washington s Most Exciting New Destination for Office and Retail PROPERTY GROUP PARTNERS Washington s Most Exciting New Destination for Office and Retail 2.2 Million Square Feet 3 New City Blocks on a

More information

International Journal Of Core Engineering & Management (IJCEM) Volume 2, Issue 9, December 2015

International Journal Of Core Engineering & Management (IJCEM) Volume 2, Issue 9, December 2015 EXERGY ANALYSIS OF VAPOUR COMPRESSION REFRIGERATION CYCLE- A REVIEW Pradhumn Tiwari 1, Prakash Pandey 2 1 Pradhumn Tiwari Research Scholar, Maulana Azad Nation Institute of Technology, Bhopal, M.P, India

More information

Application Note. Application Note for BAYEX

Application Note. Application Note for BAYEX Application Note Application Note for BAYEX Preface This application note provides the user a more detailed description of the Bayesian statistical methodology available in Version 8.05 and above, of the

More information

Advanced Digital Signal Processing Part 4: DFT and FFT

Advanced Digital Signal Processing Part 4: DFT and FFT Advanced Digital Signal Processing Part 4: DFT and FFT Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical and Information Engineering Digital Signal

More information

The product segments Heating, ventilation, air conditioning. Control Products & Systems OEM.

The product segments Heating, ventilation, air conditioning. Control Products & Systems OEM. The product segments Heating, ventilation, air conditioning Control Products & Systems OEM www.siemens.com/buildingtechnologies-oem The right product for every application Siemens specializes in the development,

More information

EA-430 USER MANUAL. Version

EA-430 USER MANUAL. Version EA-430 USER MANUAL Version 2014.03.27 I. Product introduction The EA-430 driver fatigue alarm system is the most advanced noncontact method to capture infrared images of people s eyes and the PERCLOS algorithms

More information

TASK FORCE MEETING #6 SUMMARY

TASK FORCE MEETING #6 SUMMARY TASK FORCE MEETING #6 SUMMARY CITY OF REDWOOD CITY INNER HARBOR SPECIFIC PLAN Tuesday, January 14, 2013 7:00 P.M. 9:30 P.M. Seaport Conference Center, 459 Seaport Court, Redwood City, CA 94063 I. WELCOME

More information

A Method to Disaggregate Structural and Behavioral Determinants of Residential Electricity Consumption Stanford ARPA-E Buildings Research

A Method to Disaggregate Structural and Behavioral Determinants of Residential Electricity Consumption Stanford ARPA-E Buildings Research A Method to Disaggregate Structural and Behavioral Determinants of Residential Electricity Consumption Stanford ARPA-E Buildings Research Amir Kavousian, PhD Student Stanford University 1 Outline Background

More information

Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition

Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition Historic Asset Management A Decision Support Process for Balanced Consideration of Mission Utility, Historic Value, and Facility Condition Joe Lockerd; Cardno TEC Kurt Schweigert; Cardno TEC Adriane Fowler

More information

Methodology and Application of Pattern Mining in Multiple Alarm Flood Sequences

Methodology and Application of Pattern Mining in Multiple Alarm Flood Sequences Preprints of the 9th International Symposium on Advanced Control of Chemical Processes The International Federation of Automatic Control TuM4.4 Methodology and Application of Pattern Mining in Multiple

More information

Project Overview. Washington s Exciting Destination for Office & Retail. For More Information, Visit CapitolCrossingDC.com PROPERTY GROUP PARTNERS

Project Overview. Washington s Exciting Destination for Office & Retail. For More Information, Visit CapitolCrossingDC.com PROPERTY GROUP PARTNERS Washington s Exciting Destination for Office & Retail PROPERTY GROUP PARTNERS For More Information, Visit Washington D.C. s Landmark Destination Project Highlights 2.2 Million Square Feet 3 New City Blocks

More information

Integrating fire-spread and household-level trigger modeling to stage wildfire evacuation warnings

Integrating fire-spread and household-level trigger modeling to stage wildfire evacuation warnings Integrating fire-spread and household-level trigger modeling to stage wildfire evacuation warnings Dapeng. Li 1, Thomas. J. Cova 1, Philip. E. Dennison 1 1 Department of Geography, University of Utah,

More information

Standardisation activities in the field of HMI for road vehicles

Standardisation activities in the field of HMI for road vehicles International Telecommunication Union Standardisation activities in the field of HMI for road vehicles Dr. Christhard Gelau Bundesanstalt für Straßenwesen/Federal Highway Research Institute (BASt) Department

More information

Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System

Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System Prasad Annadata, PhD Student Wisam Eltarjaman, PhD Ramki Thurimella, PhD, Professor Contents Background Problem

More information

LANDSCAPE SCALE PLANNING AND SITING FOR SHALE DEVELOPMENT

LANDSCAPE SCALE PLANNING AND SITING FOR SHALE DEVELOPMENT LANDSCAPE SCALE PLANNING AND SITING FOR SHALE DEVELOPMENT An Energy by Design approach to reducing the overall environmental footprint. MICHELLE MCGREGOR SR. OIL & GAS DEVELOPMENT ADVISOR Agenda Introduction

More information

API MANUAL OF PETROLEUM MEASUREMENT STANDARDS

API MANUAL OF PETROLEUM MEASUREMENT STANDARDS API MANUAL OF PETROLEUM MEASUREMENT STANDARDS Chapter 22 Testing Protocols Section 1 General Guidelines for Developing Testing Protocols for Devices Used in the Measurement of Hydrocarbon Fluids Type Testing

More information

water that enters our streams during storms. Any water the rain garden can t accept will continue into the storm sewer system.

water that enters our streams during storms. Any water the rain garden can t accept will continue into the storm sewer system. North Kensington Street and 32 nd Street North Green Street and Sewer Capacity Meeting Friday, July 20 and Monday, July 23, 2012 Summary of Citizen Questions and Concerns Thank you for participating in

More information

IPEmotion Release News 2016 R1.1

IPEmotion Release News 2016 R1.1 IPEmotion Release News 2016 R1.1 May 2016 02.05.2016 IPEmotion 2016 R1 General changes Table of contents 1 IPEmotion 2016 R1 General changes... 4 1.1 YouTube Resources... 4 1.2 PlugIns included in the

More information

ROCKAWAY BOARDWALK Community Board 14 Parks Committee Meeting June 4, 2014

ROCKAWAY BOARDWALK Community Board 14 Parks Committee Meeting June 4, 2014 ROCKAWAY BOARDWALK Community Board 14 Parks Committee Meeting June 4, 2014 Introduction 2 Agenda Design Update Construction Update Local Hiring Update 3 Community Input 7 Meeting Date September 17, 2013

More information

approach to assess the status of NSDIs

approach to assess the status of NSDIs INSPIRE State of Play: GenericG approach to assess the status of NSDIs Danny Vandenbroucke Spatial Applications Division Leuven K.U.Leuven R&D SADL Outline Context Objectives, approach and methodology

More information

ISO INTERNATIONAL STANDARD. Intelligent transport systems Devices to aid reverse manoeuvres Extendedrange backing aid systems (ERBA)

ISO INTERNATIONAL STANDARD. Intelligent transport systems Devices to aid reverse manoeuvres Extendedrange backing aid systems (ERBA) INTERNATIONAL STANDARD ISO 22840 First edition 2010-04-15 Intelligent transport systems Devices to aid reverse manoeuvres Extendedrange backing aid systems (ERBA) Systèmes intelligents de transport Dispositifs

More information

Integrated Simulation and Optimization for Wildfire Containment

Integrated Simulation and Optimization for Wildfire Containment Integrated Simulation and Optimization for Wildfire Containment XIAOLIN HU Georgia State University and LEWIS NTAIMO Texas A&M University Wildfire containment is an important but challenging task. The

More information

Designing Nanophotonic Interconnection Networks

Designing Nanophotonic Interconnection Networks Designing Nanophotonic Interconnection Networks Christopher Batten Computer Systems Laboratory Cornell University Workshop on the Interaction between Nanophotonic Devices and Systems December 2010 Cornell

More information

Mississippi Skyway Preliminary Engineering Report

Mississippi Skyway Preliminary Engineering Report EXECUTIVE SUMMARY Mississippi Skyway Preliminary Engineering Report CITY OF RAMSEY, MINNESOTA DECEMBER 2014 City of RAMSEY EXECUTIVE SUMMARY Project Need and Intent The Mississippi Skyway pedestrian bridge

More information

MEMORANDUM. DATE: March 15, Chairman and Members Community Redevelopment Agency. Leif J. Ahnell, C.P.A., C.G.F.O. Executive Director

MEMORANDUM. DATE: March 15, Chairman and Members Community Redevelopment Agency. Leif J. Ahnell, C.P.A., C.G.F.O. Executive Director MEMORANDUM DATE: March 15, 2019 TO: FROM: Chairman and Members Community Redevelopment Agency Leif J. Ahnell, C.P.A., C.G.F.O. Executive Director SUBJECT: Camino Square, IDA No. CRP-16-02, located at 171

More information

Alaskan Way, Promenade, and Overlook Walk Final EIS Appendix D - Supplemental Draft EIS Comments and Responses October 2016.

Alaskan Way, Promenade, and Overlook Walk Final EIS Appendix D - Supplemental Draft EIS Comments and Responses October 2016. B-001-001 The use of Columbia Street for two-way transit was a decision made by King County Metro as part of its Southwest Transit Pathway evaluation. This project is separate from AWPOW. B-001-002 Modeling

More information

R:\PPMENOTES2002\PPME NOTES TOC.DOC September 6, Physical Planning and Municipal Engineering

R:\PPMENOTES2002\PPME NOTES TOC.DOC September 6, Physical Planning and Municipal Engineering Physical Planning and Municipal Engineering PHYSICAL PLANNING AND MUNICIPAL ENGINEERING Course Notes These notes have been prepared to accompany the course CE 594 at the University of Wisconsin-Milwaukee.

More information

CRUSH: Cognitive Radio Universal Software Hardware

CRUSH: Cognitive Radio Universal Software Hardware CRUSH: Cognitive Radio Universal Software Hardware George F. Eichinger III MIT Lincoln Laboratory Lexington MA Kaushik Chowdhury, Miriam Leeser University Boston, MA USA 1 This work is sponsored by the

More information

I. DESCRIPTION OF PROPOSED ACTION... 1 A. General Description... 1 B. Historical Resume and Project Status... 2 C. Cost Estimates...

I. DESCRIPTION OF PROPOSED ACTION... 1 A. General Description... 1 B. Historical Resume and Project Status... 2 C. Cost Estimates... PROJECT COMMITMENTS SUMMARY... S-1 1. Type of Action... S-1 2. Description of Action... S-1 3. Summary of Purpose and Need... S-1 4. Alternatives Considered... S-2 5. NCDOT Alternatives Carried Forward...

More information

EVACUATION MODELLING IN ROAD TUNNEL FIRES

EVACUATION MODELLING IN ROAD TUNNEL FIRES Complex Underground Multipurpose Facilities: Safety Challenges and Solutions Workshop organised by the ITA-COSUF as part of the ITA-AITES World Tunnel Congress 2013 EVACUATION MODELLING IN ROAD TUNNEL

More information

Probabilistic-deterministic modelling of fire spread

Probabilistic-deterministic modelling of fire spread European Journal of Environmental and Safety Sciences 2014 2(2): 79-83 ISSN 1339-472X European Science and Research Institute (Original Research Paper) Probabilistic-deterministic modelling of fire spread

More information

Chinatown. Green Street Demonstration Project. land + water. community

Chinatown. Green Street Demonstration Project. land + water. community Chinatown Green Street Demonstration Project land + water community 2 Purpose. Dear Stakeholder, Thank you for your interest in making our neighborhood a greener, more sustainable, and attractive place

More information

Optimized fan system design for the one-year cycle of a Heat Pump. Ziehl-Abegg SE Frieder Lörcher

Optimized fan system design for the one-year cycle of a Heat Pump. Ziehl-Abegg SE Frieder Lörcher Optimized fan system design for the one-year cycle of a Heat Pump Ziehl-Abegg SE Frieder Lörcher Outline Targets for the energetical optimization of fan unit Numerical optimization procedure Results with

More information

U.S. Fire Department Profile 2015

U.S. Fire Department Profile 2015 U.S. Fire Department Profile 2015 April 2017 Hylton J.G. Haynes Gary P. Stein April 2017 National Fire Protection Association Abstract NFPA estimates there were approximately 1,160,450 firefighters in

More information

NEWPORT NEWS/WILLIAMSBURG INTERNATIONAL AIRPORT DESIGN AND SUSTAINABILTY GUIDELINES

NEWPORT NEWS/WILLIAMSBURG INTERNATIONAL AIRPORT DESIGN AND SUSTAINABILTY GUIDELINES NEWPORT NEWS/WILLIAMSBURG INTERNATIONAL AIRPORT DESIGN AND SUSTAINABILTY GUIDELINES VERSION 1.6 August 2011 PREPARED BY: 900 Bland Boulevard Suite G Newport News, Virginia 23602 DESIGN AND SUSTAINABILITY

More information

Eye Alert System EA405, EA410, EA420 USER MANUAL

Eye Alert System EA405, EA410, EA420 USER MANUAL Eye Alert System EA405, EA410, EA420 USER MANUAL Version 2013.04.30 I. Product introduction The EA410 product family (EA405, EA410, EA420) driver fatigue alarm system is the most advanced non-contact method

More information

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1 NGC-40 Bridge Overview Raychem-AR-H58862-NGC40BridgeOV-EN-1805 nvent.com 1 Table of Contents 1. NGC-40 Overview... 9 1.1 Example NGC-40 System... 10 2. Legal stuff... 11 3. Protocols... 12 3.1 Data es...

More information

The Teacher is In! School Siting Tools You Can Use

The Teacher is In! School Siting Tools You Can Use The Teacher is In! School Siting Tools You Can Use New Partners for Smart Growth Conference January 30, 2015 Regina Langton Senior Policy Analyst EPA Office of Sustainable Communities 1300 Constitution

More information

Agent Based Disaster Evacuation Assistance System

Agent Based Disaster Evacuation Assistance System Information Engineering Express International Institute of Applied Informatics 2015, Vol. 1, No., Agent Based Disaster Evacuation Assistance System Yasuki I, Katsuya K, Kayo I Abstract This paper proposes

More information

DRAFT PLAN PRESENTATION

DRAFT PLAN PRESENTATION DRAFT PLAN PRESENTATION 1.23.2018 AGENDA Process Project Schedule Results from Visioning Workshop Draft Plan Highlights Concept Plans Feedback Next Steps PROJECT SCHEDULE KICK-OFF WORKSHOP August 29 th

More information

2.0 PURPOSE AND NEED. 2.1 Purpose. 2.2 Need Traffic Congestion in and around Downtown Derry

2.0 PURPOSE AND NEED. 2.1 Purpose. 2.2 Need Traffic Congestion in and around Downtown Derry 2.0 PURPOSE AND NEED Taking into consideration agency and public input, the purpose and need for the Project was identified early in Project planning. As noted in Appendix A, for purposes of meeting the

More information

Homework 8: Patent Liability Analysis Due: Thursday, March 24, at Classtime

Homework 8: Patent Liability Analysis Due: Thursday, March 24, at Classtime Homework 8: Patent Liability Analysis Due: Thursday, March 24, at Classtime Team Code Name: G.R.O.V.E.R. Group No. 7 Team Member Completing This Homework: Stan Miller NOTE: This is the second in a series

More information

Innovative Transportation Planning, Design & Technology in Fairfax County, VA

Innovative Transportation Planning, Design & Technology in Fairfax County, VA Innovative Transportation Planning, Design & Technology in Fairfax County, VA American Society of Highway Engineers (ASHE) November 16, 2016 Presented By W. Todd Minnix, PE Chief, Transportation Design

More information

Table of Contents TABLE OF CONTENTS SECTION TITLE PAGE

Table of Contents TABLE OF CONTENTS SECTION TITLE PAGE TABLE OF CONTENTS SECTION TITLE PAGE 1 INTRODUCTION AND OVERVIEW 1-1 1.1 Purpose and Need 1-1 1.2 Goals and Objectives 1-3 1.3 Overview of the Planning Process 1-5 1.4 Federal and State Requirements and

More information

BUSINESS PLAN CEN/TC 337. Road operation equipment and products

BUSINESS PLAN CEN/TC 337. Road operation equipment and products Page: 1 BUSINESS PLAN CEN/TC 337 Road operation equipment and products EXECUTIVE SUMMARY The main objective of the Technical Committee, CEN/TC 337 founded in 2000 is to prepare European standards on all

More information