Title: Calculation of least cost paths in networks
1Calculation of least cost paths in networks
Various ways to get from one point to another
2Calculation of least cost paths in networks
- One must search through a large number of
possible solutions for the optimal solution - (the one that optimally satisfies the given
criteria) - optimization algorithms come in many forms based
in artificial intelligence or other heuristics
3Least-cost paths in raster data sets
One use of raster data that is difficult to do
in vector polygon data is least-cost path
analyis Different themes can be used to give
various information about the relative ease of
traversing
4Example path from Logan to Tony Grove
Given the road network, the road does not appear
to be the shortest way to get there
5Example path from Logan to Tony Grove
Given the road network, the road is not the
shortest way to get there
The road choice makes more sense when
considered in terms of topography
6Example path from Logan to Tony Grove
Some landcover types are easier to cross than
others
7Example path from Logan to Tony Grove
All else considered, steeper slopes are harder to
cross than shallower
Imagine route that attempts to keep on lighter
colored pixels (shallower slopes)
8Example navigating ridges on hills
9Example navigating ridges on hills
10Example navigating ridges on hills
11Example finding boat paths
Started with project where embarkations (origins)
and destinations of recreational boaters were
gathered from telephone surveys The problem here
was to find the most likely path between origins
and destinations it was assumed that boats would
take the easiest, or least-cost path to their
destinations
12Example finding boat paths
Every factor that affects where boats choose to
go was given a relative cost numbers were
initally arbitrary (educated guess) numbers were
adjusted until the paths reflected real boater
paths
13(No Transcript)
14(No Transcript)
15(No Transcript)
16Reclassification
Reclassification was used in the previous example
Depth originally continuous coverage from 0 - 25
ft after reclassification, two classes gt draft,
lt draft
17Reclassification
Reclassification was used in the previous example
Shoreline converted from discrete polygon
coverage to continuous grid (grid cell value
function of distance to shore)
18Reclassification
Reclassification was used in the previous example
Seagrass and ICW routes retained shape, but
changed attributes
19Class Project
- Your task
- Use GIS, and the knowledge you have gained thus
far, to solve a problem - Problem should have some spatial aspect
- It can also have some aspect of your professional
interests - present the results of your project in a final
report
20Class project
- Final report
- Post on web page, same as assignments
- Start with description of problem to be solved
- Give a review of how GIS has been used in this
field in other cases - Describe your data sources
- Describe your methods
- Show results of analysis
- Discuss conclusions
21More on the class project
You are encouraged, though not required, to work
in groups
22 Examples of past projects
- Identifying which wetlands are most in danger
from urban expansion in cache county - Identifying habitat for noxious weeds in Camp
Williams - Creating a bottom contour map for a stretch of
the Blacksmith Fork River - Evaluating hazards from a failure at Porcupine
Dam - Modeling habitat for beetle infestations in Utah
- Spatially referencing a road surface database for
Utah - Change detection of forested areas in Morocco
23Next homework assignment
- Describe your project idea
- Problem statement
- Potential data sources
- Possible methodologies