Spatial Analysis cont. Optimization Network Analysis, Routing

Slides:



Advertisements
Similar presentations
Problem solving with graph search
Advertisements

22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
1 1 Slides by John Loucks St. Edward’s University Modifications by A. Asef-Vaziri.
Chapter 10, Part A Distribution and Network Models
Copyright, © Qiming Zhou GEOG3600. Geographical Information Systems GIS as Decision Support Tool.
Types of Algorithms.
Dynamic Programming In this handout A shortest path example
Department of Geography and Urban Studies, Temple University GUS 0265/0465 Applications in GIS/Geographic Data Analysis Lecture 4: Network Operations.
9.2 The Traveling Salesman Problem. Let us return to the question of finding a cheapest possible cycle through all the given towns: We have n towns (points)
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.
Math443/543 Mathematical Modeling and Optimization
EAs for Combinatorial Optimization Problems BLG 602E.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
GIS Analysis Functions INLS GIS Digital Information: Uses, Resources & Software Tools.
Slope and Aspect Calculated from a grid of elevations (a digital elevation model) Slope and aspect are calculated at each point in the grid, by comparing.
Spatial Analysis cont. Optimization Network Analysis, Routing.
GIS Applications. Outline One day in life with GIS Science, geography and applications Applied problem solving Key example applications Government Business.
Firewise 2006 Staying Alive in Santa Fe During a Wildfire Shelley Nolde Rossbach, Santa Fe FD Chris White, Anchor Point Group Stephen Guerin, Redfish Group.
Graph Theory Hamilton Paths and Hamilton Circuits.
Fundamentals of Algorithms MCS - 2 Lecture # 7
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 6 The Mathematics of Touring 6.1Hamilton Paths and Hamilton Circuits.
Spring 2015 Mathematics in Management Science Network Problems Networks & Trees Minimum Networks Spanning Trees Minimum Spanning Trees.
15. Descriptive Summary, Design, and Inference. Outline Data mining Descriptive summaries Optimization Hypothesis testing.
Network Optimization Problems
Branch and bound branch and bound methods economize the search for the best trees by backing out of dead alleys.
Geographic Information Systems
CSE 589 Part VI. Reading Skiena, Sections 5.5 and 6.8 CLR, chapter 37.
Multi-item Location Inventory Models
Optimizing Pheromone Modification for Dynamic Ant Algorithms Ryan Ward TJHSST Computer Systems Lab 2006/2007 Testing To test the relative effectiveness.
Spatial Analyst - Cost Distance Analysis Kevin M. Johnston.
Transportation Logistics Professor Goodchild Spring 2011.
Raster Analysis and Terrain Analysis Chapter 10 & 11 Raster Analysis.
Spatial Analysis cont. Density Estimation, Summary Spatial Statistics, Routing Longley et al., chs. 13,14.
Types of Algorithms. 2 Algorithm classification Algorithms that use a similar problem-solving approach can be grouped together We’ll talk about a classification.
CIRCUITS, PATHS, AND SCHEDULES Euler and Königsberg.
Types of Spatial Analysis
Exploratory Spatial Optimization in Site Search: A Neighborhood Operator Approach Thomas J. Cova Department of Geography University of Utah and Richard.
Po-Lung Chen (Dont block me) d091: Urban Transport System 2010/03/26 (1) d091: Urban Transport System Po-Lung Chen Team Dont Block Me, National Taiwan.
Management Science 461 Lecture 7 – Routing (TSP) October 28, 2008.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Industrial Models.  Primary industries have to be located near the source of materials  Secondary industries are becoming less dependent on resource.
Exhaustive search Exhaustive search is simply a brute- force approach to combinatorial problems. It suggests generating each and every element of the problem.
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.
Hamilton Paths and Hamilton Circuits
Chapter 9 Network Analysis.
Christian Michaelson Joe Anderson
Weighted Graphs and traveling Salesperson problem
15. Descriptive Summary, Design, and Inference
Oil Pipeline Optimal Route
Routing Through Networks - 1
Nuffield Free-Standing Mathematics Activity
Raster Analysis Ming-Chun Lee.
Street Design/Traffic Calming Changes and Challenges Facing the SFFD
Agenda Lecture Content: Introduction to Graph Path and Cycle
Graph Theory and Algorithm 02
Spatial Analysis cont. Optimization Network Analysis, Routing
Lecture XVII: Distributed Systems Algorithms Inspired by Biology
Traveling Salesman Problem
Types of Algorithms.
Spatial Analysis Part 2.
TransCAD Route Systems 2018/11/22.
Route Optimization Problems and Google Maps
Types of Algorithms.
Networks and Shortest Paths
Industrial Models.
Spatial Analysis cont. Optimization Network Analysis, Routing
Types of Algorithms.
Draw a Hiking Trail from A to B
Constructing a m-connected k-Dominating Set in Unit Disc Graphs
Presentation transcript:

Spatial Analysis cont. Optimization Network Analysis, Routing

Optimization Spatial analysis can be used to solve many problems of design A spatial decision support system (SDSS) is an adaptation of GIS aimed at solving a particular design problem

Lab 5 Edges, junctions, and weights

Lab 5

Location-allocation Problems Design locations for services, and allocate demand to them, to achieve specified goals Goals might include: minimizing total distance traveled minimizing the largest distance traveled by any customer maximizing profit minimizing a combination of travel distance and facility operating cost

Optimizing Point Locations One service location and the goal of minimizing total distance traveled The operator of a chain of convenience stores or fire stations might want to solve for many locations at once where are the best locations to add new services? which existing services should be dropped?

Routing Problems Search for optimum routes among several destinations Draws on location-allocation The traveling salesman problem find the shortest (cheapest) tour from an origin, through a set of destinations that visits each destination only once

Traveling Salesman

Traveling Salesman – Georgia Tech http://www.tsp.gatech.edu/maps/

Routing service technicians for Schindler Elevator Routing service technicians for Schindler Elevator. Every day this company’s service crews must visit a different set of locations in Los Angeles. GIS is used to partition the day’s workload among the crews and trucks (color coding) and to optimize the route to minimize time and cost.

Optimum Paths Find the best path across a continuous surface between defined origin and destination to minimize total cost cost may combine construction, environmental impact, land acquisition, and operating cost used to locate highways, power lines, pipelines requires a raster representation

Example: Santa Ynez Mtns., CA More details at http://www.ncgia.ucsb.edu/~ashton/demos/chuck95/stochastic.html Chuck Ehlschlaeger, Ashton Shortridge

Least-cost path problem Least-cost path problem. Range of solutions across a friction surface represented as a raster. The area is dominated by a mountain range, and cost is determined by elevation and slope.

Solution of the least-cost path problem Solution of the least-cost path problem. The white line represents the optimum solution, or path of least total cost. The best route uses a narrow pass through the range. The blue line results from solving the same problem using a 90-m DEM.

Optimization & Routing for Emergency/Disaster Response Santa Barbara, Utah, San Diego

Optimization & Routing for Emergency/Disaster Response Kim et al. 2006 – PARs, Protective Action Recs d= interpolated, shortest-distance of wildfire to community d1 = shortest distance before PAR d2 = shortest distance after PAR t = time PAR was issued t1 = time last known fire perimeter at d1 t2 = time last known fire perimeter at d2

Fire Origin to Communities: Estimate Avg Fire Origin to Communities: Estimate Avg. Speed of Fire Between Known Perimeters Kim et al. 2006

Animations

Gateway to the Literature Cova, T. and Johnson, J.P., 2002. Microsimulation of neighborhood evacuations in the urban-wildland interface. Environment and Planning A, 34: 2211-2229. Cova, T. J., P. E. Dennison, et al. 2005. Setting wildfire evacuation trigger points using fire spread modeling and GIS. Transactions GIS, 9(4): 603-617. Kim, T.H., Cova, T.J., and Brunelle, A., 2006. Exploratory map animation for post-event analysis of wildfire protective action recommendations. Natural Hazards Review, 7(1): 1-11. Monteiro, C., Ramirez-Rosado, I., Zorzano-Santamaria, P. and Fernandez-Jimenez, L.A., 2005. GIS spatial analysis applied to electric line optimization. IEEE Transactions on Power Delivery, 20(2): 934-942.

(Extra slide) Cova et al. 2005