Unit 4
Unit 4
Unit 4
UNIT IV
18CEO407T
Spread of disease
Making predictions
BENEFITS OF SPATIAL ANALYSIS
Increase efficiency and productivity
Increase revenue
1. Query
2. Reclassification
3. Coverage rebuilding
4. Overlay
5. Connectivity analysis
QUERY
Retrieval of attribute data without altering the
existing data by means of arithmetic and
logical operations.
QUERY
Simple Query
Select Employee ID
From Employees
Where Fname = ‘Karuppasamy’ AND Lname = ‘Sudalaimuthu’
Spatial Query
Find all the states from India that border on Pakistan
Select State. Name
From State Name, Country Name
Where Touch (State. Shape, Country. Shape) = 1 AND
Country. Name = “Pakistan”
QUERY
Non spatial queries:
Spatial Queries:
Water quality
CONNECTIVITY ANALYSIS
Control points:
Control Points are points with known values. Also called known
points, sample points, or observations, control points provide
the data necessary for developing an interpolator (e.g., a
mathematical equation) for spatial interpolation. The number
and distribution of control points can greatly influence the
accuracy of spatial interpolation.
TYPES OF SPATIAL INTERPOLATION
Global Interpolation : A global interpolation
method uses every known point available to
estimate an unknown value.
1. It is used to capture the general trend of the
surface
2. It is taking longer time to process
3. Generate noise
Types of global Interpolation : 1. Trend surface and
2. Regression methods
TYPES OF SPATIAL INTERPOLATION
- Continuous or discrete
DATA RETRIEVAL –
RECLASSIFICATION TECHNIQUES
Data retrieval: 1. Locating, 2. Selecting by attributes 3. Buffering 4,
Map overlay 5. Map algebra.
Boolean algebra uses the operators AND, OR, XOR and NOT to
see whether a particular condition is true or not.
Etc..
HOW DO RETRIEVE DATA?
Query
In the illustration above, the input, point feature shows the location of
drinking water wells in three villages.
To know how many wells fall in village 1, the input features class is
clipped using the boundary of the village1. The output feature class
shows that five wells are present in village 1.
VECTOR ANALYSIS
Split : Causes the input features to form subset of multiple output feature classes. The
split field’s unique values form the names of the output feature classes.
In the illustration above, a point theme of wells is split using the polygon theme of
watershed boundaries. The output of this operation contains multiple feature classes
which are named on the unique value of watershed boundaries ( in this case, the
unique value is the watershed number WS1, WS2 etc).
Each output class represents the number of wells present in a particular watershed
i.e WS1 or Watershed 1 has three wells. Similarly WS2, WS3 and WS4 have 3, 2 and 2
wells respectively.
VECTOR ANALYSIS
Union : union creates a new theme by overlapping two polygon themes. It is same as or
Boolean operator. The output theme contains the combined polygons and attributes of
both themes. Only polygon themes can be combined using union.
Let’s say we are interested in knowing no potential zone for urban development. It is
clear that no construction can be done on a water body or land covered by agriculture
or forest. So, we can say union of areas under water, agriculture and forest would
present us the area having no potential for urban development.
VECTOR ANALYSIS
Intersect : Intersect creates a new theme by overlapping a point, line or polygon theme
with an intersecting polygon theme. It is same as “and” Boolean operator. The output
theme contains only the feature inside the intersecting polygons.
To identify the area having potential for urban development, we need to intersect the
polygon themes to get a common area which is not under water, agriculture or forest.
VECTOR ANALYSIS
Identity: Identity creates a new theme by
overlapping a point, line or polygon theme with
an intersecting polygon theme. The output
theme contains all the original point, line or
polygons as well as the attributes transferred by
the intersecting polygon theme.
VECTOR ANALYSIS
Erase: Erase removes polygons in a theme from
the area covered by polygons of another theme.
The output feature class only contains those
features of the input polygon theme that fall
outside the polygons of the second theme.
OVERLAY
Point in polygon
Line on polygon
Polygon on polygon
POINT IN POLYGON OVERLAY
Points are overlaid on polygon. Topology of
point in polygon is “ contained in” relationship.
ID Name
ID Name
1 Chennai
1 Sam
2 Kancheepuram
2 Ram
3 Vilupuram
3 Raja
4 Pooja ID Name
5 Riya
LINE – ON – POLYGON OVERLAY
SOIL LANDUSE
RASTER OVERLAY
Raster overlay can be performed by using map
algebra or mathematics. Using map algebra,
input layers may be added, subtracted,
multiplied or divided to produce an output
value.
RASTER OVERLAY
Raster (Arithmetic) overlay: Raster overlay superimposes
at least two input raster layers to produce an output
layer. Each cell in the output layer is calculated from the
corresponding pixels in the input layers.
To do this, the layers must line up perfectly, they must
have the same pixel resolution and spatial extent.
Raster overlay is flexible, efficient, quick, and offers
more overlay possibilities than vector overlay.
RASTER OVERLAY
Raster overlay, frequently called map algebra, is
based on calculations which include arithmetic
expressions, Boolean algebraic operators to
process input layers to create an output layer.
Can do reasoning
WHAT IS AN EXPERT SYSTEM(ES)
An expert system is software that attempts to
reproduce the performance of one or more
experts, typically in a specific problem domain.
1. User interface
2. Knowledge Base
3. Inference engine
c) Contours
TYPES OF DEM
Channel networks :
APPLICATION OF DEM
Landslide probability
Hazard monitoring
Agricultural management
APPLICATIONS OF DEM – INDUSTRIAL
APPLICATIONS
About 60% of all DEM sales in Europe are to the
telecommunication industry. Topographic data
are used for
1. Cost surface
2. Cost distance
Cost raster
Source raster:
A source raster defines the source cell(s). Only the source cell has a cell
value in the source raster; all other cells are assigned no data. Similar to
physical distance measure operations, cost distance measures spread from
the source cell. But in the context of least-cost path analysis, one can
consider the source cell as an end point of a path, either the origin or the
destination.
The analysis derives for a cell the least accumulated cost path to the source
cell or to the closest source cell if two or more source cells are present.
COST PATH ANALYSIS
Cost raster:
A cost raster defines the cost or impedance to move through each cell. A
cost raster has three characteristics. First, the cost for each cell is usually
the sum of different costs.
Second, the cost may represent the actual or relative cost. Relative costs
are expressed in ranked values.