Spatial Data Analysis
Spatial Data Analysis
Vikas Ghadamode
or industry .
Spatial data analysis is the backbone of a GIS…
Data analysis operations
◼ Measurement
Basic spatial measurements: x,y, distance, area etc.
◼ Spatial query
Data retrieval on both geometric and attribute data
◼ (re)Classification
Assign new classification codes
◼ Overlay
Evaluate the characteristics of surrounding area
Topological and raster overlay
◼ Neighbourhood
Measurement, Retrieval and Classification
Input
layer1 Operation
Output
or
Expression (One layer)
Input
layer2
OVERLAY OPERATIONS
OVERLAY OF TWO
POLYGONS PRODUCING A
NEW SET OF POLYGONS
COMMON TO BOTH MAPS
Proximity analysis
◼ The Proximity analysis used to find
out the characteristics of the vicinity
(neighbourhood) of the location
Create
buffer along
major roads
Select clinics
within the buffer
polygons
ANALYSIS TOOLS
ARCGIS DESKTOP
Analysis Tools
Right click
New layers can be created from the
selected features using graphic or
attribute selection procedures
Right click
Overlay analysis
Geology map
of 57N
TS frame of 57N/10
Intersect
57M02
Union
◼ This tool creates a new shape file by
combining the features and attributes of two
or more shape files.
◼ All input shape file must have polygon
geometry.
Union
57N_geology
57N_Geology updated
57N/10
Identity
◼ All the Features of the input layer and only the
overlapping features in the overlaid layer are written to
the output layer.
◼ The Input Features that overlap Identity features will get
the attributes of those Identity features
Overlay
Symmetrical Erase
Update
difference
Proximity analysis
◼ Buffer
◼ Create Thiessen polygon
◼ Near
◼ Point Distance
Buffer
◼ This tool creates an area
within a specified distance
surrounding each feature.
B
A + 1. Creates equilateral triangles
+ 1/2 (red lines)
1/2 2. Calculates half distance
C
+ between points
3. Make perpendicular lines
D
+ E F 4. Connects perpendicular lines
+ + to make Thiessen polygons
Near
◼ The Near tool computes the distance from each
point in the input layer to the nearest point, or
polyline, in another layer.
◼ The results are recorded in the attribute table of
the input layer.
Near
◼ The results are recorded in the Input Features
attribute table. Fields for distance and feature
ID of the closest feature are added or updated.
The field names are NEAR_DIST and NEAR_FID.
◼ Frequency tool
◼ Summary Statistics tool
Frequency Analysis
◼ A field will be created for each statistics type - field operation using
the following naming convention: SUM_FIELD, MAX_FIELD, MIN_FIELD,
RANGE_FIELD, STD_FIELD, FIRST_FIELD, LAST_FIELD.
Vikas Ghadamode
Summary Statistics
Vikas Ghadamode