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

Связанные разделы