Suitability Analysis with Model Builder in ArcGIS | Step-by-Step Guide

Added:

Data Prep
Tool Setup
Suitability Scoring
Set Parameters
Define Variables
Combine Criteria
Rename Outputs
Final Model Run
Result Refine

Data Prep

0:01
Playing Section
  • 1

    Identify criteria for windmill site: distances from buildings, roads, marshland, water, and rivers.

  • 2

    Load five required data layers (rivers, roads, buildings, marshland, water) into ArcGIS.

Fundamental understanding of GIS data models, specifically the differences between vector (points, lines, polygons) and raster data structures.
Basic proficiency with the ArcGIS Pro or ArcMap interface, including layer management and running standard geoprocessing tools.
The conceptual basis of spatial proximity analysis, such as buffering, and how distance measurements are represented in a GIS environment.
The core principles of Multi-Criteria Decision Analysis (MCDA), specifically how different geographic factors can influence a site selection decision.
Advanced ModelBuilder operations, such as using iterators, preconditions, and feedback loops to automate repetitive workflows.
Transitioning from visual modeling to programming by exporting ModelBuilder workflows into Python (ArcPy) scripts for deeper customization.
Implementing advanced mathematical overlay methods, such as Fuzzy Logic and the Analytic Hierarchy Process (AHP) for complex decision-making.
Conducting sensitivity analysis to evaluate how changes in criteria weighting and scoring impact the final suitability output.
Publishing geoprocessing models as web tools in ArcGIS Enterprise or ArcGIS Online to create interactive suitability dashboards for stakeholders.
60.1K views260likes40:21@WanasoloOriginal Release: 2012-12-04

This video tutorial demonstrates how to develop a suitability model in ArcGIS Model Builder for selecting optimal locations for windmill installations. The process involves defining spatial criteria (minimum distances from buildings, roads, marshlands, water bodies, and rivers), applying multiple ring buffering and identity operations to identify suitable areas, reclassifying results into binary suitability scores (0 for suitable, 1 for unsuitable), and combining criteria using the weighted sum tool to produce a final suitability map. Key best practices include setting relative path names for portability, configuring model parameters for user customization, and extracting raster values to evaluate proposed site locations.