Top Banner
Capstone Project: Using Network Analyst to Model Emergency Service Routes During Heavy Flooding in Prince County, Prince Edward Island Centre of Geographic Sciences 2015 Cody Dunn
27

Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Aug 13, 2015

Download

Education

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Capstone Project:Using Network Analyst to Model Emergency Service Routes During Heavy Flooding in Prince County, Prince Edward Island

Centre of Geographic Sciences 2015

Cody Dunn

Page 2: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Table of Contents

• Project Inspiration• Introduction to the Problem• Study Area• Data Sources• Data Preparation• Network Analyst: Closest Facility Solver• Script Tool• Outputs• Limitations

Page 3: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Project Inspiration:

Source: Joel Brennan / The Gaurdian December 11, 2014

Esri tutorial assigned in Network Analysis course called More Emergency Services Modeling

Page 4: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Introduction to the Problem:

Source: Eric McCarthy / Journal pioneer Feb 19, 2014

• Nor’easter resulting in heavy rainfall for the region on December 10th, 2014

• University of Prince Edward Island weather station recorded 156 mm of rain in 24 hours in Foxley River

• Over 20 bridge structures were washout out or damaged to the point of road closures causing difficulty for emergency response teams

Page 5: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Area of Interest

• Majority of bridge Washouts occurred in Prince County

• Better Knowledge of the area

Source: Eric McCarthy / Journal Pioneer December 21, 2014

Page 6: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

The Hunt for Data:

Government of Prince Edward Island - Free GIS Layers:

• Ambulance, fire, and police service coverage areas• County lines• Coastlines • Bridge Structures

Journal Pioneer:

• Bridge washout data collection

Geogratis:

• National Road Network for Prince Edward Island

Page 7: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Road Segments Missing:

• Road network incomplete: portion of main highway missing

• The National Road Network came in multiple shapefiles and had to

be merged together

Page 8: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

National Road Network - PEFields need to be added to Road Network including:

• Speed: Each road class is assigned a speed in Km/hr

• Distance: The road segment length is measured in metres

using calculate geometry• Time: Estimated using the new speed and

distance fields, time in seconds can be calculated using

the following formula in the field calculator:

3.6 * Distance / Speed = Time

Speed Limit (Km/hr) Type90 Arterial80 Collector50 Local / Street25 Ramp5 Resource / Recreation5 Service Lane

Page 9: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Speed Limit (Km/hr) Type90 Arterial80 Collector50 Local / Street25 Ramp5 Resource / Recreation5 Service Lane

Displaying Speed by Road Class Type

• The National Road Network data already contained a speed field

• The most common preexisting speed value per road type was selected to represent the entire class

Page 10: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Coastline Polygon Edits:

Page 11: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Mapping the Damaged Structures:

• No complete list of structures available

• Contact with Director of Highway maintenance was made to obtain a full list – Not available in time to be included

• Research was conducted in local newspapers where the route number were mentioned. This yielded a list of 6 structures

Source: Steve Bruce / CBC December 17, 2014

Page 12: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Provided Bridge Dataset:

• The bridge structures layer (2005) from the government of PEI website provided the locations of each structure in the province

• From this layer, it was possible to assign a location to the bridges found during the newspaper research process that were washed out last December

• The bridges found in the research process could be identified and selected to be exported to a new washouts shapefile

Page 13: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Known Bridge Washout Locations Resulting in

Road Closures

Bridge Structure Highway Number FID ReopenedRosebank Route 2 115 09-Apr-14Huntley Route 152 687 Closed

Allen Road Route 167 715 29-Apr-14Lecky Road Route 164 710 19-Dec-14

Conway Road Route 175 731 19-Dec-14Inverness Route 2 103 15-Dec-14

Source: Eric McCarthy / Journal Pioneer December 12th, 2014

Page 14: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Emergency Service Point Locations

• Polygon shapefiles were provided for service coverage areas for Ambulance, fire and police services

• Point locations for these features had to be created in order to be used in the closest facility solver of the Network Analyst Extension as facility features

• Google searches resulted in complete lists of all three service types and their addresses. Then, in order to place the point more accurately along the road network, a combination of Google Earth’s Street View and an Imagery basemap in ArcMap were used.

Page 15: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Point Location Accuracy:

Source: Google Earth

Page 16: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Example of the Point Feature Class Created for Fire

Departments in Prince County

Page 17: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Example of the Point Feature Class Created for Police

Services in Prince County

RCMP• East Prince Detachment • West Prince Detachment

Community Police• City of Summerside• Town of Kensington

Page 18: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Example of the Point Feature Class Created for Ambulance

Services in Prince County

• Mobile posting sites are selected to optimize emergency service response times

• Each service area has two mobile sites, and one ambulance base

Page 19: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Example of the Point Feature Class Created for Fire

Departments Combined with Service Zones in Prince County

Page 20: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Case Study:

• Utilizing the Network Analyst Extension, the Closest Facilities solver will be used to calculate the fastest route to an emergency location from an emergency service facility

• Barriers to these possible routes were introduced in the form of the washed-out bridge structures that occurred after the storm last December

Page 21: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Closest Facility:

Loading Input Layers:

• Incidents: Location of the emergency

• Facilities: Fire departments

• Point Barriers: Washed-out bridges(road closures)

Analysis Settings:

• Routes: Solved from Facilities Incidents

• Impedance: Measures in Seconds

Page 22: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Closest Facility:

Output created by the solver includes:

• Map layer displaying facilities, incidents, point barriers, and newly solved routes that were created to the emergency location

• Turn-by-turn directions file for the routes

Additional output created using Script tool:

• Tkinter window which displays results found in the routes attribute table including the name of the facility (fire dept.), the drive time(seconds), and the distance (metres) traveled for the two closest facilities from the facilities to the scene of the emergency

Page 23: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Model Exported to a Python Script

Page 24: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Example of the Output Layer Created by the Script Tool for Routes to a Fire Emergency in

Prince County, PE

Page 25: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Directions Output File (HTML):

Page 26: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Limitations:

Much of the time of this project was spent editing and preparing the data

• Missing road segments• Coastline and river issues• Creating emergency service point locations for the 3 service types

Lack of complete list of bridge washout locations

• The full extent of the inconvenience felt by emergency responders could not be accurately portrayed without a complete list of bridge washout road closures.

Page 27: Using ArcMap’s Network Analyst to Model Emergency Service Response Routes During Heavy Flooding in Prince County, Prince Edward Island

Questions?

Source: Marshall McInnis / CBC December 11, 2014