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.

Parameters

LabelExplanationData Type
Input Suitability Analysis Layer

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

Feature Layer

Derived Output

LabelExplanationData Type
Output Suitability Analysis Layer

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

Feature Layer

arcpy.ba.CalculateSuitabilityScore(in_analysis_layer)
NameExplanationData 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