KamleshKumar265
1,279 views
39 slides
Jan 16, 2020
Slide 1 of 39
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
About This Presentation
An overlay operation is much more than a simple merging of linework; all the attributes of the features taking part in the overlay are carried through. In general, there are two methods for performing overlay analysis—feature overlay (overlaying points, lines, or polygons) and raster overlay. Some...
An overlay operation is much more than a simple merging of linework; all the attributes of the features taking part in the overlay are carried through. In general, there are two methods for performing overlay analysis—feature overlay (overlaying points, lines, or polygons) and raster overlay. Some types of overlay analysis lend themselves to one or the other of these methods. Overlay analysis to find locations meeting certain criteria is often best done using raster overlay (although you can do it with feature data). Of course, this also depends on whether your data is already stored as features or raster. It may be worthwhile to convert the data from one format to the other to perform the analysis.
Weighted Overlay
Overlays several raster files using a common measurement scale and weights each according to its importance.
The weighted overlay table allows the calculation of a multiple criteria analysis between several raster files.
Raster- The raster of the criteria being weighted.
Influence- The influence of the raster compared to the other criteria as a percentage of 100.
Field- The field of the criteria raster to use for weighting.
Remap- The scaled weights for the criterion.
In addition to numerical values for the scaled weights in Remap, the following options are available:
Restricted- Assigns the restricted value (the minimum value of the evaluation scale set, minus one) to cells in the output, regardless of whether other input raster files have a different scale value set for that cell.
No data - Assigns No Data to cells in the output, regardless of whether other input raster files have a different scale value set for that cell.
THIS PRESENTATION IS TO HELP YOU PERFORM THE TASK STEP BY STEP.
Size: 8.34 MB
Language: en
Added: Jan 16, 2020
Slides: 39 pages
Slide Content
OVERLAY ANALYSIS KAMLESH KUMAR
An overlay operation is much more than a simple merging of linework; all the attributes of the features taking part in the overlay are carried through. In general, there are two methods for performing overlay analysis—feature overlay (overlaying points, lines, or polygons) and raster overlay. Some types of overlay analysis lend themselves to one or the other of these methods. Overlay analysis to find locations meeting certain criteria is often best done using raster overlay (although you can do it with feature data). Of course, this also depends on whether your data is already stored as features or raster. It may be worthwhile to convert the data from one format to the other to perform the analysis. Weighted Overlay Overlays several raster files using a common measurement scale and weights each according to its importance. The weighted overlay table allows the calculation of a multiple criteria analysis between several raster files. Raster- The raster of the criteria being weighted. Influence- The influence of the raster compared to the other criteria as a percentage of 100. Field- The field of the criteria raster to use for weighting. Remap- The scaled weights for the criterion. In addition to numerical values for the scaled weights in Remap, the following options are available: Restricted- Assigns the restricted value (the minimum value of the evaluation scale set, minus one) to cells in the output, regardless of whether other input raster files have a different scale value set for that cell. No data - Assigns No Data to cells in the output, regardless of whether other input raster files have a different scale value set for that cell.
Add both the classified and unclassified image to the window but the task should be performed on the unclassified image as shown in the image.
Layer – 1 Rainfall
Rainfall Point file TO IDW(Output cell size - 50)
Reclassification OF IDW
Reclassified IDW
Layer 2: Geology
POLYGON TO RASTER
Reclassified Layer
Layer – 3 Landuse
Polygon to Raster
Reclassified Layer
Layer -3 Faults
Calculate Distance (Euclidian Distance)
Reclassified Layer
Layer 5: Drainage
Calculate Density (Line Density with Radius-500)
Reclassified Layer
Layer 6: Relief
Create TIN
TIN to Raster layer (DEM)
Neighbourhood → Focal Statistics
Reclassified Layer
Layer 7: Slope
Raster layer (DEM )
Slope
Reclassified Layer
Layer 8: Mobile Towers
Surface Viewshed
Reclassified Layer
Layer 9: Road
Distance(Euclidian Distance)
Reclassified Layer
Spatial Analysis Tool → Map Algebra → Raster Calculator formula – (Priority 1 * Layer 1)+(Priority 2 * Layer 2)+(Priority n * Layer n) INTEGRATION OF ALL LAYERS