Network Analysis in ArcGIS

18
Network Analysis

Transcript of Network Analysis in ArcGIS

Page 1: Network Analysis in ArcGIS

Network Analysis

Page 2: Network Analysis in ArcGIS

Overview

• GIS deals with the interrelated nature of geographic data

• Some data has specialized rules, parameters and restrictions on interaction

• Measurements, relationship-testing and analysis must all occur within this framework

Page 3: Network Analysis in ArcGIS

Overview

• Network analysis focuses on edge-node topology to represent real-life networks of information– Driving directions– Multi-modal routing– Information networks– Electricity, water, sewer, natural gas…

Page 4: Network Analysis in ArcGIS

Edges and Nodes

• Series of nodes connected by edges– Each edge starts or ends at a node– Each node touches at least one edge– Nodes have one or more edge connecting them

• Planar or non-planar networks– Bridges, tunnels, etc…– Need for topology enforcement

• GIS needs to know what data is part of the network and what is simply just data

Page 5: Network Analysis in ArcGIS

OpenStreetMap Routing

• OSM follows the same rules of edge-node networks.

• TIGER data from the Census does not differentiate between over/underpasses

• A procedure for fixing the network connectivity:– Remove the shared nodes– Without shared nodes, ways cross but don’t intersect.

• Real world example of this network topology structure.

Page 6: Network Analysis in ArcGIS

Network Properties

• In order for our network to function, we need the following:– Base data (our edges and nodes)– Cost to traverse the network (dist, time, other)– Restrictions on travel (one way, no left turns)– Temporal information – at a given time:• Is there a higher cost to traveling the network? • Are there additional restrictions on our use?

Page 7: Network Analysis in ArcGIS

Network Participation

• In ArcGIS, feature classes that participate in a network must all reside within a feature dataset – Feature datasets are only in geodatabases

• The GDB stores additional information about the network and its parts

• Types of network edges, connectivity rules, impedance, etc…

Page 8: Network Analysis in ArcGIS

Base Network

• The base network type within ArcGIS is the Geometric Network, enforcing edge-node topology

• Two other network types are available, the routing network and the utility network.– Routing and analysis of multimodal transportation– Analysis and management of utilities

Page 9: Network Analysis in ArcGIS

Routing Network Attributes

• Cost (friction, impedance)– Length of edges– Time to travel along edges– Financial cost to traverse network

• Restrictions (barriers, temporary or permanent)– One-way Streets, No Left Turn, etc…– Height/weight (vehicle class) restrictions– Temporal Restrictions (school zones, flooding)

Page 10: Network Analysis in ArcGIS

Network Uses

• Once our network is complete, we can perform analysis on our network– Shortest Cost Path– Network Flow– Service Areas– Routing– Connectivity analysis– Health of the network

Page 11: Network Analysis in ArcGIS
Page 12: Network Analysis in ArcGIS
Page 13: Network Analysis in ArcGIS
Page 14: Network Analysis in ArcGIS
Page 15: Network Analysis in ArcGIS
Page 16: Network Analysis in ArcGIS

Network Interface in ArcGIS

• Network Analyst is an extension to the ArcGIS Core

• Extensions must be enabled to use

• Enabled in both ArcMap and ArcCatalog

Page 17: Network Analysis in ArcGIS

Network Analysis Toolbar

Menu Working Dataset

Analysis Panel

Create Network Feature

Select Network Feature Solve

Directions

Network Identify

Build

Page 18: Network Analysis in ArcGIS

Network Analysis Panel

• Creating a new Route, Service Area, etc. from the Network Analysis menu will add it to the Table of Contents

• The Network Analysis panel provides you additional access to network-derived data