m.sc. remote sensing and gis rt-203 geographic information

19
M.Sc. Remote Sensing and GIS RT-202 Geographic Information System Unit-III 3.3 Raster Based Spatial Data Analysis Part-II MSK: Mohit Singh

Upload: others

Post on 04-Feb-2022

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

M.Sc. Remote Sensing and GISRT-202

Geographic Information System

Unit-III

3.3 Raster Based Spatial Data Analysis – Part-II

MSK: Mohit Singh

Page 2: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

Cont…Overlays

• Raster overlays are relatively simple compared totheir vector counterparts and require much lesscomputational power .

• Despite their simplicity, it is important to ensurethat all overlain rasters are coregistered (i.e.,spatially aligned), cover identical areas, andmaintain equal resolution (i.e., cell size).

• If these assumptions are violated, the analysiswill either fail or the resulting output layer will beflawed.

Page 3: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• The mathematical raster overlay is the most commonoverlay method. The numbers within the aligned cellsof the input grids can undergo any user-specifiedmathematical transformation.

• Following the calculation, an output raster is producedthat contains a new value for each cell. As you canimagine, there are many uses for such functionality.

• In particular, raster overlay is often used in riskassessment studies where various layers are combinedto produce an outcome map showing areas of highrisk/reward.

Page 4: M.Sc. Remote Sensing and GIS RT-203 Geographic Information
Page 5: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• The Boolean raster overlay method represents asecond powerful technique, the Boolean connectorsAND, OR, and XOR can be employed to combine theinformation of two overlying input raster datasets intoa single output raster.

• Similarly, the relational raster overlay method utilizesrelational operators (<, <=, =, <>, >, and =>) to evaluateconditions of the input raster datasets.

• In both the Boolean and relational overlay methods,cells that meet the evaluation criteria are typicallycoded in the output raster layer with a 1, while thoseevaluated as false receive a value of 0.

Page 6: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• Overlay processes place two or more thematicmaps on top of one another to form a new map.

• Overlay operations available for use with vectordata include the point-in-polygon, line-in-polygon, or polygon-in-polygon models.

• Union, intersection, symmetrical difference, andidentity are common operations used to combineinformation from various overlain datasets.

• Raster overlay operations can employ powerfulmathematical, Boolean, or relational operators tocreate new output datasets.

Page 7: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

Scale of Analysis

• Raster analyses can be undertaken on four different scales of operation:

– local,

– neighborhood,

– zonal, and

– global.

Page 8: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• Local operations can be performed on single ormultiple rasters. When used on a single raster, a localoperation usually takes the form of applying somemathematical transformation to each individual cell inthe grid.

• For example, a researcher may obtain a digitalelevation model (DEM) with each cell valuerepresenting elevation in feet. If it is preferred torepresent those elevations in meters, a simple,arithmetic transformation (original elevation infeet x 0.3048 = new elevation in meters) of each cellvalue can be performed locally to accomplish this task.

Page 9: M.Sc. Remote Sensing and GIS RT-203 Geographic Information
Page 10: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• When applied to multiple rasters, it becomes possible toperform such analyses as changes over time.

• Given two rasters containing information on groundwaterdepth on a parcel of land at Year 2000 and Year 2010, it issimple to subtract these values and place the difference inan output raster that will note the change in groundwaterbetween those two.

• These local analyses can become somewhat morecomplicated however, as the number of input rastersincrease. For example, the Universal Soil Loss Equation(USLE) applies a local mathematical formula to severaloverlying rasters including rainfall intensity, erodibility ofthe soil, slope, cultivation type, and vegetation type todetermine the average soil loss (in tons) in a grid cell.

Page 11: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• Neighborhood operations represent a group offrequently used spatial analysis techniques that relyheavily on this concept. Neighborhood functionsexamine the relationship of an object with similarsurrounding objects. They can be performed on point,line, or polygon vector datasets as well as on rasterdatasets. In the case of vector datasets, neighborhoodanalysis is most frequently used to perform basicsearches. For example, given a point dataset containingthe location of convenience stores, a GIS could beemployed to determine the number of stores within 5miles of a linear feature (i.e., Interstate 10 inCalifornia).

Page 12: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• Neighborhood analyses are often more sophisticatedwhen used with raster datasets. Raster analysesemploy moving windows, also called filters or kernels,to calculate new cell values for every locationthroughout the raster layer’s extent. These movingwindows can take many different forms depending onthe type of output desired and the phenomena beingexamined.

• For example, a rectangular, 3-by-3 moving window iscommonly used to calculate the mean, standarddeviation, sum, minimum, maximum, or range ofvalues immediately surrounding a given “target” cell

Page 13: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• The target cell is that cell found in the center of the 3-by-3 moving window. The moving window passes overevery cell in the raster. As it passes each central targetcell, the nine values in the 3-by-3 window are used tocalculate a new value for that target cell. This newvalue is placed in the identical location in the outputraster. If one wanted to examine a larger sphere ofinfluence around the target cells, the moving windowcould be expanded to 5 by 5, 7 by 7, and so forth.Additionally, the moving window need not be a simplerectangle. Other shapes used to calculateneighborhood statistics include the annulus, wedge,and circle

Page 14: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

Common Neighborhood Types around Target Cell “x”: (a) 3 by 3, (b) Circle, (c) Annulus, (d) Wedge

Page 15: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• A zonal operation is employed on groups of cells of similar value orlike features, not surprisingly called zones (e.g., land parcels,political/municipal units, waterbodies, soil/vegetation types). Thesezones could be conceptualized as raster versions of polygons. Zonalrasters are often created by reclassifying an input raster into just afew categories.

• Zonal operations may be applied to a single raster or two overlayingrasters. Given a single input raster, zonal operations measure thegeometry of each zone in the raster, such as area, perimeter,thickness, and centroid. Given two rasters in a zonal operation, oneinput raster and one zonal raster, a zonal operation produces anoutput raster, which summarizes the cell values in the input rasterfor each zone in the zonal raster.

Page 16: M.Sc. Remote Sensing and GIS RT-203 Geographic Information
Page 17: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

• Global operations are similar to zonal operationswhereby the entire raster dataset’s extentrepresents a single zone. Typical globaloperations include determining basic statisticalvalues for the raster as a whole.

• For example, the minimum, maximum, average,range, and so forth can be quickly calculated overthe entire extent of the input raster andsubsequently be output to a raster in which everycell contains that calculated value.

Page 18: M.Sc. Remote Sensing and GIS RT-203 Geographic Information
Page 19: M.Sc. Remote Sensing and GIS RT-203 Geographic Information

Keynote

• Local raster operations examine only a single target cell during analysis.

• Neighborhood raster operations examine the relationship of a target cell proximal surrounding cells.

• Zonal raster operations examine groups of cells that occur within a uniform feature type.

• Global raster operations examine the entire areal extent of the dataset.