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; Group Layer

Производные выходные данные

ПодписьОписаниеТип данных
Output Suitability Analysis Layer

The name of the Suitability Analysis layer.

Feature Layer; Group Layer

arcpy.ba.CalculateSuitabilityScore(in_analysis_layer)
ИмяОписаниеТип данных
in_analysis_layer

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

Feature Layer; Group Layer

Производные выходные данные

ИмяОписаниеТип данных
out_analysis_layer

The name of the Suitability Analysis layer.

Feature Layer; Group Layer

Пример кода

RecalculateScore example (Python window)

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

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

Информация о лицензиях

  • Basic: Обязательно Business Analyst
  • Standard: Обязательно Business Analyst
  • Advanced: Обязательно Business Analyst

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