Spatial Analysis

Spatial Analysis is one of the most exciting (and powerful) capabilities in GIS, and ArcGIS Pro gives you a ton of tools for it. It’s essentially about examining the locations, attributes, and relationships of features in spatial data through overlay, proximity, statistics, and modeling.

Let’s break this down a bit. Are you after an overview of what kinds of spatial analysis you can perform in ArcGIS Pro, or do you have a specific type of analysis in mind (like suitability modeling, hot spot detection, interpolation, density mapping, etc.)?

Common Categories of Spatial Analysis in ArcGIS Pro:

Analysis TypeExample Tools / Use Cases
Proximity AnalysisBuffer, Near, Generate Near Table
Overlay AnalysisIntersect, Union, Spatial Join
Surface AnalysisContour, Slope, Aspect, Hillshade
Density AnalysisKernel Density, Point Density
Statistical AnalysisHot Spot Analysis (Getis-Ord Gi*), Cluster and Outlier Analysis (Anselin Local Moran’s I)
Suitability ModelingWeighted Overlay, Weighted Sum
Distance AnalysisEuclidean Distance, Cost Distance
InterpolationIDW (Inverse Distance Weighted), Kriging, Natural Neighbor
Raster AnalysisMap Algebra, Reclassify, Raster Calculator
Change DetectionRaster Difference, Image Classification

Typical Spatial Analysis Workflow:

  1. Frame your question
    What do you need to find out? What data is required?
  2. Prepare your data
    Clean, project, and structure your data so it’s analysis-ready.
  3. Run analysis tools
    From the Analysis tab → Tools, or via ModelBuilder or Python scripts.
  4. Review results
    Use symbology, classification, and visualization to interpret results.
  5. Share or export outputs
    Create maps, reports, or dashboards based on your findings.