Generate SDCX Index (Business Analyst)

Доступно с лицензией Business Analyst.

Краткая информация

Creates an index for a Statistical Data Collection (SDCX). The index will improve performance when using the custom data in analysis tools such as Enrich Layer.

Использование

  • A Statistical Data Collection must exist before you can generate an index.

  • The index must be rebuilt if there are changes to the feature class that references the .sdcx file or if there are changes to the .sdcx file.

  • Three files, with the extensions .ppi, .ddi, and .pdi.prj, are created when the SDCX index is generated. These three files have the same name as the Input SDCX File parameter.

Параметры

ПодписьОписаниеТип данных
Input SDCX File

The input Statistical Data Collection file (.sdcx).

File

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

ПодписьОписаниеТип данных
Updated SDCX File

The updated SDCX index file.

File

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

The input Statistical Data Collection file (.sdcx).

File

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

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

The updated SDCX index file.

File

Пример кода

GenerateSDCXIndex example (Python window)

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

import arcpy
arcpy.ba.GenerateSDCXIndex(r"C:\ArcGIS\Project\MyProject\MyBlocksData.sdcx")

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

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

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