Raster Data Analysis 11
Raster Data Analysis 11
ANALYSIS
Geographic Information
Systems
GEOG 4047
Raster and vector comparison
Vector Data:
● Represents spatial information
Raster Data:
● Uses a grid of regularly spaced cells using points, lines, and polygons.
● Each feature in the data (point,
or pixels to represent spatial
line, polygon) has attributes
information.
● Each cell in the grid contains a associated with it.
● Well-suited for representing
single value or attribute.
● Well-suited for continuous data such discrete features such as roads,
rivers, and administrative
as elevation, temperature, and
boundaries.
satellite imagery.
● More flexible in terms of
● Can efficiently represent large,
representing complex shapes and
continuous areas.
● Simple and efficient for operations topologies.
● Typically more compact than
like distance and proximity analysis.
● Can be more memory-intensive raster data for storing complex
geometries.
than vector data for large areas or
● Suitable for operations that involve
high resolutions.
● Common formats include overlay, buffering, and network
analysis.
Geodatabase raster, GeoTIFF,
● Common formats include
JPEG, and ERDAS Imagine.
shapefile,Geodatabase feature
class, GeoJSON, KML.
Raster and vector comparison
Raster Vector
https://pro.arcgis.com/en/pro-app/latest/
help/data/imagery/introduction-to-raster-
data.htm
Raster data management tools
• Convert to vector
• Convert from vector
• Copy raster
• Projection
• Resampling
• Reclassification
Converting features to raster
Text attribute
Grid value
carried over
Converting raster to features
To complex to convert
OK to convert
100km radius
50 km radius
11-41
100 km
Heatmap
• Heat map symbology draws
point features as a
dynamic, representative
surface of relative density.
• Use heat map symbology
when you have many points
that are close together and
cannot be easily
distinguished.
• The density is calculated
using the kernel density
method, the same
algorithm used by the
Kernel Density
geoprocessing tool.
Kernel density
• The Kernel Density tool
calculates the density of
features in a neighborhood
around those features.
• The population field can be
used to weight some
features more heavily than
others or allow one point to
represent several
observations.
• Kernels are defined based
on distance to the points
Global functions
Global functions
• The output value at each cell location is potentially a
function of all the cells combined from the various input
raster datasets.
• Examples of global functions:
• Distance functions
• Least cost path
• Flow accumulation
Distance functions
• Euclidean distance
• Assign to each cell in the output raster dataset its
distance from the closest source cell.
• Raster buffer zone can be created in this way
• Weighted distance
• Cost of moving from a destination cell to the nearest
source cell over a surface that is weighted by some cost in
addition to Euclidean distance
• Given a cost layer, e.g. slope, dense vegetation, swamp,
etc.
• Calculate the shortest path and a cost accumulation
raster
Use "Euclidean distance" function to
create buffer zones
0
1
Cut
Fill
11-60
Cut fill
Hydrologic functions