Calculate Suitability Score (Business Analyst)

Available with Business Analyst license.

Summary

Calculates or recalculates a suitability score.

Usage

  • Calculates or recalculates the Suitability Analysis scores.

Syntax

arcpy.ba.CalculateSuitabilityScore(in_analysis_layer)
ParameterExplanationData Type
in_analysis_layer

The Suitability Analysis Layer that will be used in the analysis.

Feature Layer

Derived Output

NameExplanationData Type
out_analysis_layer

The name of the Suitability Analysis layer that will be added to the map.

Feature Layer

Code sample

RecalculateScore example (Python window)

The following Python window script demonstrates how to use the RecalculateScore tool.

import arcpy
arcpy.ba.CalculateSuitabilityScore("Site Suitability001")

Environments

Licensing information

  • Basic: Requires Business Analyst
  • Standard: Requires Business Analyst
  • Advanced: Requires Business Analyst

Related topics