Calculate Suitability Score (Business Analyst)

获得 Business Analyst 许可后可用。

摘要

Calculates or recalculates a suitability score.

使用情况

  • Calculates or recalculates the Suitability Analysis scores.

参数

标注说明数据类型
Input Suitability Analysis Layer

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

Feature Layer

派生输出

标注说明数据类型
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)
名称说明数据类型
in_analysis_layer

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

Feature Layer

派生输出

名称说明数据类型
out_analysis_layer

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

Feature Layer

代码示例

RecalculateScore example (Python window)

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

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

环境

特殊情况

许可信息

  • Basic: 需要 Business Analyst
  • Standard: 需要 Business Analyst
  • Advanced: 需要 Business Analyst

相关主题