Lecture 23 (mini-lecture): A Brief Introduction to Network Analysis Parts of the Network Analysis section of this lecture were borrowed from a UC Berkeley.

Slides:



Advertisements
Similar presentations
Overview of Network Analyst
Advertisements

Bentley Water and Wastewater 2004 Edition. Rule-based annotation Cell placement with annotation Bulk assignment of attribute to like elements Automatic.
Road Design Basic Road Design
Dynamic Programming In this handout A shortest path example
ArcLogistics Routing Software for Special Needs, Maintenance and Delivery.
Network Analyst Lecture 4. What is network? A network is a system of interconnected elements, such as edges (lines) and connecting junctions (points),
Department of Geography and Urban Studies, Temple University GUS 0265/0465 Applications in GIS/Geographic Data Analysis Lecture 4: Network Operations.
1 Transportation Modeling Approach Direct vs. Sequence Meeghat Habibian Modeling approach.
What is the Model??? A Primer on Transportation Demand Forecasting Models Shawn Turner Theo Petritsch Keith Lovan Lisa Aultman-Hall.
CE 578 Highway Traffic Operations Lecture 4: HCM Directional Analysis.
UP206A: Introduction to GIS. » The ArcGIS Network Analyst extension allows you to build a network dataset and perform analysis on a network dataset »
CE 578 Highway Traffic Operations Lecture 4: HCM Directional Analysis.
Sequential Demand Forecasting Models CTC-340. Travel Behavior 1. Decision to travel for a given purpose –People don’t travel without reason 2. The choice.
Lec 28: Ch3.(T&LD): Traffic Analysis – Traffic assignment Learn how to assign generated and distributed trips to the street system approaching the site.
Week 7. Feature relationship and topology Oct. 17 th, 2005.
NETWORK ANALYSIS. Introduction Network-enabled line themes Generating efficient travel routes Travel directions Determining/location closest facilities.
Map Analysis with Networks Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University Some of the figures included in this presentation.
Norman W. Garrick Trip Assignment Trip assignment is the forth step of the FOUR STEP process It is used to determining how much traffic will use each link.
TRIP ASSIGNMENT.
Transportation, Assignment, Network Models
GIS Analysis. Questions to answer Position – what is here? Condition – where are …? Trends – what has changed? Pattern – what spatial patterns exist?
1 1 Slide © 2000 South-Western College Publishing/ITP Slides Prepared by JOHN LOUCKS.
NetworkModel-1 Network Optimization Models. NetworkModel-2 Network Terminology A network consists of a set of nodes and arcs. The arcs may have some flow.
Spatial Statistics UP206A: Introduction to GIS. Central Feature.
By Christy Jacobs Walk Distance Maps & Analysis Using Network Analyst by Christy Jacobs.
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Source: NHI course on Travel Demand Forecasting (152054A) Session 10 Traffic (Trip) Assignment Trip Generation Trip Distribution Transit Estimation & Mode.
Lecture 22: Introduction to Terrain and Network Analysis Using GIS-- Introduction to GIS.
Spatial Analysis cont. Optimization Network Analysis, Routing.
Copyright © 2006 by Maribeth H. Price 14-1 Chapter 14 Analyzing Networks.
ArcGIS Network Analyst: Network Analysis with ArcGIS Online
Chapter 1: Highway Functions
“Graph theory” for the master degree program “Geographic Information Systems” Yulia Burkatovskaya Department of Computer Engineering Associate professor.
15. Descriptive Summary, Design, and Inference. Outline Data mining Descriptive summaries Optimization Hypothesis testing.
Highway Functional Classification Chapter 16 Dr. TALEB M. AL-ROUSAN.
Hub Location Problems Chapter 12
1 Introduction to Transportation Systems. 2 PARTIII: TRAVELER TRANSPORTATION.
1 1 ISyE 6203 Consolidation Intro to GIS John H. Vande Vate Fall 2011.
1 1 © 2003 Thomson  /South-Western Slide Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
Geographic Information Systems
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
UP206A: Introduction to GIS. » The ArcGIS Network Analyst extension allows you to build a network dataset and perform analysis on a network dataset.
Intro to Spatial Analysis Most GIS support simple spatial analysis tasks such as selecting, counting, and generating descriptive statistics such as mean.
Modeling Drivers’ Route Choice Behavior, and Traffic Estimation and Prediction Byungkyu Brian Park, Ph.D. Center for Transportation Studies University.
Integration of PASER & GIS WLIA March 4, 2004 Presentation Outline Road Centerlines –Overview –Creating –Attribute –Uses –Paser Geocoding Process –Overview.
D. AriflerCMPE 548 Fall CMPE 548 Routing and Congestion Control.
7-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Network Flow Models Chapter 7.
Optimizing Hydrogen Pipeline Deployment in Real Geographic Regions Nils Johnson Joan Ogden Yueyue Fan National Hydrogen Association Conference May 4, 2010.
Transportation, Assignment, and Network Models 9 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power.
Transportation II Lecture 16 ESD.260 Fall 2003 Caplice.
Introduction In modern age Geographic Information systems (GIS) has emerged as one of the powerful means to efficiently manage and integrate numerous types.
Transportation Planning Asian Institute of Technology
Network Analyst. Network A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically.
Introduction GIS often represent spatial information with a two-dimensional x,y coordinate system. Some data linearly measured. In order to use the information.
Operations Research II Course,, September Part 2: Network Flow Operations Research II Dr. Aref Rashad.
Chapter 9 Network Analysis.
Route Choice Lecture 11 Norman W. Garrick
Finding your way with MapInfo RouteFinder
Network Analysis with ArcGIS Online
Chapter 4. Modeling Transportation Demand and Supply
Introduction Traffic flow characteristics
Network Models Chapter 12
Routing and Logistics with TransCAD
Modeling Approach Direct vs. Sequenced
Graphs Chapter 11 Objectives Upon completion you will be able to:
Networks and Shortest Paths
Introduction to Transportation Engineering
Introduction Basic formulations Applications
Route Choice Lecture 11 Norman W. Garrick
Chapter 6 Network Flow Models.
Presentation transcript:

Lecture 23 (mini-lecture): A Brief Introduction to Network Analysis Parts of the Network Analysis section of this lecture were borrowed from a UC Berkeley GIS Center Short Course, written by Anders Flodmark: slides are noted Using GIS-- Introduction to GIS

Network Analysis Networks defined as a set of interconnected line entities, generally arcs, whose attributes share some common theme primarily related to flow. Arcs in a network must share the attributes necessary for analyzing these flows (speed limits, frictions, etc.) Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Network Arcs Can Have Direction Directed - flows allowed to move in a single direction (down stream, one way street) Undirected - flows allowed in both directions (two way streets) Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

A network is a system of linear features connected at intersections and interchanges. These intersections and interchanges are called nodes Arc Node Using GIS-- Introduction to GIS Basic elements of a network Adapted from UC Berkeley GIS Center The linear feature connecting any given pair of nodes is called an arc.

Network Attributes of interest Attributes that can be attached to a network: –origin, destination coordinates –shape point coordinates –street name/highway number –aliases on street name –directionality: one way traffic? –classification: freeway, arterial, collector, residential –speed limit, congestion (impedance) or travel time –traffic volume –length: driven length vs digitized length –scenic value –connectivity (turn tables) Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Network Problems Path finding paths tours Allocation supply and demand impedance Spatial interaction accessibility interaction Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Path finding Finding the shortest or least-cost manner in which to visit a series of locations in a network. The cost may be determined by distance or by travel-time or a combination of factors calculated as a cost value. Distance that factors in things that slow you down is known as functional distance Often the parameter that is minimized in path finding is travel time. This factors in things like topography, traffic volume, average speed, stops etc Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Computing best routes at the continental scale (e.g. how do I get from LA to New York?) is easy, because small variations in distance measures are relatively unimportant. At the intra-city level, the optimization criterion is travel time, which depends on legal restrictions (stop signs, traffic signals, one ways) and congestion (which varies by the minute), hence the margin of uncertainty in routing is far greater Using GIS-- Introduction to GIS Path finding Adapted from UC Berkeley GIS Center

This would not happen if Ponch and John had Path finding software Using GIS-- Introduction to GIS “Ponch, there’s a 4-12 going on at the video arcade, what’s the fastest way to get there?” “Gee, I dunno John, let’s get off our bikes so we can look at our big, cumbersome map, and try to figure it out?”

Location - Allocation Allocation assigns portions of a network to a location based on predetermined criteria. Essentially an area of the network is assigned to be serviced or served by a facility at a given location. It is based on Supply, Demand, and Impedance Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Allocation Assigns Portions of a Network to a Center Using GIS-- Introduction to GIS These street segments can be used to define a service area Adapted from UC Berkeley GIS Center

Allocation Assigns Portions of a Network to a Center Using GIS-- Introduction to GIS Source: Allocation analysis yields service areas for each of these facilities: that is, the areas they can reach within a specified driving time.

Allocation Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Spatial interaction Accessibility = How Connected is a Node Accessibility is an aggregate measure of how reachable a location is from other locations Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Accessibility Using GIS-- Introduction to GIS Adapted from UC Berkeley GIS Center

Usefulness of Network Analysis Used by retailers in market studies for siting new facilities Used by utility company in managing their infrastructure: water, sewer, power Used by consumers to get directions Used by agencies to map out service areas: fire, police, public transportation facilities Using GIS-- Introduction to GIS