{"id":58137,"date":"2024-08-04T14:34:32","date_gmt":"2024-08-04T18:34:32","guid":{"rendered":"https:\/\/www.aaroads.com\/?p=58137"},"modified":"2024-11-11T12:35:32","modified_gmt":"2024-11-11T17:35:32","slug":"least-cost-path-and-corridor-analysis","status":"publish","type":"post","link":"https:\/\/www.aaroads.com\/blog\/least-cost-path-and-corridor-analysis\/","title":{"rendered":"Least-Cost Path and Corridor Analysis with GIS"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1144px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\"><p>The second half of Module 6 for GIS Applications conducts Least-Cost Path and Corridor Analysis on two scenarios. The first continues working with the Jackson County, Oregon datasets from Scenario 2.<\/p>\n<p>There are several ways that GIS measures distance. Euclidean, the simplest, represents travel across a straight line or &#8220;as the crow flies&#8221;. Manhattan distance simulates navigating along a city street grid, where travel is restricted to either north-south and east-west directions. Network Analysis models travel in terms of time, where travel is restricted by a road network or transit infrastructure.<\/p>\n<p>Least-Cost Path Analysis models travel across a surface. It determines the single best course, a polyline, that has the lowest cost for a given source and destination, which are represented by points. This can be described as the routing over a landscape that is not restricted by road networks.&nbsp;<\/p>\n<p>The course through the landscape is modeled as a cost. More specifically each cell in a cost raster has a value which represents the cost of traveling through it.<\/p>\n<p>Typical cost factors are slope and land cover. A cost surface can vary from just a single factor to a combination of them. Even if multiple factors are considered, the analysis only uses a single cost raster.<\/p>\n<p>Least-Cost Path Analysis can be expanded to Corridor Analysis. Instead of resulting in a single base solution represented by a polyline, corridor analysis produces multiple solutions, representing a zone where costs are close to the least cost. The corridor width uses is somewhat subjective. It is controlled by deciding what range of cost to consider. Values of a few percentage points above the lowest cost to as much as 10% above the lowest cost are common.<\/p>\n<p><b>Scenario 3<\/b>&nbsp;uses least-cost path analysis on an area of land in the planning for a potential pipeline. Cost factors include elevation, proximity to rivers and potential crossings of waterways. Datasets used for these cost factors include a DEM, a rivers feature class and feature classes determining the source and destination of the proposed pipeline. Analysis proceeds focusing on each cost factor individually.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-1\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-D.drawio.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis D\" title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis D\"><img decoding=\"async\" width=\"691\" height=\"461\" alt=\"Geoprocessing Flowchart for Scenario 3 - Analysis D\" src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-D.drawio.png\" class=\"img-responsive wp-image-58138 disable-lazyload\" srcset=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-D.drawio-320x213.png 320w, https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-D.drawio-480x320.png 480w, https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-D.drawio.png 691w\" sizes=\"(max-width: 691px) 100vw, 691px\" \/><\/a><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Geoprocessing flowchart for least-cost path analysis factoring solely on slope<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-2\"><p>Focusing first on the DEM, the raster is converted to a slope raster, and subsequently reclassified using a cost factor range of eight values. The next analysis step utilizes the&nbsp;<i>Cost Distance<\/i>&nbsp;geoprocessing tool. Using an iterative algorithm, a cost distance raster is generated that represents the accumulated cost to reach a given cell from the source location point.<\/p>\n<p>A cost backlink raster is also created, which traces back how to reach a given cell from the source. This reveals the actual path utilized to obtain the lowest cost. The actual cell values of the backlink raster represent either cardinal directions or the intercardinal point (NE, NW, etc.) instead of cost. The combination of the two output rasters contain every least cost path solution from the single source to all cells within the study area.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-2\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/cost-distance-raster.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Cost Distance Raster\" title=\"Cost Distance Raster\"><img decoding=\"async\" width=\"768\" height=\"505\" alt=\"Cost Distance Raster\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27789%27%20height%3D%27519%27%20viewBox%3D%270%200%20789%20519%27%3E%3Crect%20width%3D%27789%27%20height%3D%27519%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/cost-distance-raster-768x505.png\" class=\"lazyload img-responsive wp-image-58139\"\/><\/a><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Cost Distance Raster - Values represent the cost of traveling through a cell<\/h4><\/div><\/div><\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-3\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-3 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/cost-backlink-raster.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Cost Distance Backlink Raster\" title=\"Cost Distance Backlink Raster\"><img decoding=\"async\" width=\"768\" height=\"499\" alt=\"Cost Distance Backlink Raster\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27800%27%20height%3D%27520%27%20viewBox%3D%270%200%20800%20520%27%3E%3Crect%20width%3D%27800%27%20height%3D%27520%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/cost-backlink-raster-768x499.png\" class=\"lazyload img-responsive wp-image-58140\"\/><\/a><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Cost Distance Backlink Raster Cost Distance Backlink Raster - Values correspond with compass directions<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-3\"><p>The final step of least cost path analysis obtains the least cost path from the source to one or more destinations. The result of the&nbsp;<i>Cost Path<\/i>&nbsp;geoprocessing tool, this consists of a single polyline representing the lowest accumulated cost.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-4\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-4 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_D.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Proposed Pipeline &#8211; Least-Cost Path Analysis\" title=\"Proposed Pipeline &#8211; Least-Cost Path Analysis\"><img decoding=\"async\" width=\"745\" height=\"576\" alt=\"Output least-cost path and DEM for a proposed pipeline in Oregon\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273300%27%20height%3D%272550%27%20viewBox%3D%270%200%203300%202550%27%3E%3Crect%20width%3D%273300%27%20height%3D%272550%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_D-745x576.png\" class=\"lazyload img-responsive wp-image-58141\"\/><\/a><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">The result of Least-Cost Path Analysis solely on slope<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-4\"><p>Continuing our analysis of a proposed pipeline in Jackson County, Oregon, we factor in river crossings as a cost factor.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-5\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-5 hover-type-none\"><img decoding=\"async\" width=\"522\" height=\"667\" alt=\"Geoprocessing Flowchart for Scenario 3 - Analysis E\" title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis E\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27522%27%20height%3D%27667%27%20viewBox%3D%270%200%20522%20667%27%3E%3Crect%20width%3D%27522%27%20height%3D%27667%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-E.drawio.png\" class=\"lazyload img-responsive wp-image-58142\"\/><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Geoprocessing Flowchart for Scenario 3 - Analysis E Geoprocessing flowchart for least-cost path analysis factoring in both slope and river crossings<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-5\"><p>The result of factoring in river crossings to the cost analysis reduces potential crossings to five from the 16 when factoring in slopes alone:<\/p>\n<\/div><div class=\"fusion-image-element \" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_E.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Least-Cost Path Analysis factoring in both river crossings and slope\" title=\"Least-Cost Path Analysis factoring in both river crossings and slope\"><img decoding=\"async\" width=\"745\" height=\"576\" alt=\"Least-Cost Path Analysis factoring in both river crossings and slope\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273300%27%20height%3D%272550%27%20viewBox%3D%270%200%203300%202550%27%3E%3Crect%20width%3D%273300%27%20height%3D%272550%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_E-745x576.png\" class=\"lazyload img-responsive wp-image-58143\"\/><\/a><\/span><\/div><div class=\"fusion-text fusion-text-6\"><p>Furthering our analysis, we change from factoring in river crossings to instead factor in the distance to waterways. Using a multiple ring buffer, cost factors are set high for areas within 100 meters of hydrology and moderate for areas within 500 meters. Distances beyond 500 meters from a waterway are zero, reflecting no cost.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-7\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-F.drawio-768x414.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis F\" title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis F\"><img decoding=\"async\" width=\"768\" height=\"414\" alt=\"Geoprocessing Flowchart for Scenario 3 - Analysis F\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271058%27%20height%3D%27571%27%20viewBox%3D%270%200%201058%20571%27%3E%3Crect%20width%3D%271058%27%20height%3D%27571%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-F.drawio-768x414.png\" class=\"lazyload img-responsive wp-image-58144\"\/><\/a><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Geoprocessing flowchart for least-cost path analysis factoring slope and proximity to waterways<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-7\"><p>As the cost factor criterion for the least-cost path analysis is adjusted to better compensate natural factors, the least cost path adjusts accordingly:<\/p>\n<\/div><div class=\"fusion-image-element \" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-8 hover-type-none\"><a href=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_F.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[least-cost-path]\" data-title=\"Least-Cost Path Analysis &#8211; Slope and Proximitys to Waterway\" title=\"Least-Cost Path Analysis &#8211; Slope and Proximitys to Waterway\"><img decoding=\"async\" width=\"745\" height=\"576\" alt=\"Least-Cost Path Analysis with the cost factors of Slope and Proximitys to Waterway\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273300%27%20height%3D%272550%27%20viewBox%3D%270%200%203300%202550%27%3E%3Crect%20width%3D%273300%27%20height%3D%272550%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Scenario_3_Analysis_F-745x576.png\" class=\"lazyload img-responsive wp-image-58145\"\/><\/a><\/span><\/div><div class=\"fusion-text fusion-text-8\"><p>The final analysis for third scenario looks at Least-Cost Path Corridor Analysis, which not only includes the least-cost path, but also a multiple of other least-cost alternatives within a corridor determined on a case-by-case basis.<\/p>\n<\/div><div class=\"fusion-image-element awb-imageframe-style awb-imageframe-style-below awb-imageframe-style-9\" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-9 hover-type-none\"><img decoding=\"async\" width=\"467\" height=\"426\" alt=\"Geoprocessing Flowchart for Scenario 3 - Analysis G\" title=\"Geoprocessing Flowchart for Scenario 3 &#8211; Analysis G\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27467%27%20height%3D%27426%27%20viewBox%3D%270%200%20467%20426%27%3E%3Crect%20width%3D%27467%27%20height%3D%27426%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/Mod6_ANitzman_Scenario_3-Analysis-G.drawio.png\" class=\"lazyload img-responsive wp-image-58146\"\/><\/span><div class=\"awb-imageframe-caption-container\" style=\"text-align:center;\"><div class=\"awb-imageframe-caption\"><h4 class=\"awb-imageframe-caption-title\">Geoprocessing flowchart for least-cost path corridor analysis<\/h4><\/div><\/div><\/div><div class=\"fusion-text fusion-text-9\"><p>The geoprocessing to develop the least-cost path corridor utilizes the previously generated cost raster factoring in the proximity to waterways and slope. Instead of using the source point as the feature source data, the&nbsp;<i>Cost Distance<\/i>&nbsp;tool is based off the destination point feature class.<\/p>\n<div>Together the two cost distance rasters, one based off the &#8220;destination&#8221; feature class and the other off the &#8220;source&#8221; feature class, are input into the&nbsp;<i>Corridor<\/i>&nbsp;geoprocessing tool. This&nbsp;outputs the Least-Path Corridor raster, which areas of least-cost paths symbolized based upon a percentage from the minimum cost value:<\/div>\n<\/div><div class=\"fusion-image-element \" style=\"text-align:center;--awb-caption-margin-top:10px;--awb-caption-margin-bottom:10px;--awb-caption-title-font-family:var(--h4_typography-font-family);--awb-caption-title-font-weight:var(--h4_typography-font-weight);--awb-caption-title-font-style:var(--h4_typography-font-style);--awb-caption-title-size:var(--h4_typography-font-size);--awb-caption-title-transform:var(--h4_typography-text-transform);--awb-caption-title-line-height:var(--h4_typography-line-height);--awb-caption-title-letter-spacing:var(--h4_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-10 hover-type-none\"><img decoding=\"async\" width=\"639\" height=\"515\" alt=\"Least-Cost Path Corridor Analysis for a proposed pipeline\" title=\"Least-Cost Path Corridor Analysis for a proposed pipeline\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27639%27%20height%3D%27515%27%20viewBox%3D%270%200%20639%20515%27%3E%3Crect%20width%3D%27639%27%20height%3D%27515%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-orig-src=\"https:\/\/www.aaroads.com\/blog\/wp-content\/uploads\/gis-classes\/least-path-corridor-raster.png\" class=\"lazyload img-responsive wp-image-58147\"\/><\/span><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":58147,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1582],"tags":[1581,1605,315,1606,1587],"class_list":["post-58137","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gis","tag-geographic-information-systems","tag-gis4048","tag-maps","tag-modeling","tag-spatial-analysis"],"_links":{"self":[{"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/posts\/58137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/comments?post=58137"}],"version-history":[{"count":2,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/posts\/58137\/revisions"}],"predecessor-version":[{"id":58149,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/posts\/58137\/revisions\/58149"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/media\/58147"}],"wp:attachment":[{"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/media?parent=58137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/categories?post=58137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aaroads.com\/blog\/wp-json\/wp\/v2\/tags?post=58137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}