Summary Reports (Business Analyst)

Disponible con licencia de Business Analyst.

Resumen

Creates infographic and summary reports for a boundary layer using standard or custom templates.

Uso

  • Input layers must be polygons within the extent of the active dataset.

  • This tool requires a locally stored dataset or a portal connection, such as ArcGIS Online.

  • Template names generally describe the type of data to be contained in the template.

  • Variables used in each infographic and report template are contained in a variable list. You can access the variable lists using the data browser.

  • Reports can be created for boundary layers or for multiple polygons in a boundary layer. Use the Summarization Options parameter to specify how reports will be created when one or more features are present.

  • Los Business Analyst Data, utilizados en resúmenes e informes, se especifican mediante el ajuste de entorno Fuente de datos de geoprocesamiento.

  • To create an interactive infographic, select the HTML option for the Report Output Formats parameter.

  • When using ModelBuilder, you must create an output folder or select an existing folder before running Summary Reports.

  • The Ring ID Field parameter controls the display of data for each polygon, with the lowest values presented first.

  • The Area Description Field parameter values are displayed as output report headers that distinguish the data for each input polygon.

  • To properly display data for the input sites with multiple polygons, the Store ID Field, Store Name Field, Ring ID Field, and Area Description Field parameters must be set.

Parámetros

EtiquetaExplicaciónTipo de datos
Boundary Layer

The boundary layer containing one or more polygons that will be used to create reports.

Feature Layer
Create Reports

One or more report templates that will be used to create the summary report. You must be signed in to ArcGIS Online or have Business Analyst Data installed.

String
Output Folder

The output location where the summary reports will be saved.

Folder
Summarization Options
(Opcional)

Specifies how the data will be displayed in a report.

  • Individual featuresSelected report templates will be returned for each individual trade area polygon. This is the default.
  • For the whole layerSelected report templates will be returned representing only the full extent of the trade area.
  • For both individual features and the whole layerSelected report templates will be returned for both individual features and the whole layer.
String
Single Report
(Opcional)

Specifies whether a single output will be created or a separate file will be created for each report.

  • Checked—All reports will be combined into a single output.
  • Unchecked—A separate file will be created for each selected report. This is the default.
Boolean
Report Output Formats
(Opcional)

The report output format. The default value is PDF.

String
Store ID Field
(Opcional)

The field that will be used to group data for each site in output reports. These field values are not displayed in the header.

Field
Store Name Field
(Opcional)

The field values that will be displayed in the output report headers that identify the site corresponding to each polygon's data.

Field
Store Address Field
(Opcional)

The store address associated with each trade area.

Field
Store Latitude Field
(Opcional)

The field that will contain the latitude coordinates (y field).

Field
Store Longitude Field
(Opcional)

The field that will contain the longitude coordinates (x field).

Field
Ring ID Field
(Opcional)

The field that will control the presentation order of data for inputs with multiple polygons per site.

Field
Area Description Field
(Opcional)

The field that will be displayed as the output template header with values corresponding to each input polygon's data.

Field
Report Title
(Opcional)

The title in the report header.

String
Report Subtitle
(Opcional)

The subtitle in the report header. The default value is Prepared by Business Analyst Pro.

String
Create Report Per Feature
(Opcional)

Specifies whether a single report or multiple reports will be created.

  • Checked—A report will be created per feature.
  • Unchecked—A single report will be created. This is the default.
Boolean
Add Infographic Header
(Opcional)

Specifies whether a header will be added to the infographic.

  • Checked—A header will be added to the infographic.
  • Unchecked—A header will not be added to the infographic. This is the default.
Boolean
Add Infographic Footer
(Opcional)

Specifies whether a footer will be added to the infographic.

  • Checked—A footer will be added to the infographic.
  • Unchecked—A footer will not be added to the infographic. This is the default.
Boolean
Add Infographic Data Source
(Opcional)

Specifies whether the source will be added to the infographic.

  • Checked—The data source will be added to the infographic.
  • Unchecked—The data source will not be added to the infographic. This is the default.
Boolean

Salida derivada

EtiquetaExplicaciónTipo de datos
Output Files

The output report.

File

arcpy.ba.SummaryReports(in_features, report_templates, reports_folder, {summarization_options}, {single_report}, {formats}, {store_id_field}, {store_name_field}, {store_address_field}, {store_latitude_field}, {store_longitude_field}, {ring_id_field}, {area_description_field}, {title}, {subtitle}, {report_per_feature}, {add_infographic_header}, {add_infographic_footer}, {add_infographic_data_source})
NombreExplicaciónTipo de datos
in_features

The boundary layer containing one or more polygons that will be used to create reports.

Feature Layer
report_templates
[report_templates,...]

One or more report templates that will be used to create the summary report. You must be signed in to ArcGIS Online or have Business Analyst Data installed.

String
reports_folder

The output location where the summary reports will be saved.

Folder
summarization_options
(Opcional)

Specifies how the data will be displayed in a report.

  • INDIVIDUAL_FEATURESSelected report templates will be returned for each individual trade area polygon. This is the default.
  • WHOLE_LAYERSelected report templates will be returned representing only the full extent of the trade area.
  • BOTH_FEATURES_AND_LAYERSelected report templates will be returned for both individual features and the whole layer.
String
single_report
(Opcional)

Specifies whether a single output will be created or a separate file will be created for each report.

  • CREATE_SINGLE_REPORTAll reports will be combined into a single output.
  • CREATE_REPORT_PER_TEMPLATEA separate file will be created for each selected report. This is the default.
Boolean
formats
[formats,...]
(Opcional)

The report output format. The default value is PDF.

String
store_id_field
(Opcional)

The field that will be used to group data for each site in output reports. These field values are not displayed in the header.

Field
store_name_field
(Opcional)

The field values that will be displayed in the output report headers that identify the site corresponding to each polygon's data.

Field
store_address_field
(Opcional)

The store address associated with each trade area.

Field
store_latitude_field
(Opcional)

The field that will contain the latitude coordinates (y field).

Field
store_longitude_field
(Opcional)

The field that will contain the longitude coordinates (x field).

Field
ring_id_field
(Opcional)

The field that will control the presentation order of data for inputs with multiple polygons per site.

Field
area_description_field
(Opcional)

The field that will be displayed as the output template header with values corresponding to each input polygon's data.

Field
title
(Opcional)

The title in the report header.

String
subtitle
(Opcional)

The subtitle in the report header. The default value is Prepared by Business Analyst Pro.

String
report_per_feature
(Opcional)

Specifies whether a single report or multiple reports will be created.

  • CREATE_REPORT_PER_FEATUREA report will be created per feature.
  • CREATE_SINGLE_REPORTA single report will be created. This is the default.
Boolean
add_infographic_header
(Opcional)

Specifies whether a header will be added to the infographic.

  • ENABLE_INFOGRAPHIC_HEADERA header will be added to the infographic.
  • DISABLE_INFOGRAPHIC_HEADERA header will not be added to the infographic. This is the default.
Boolean
add_infographic_footer
(Opcional)

Specifies whether a footer will be added to the infographic.

  • ENABLE_INFOGRAPHIC_FOOTERA footer will be added to the infographic.
  • DISABLE_INFOGRAPHIC_FOOTERA footer will not be added to the infographic. This is the default.
Boolean
add_infographic_data_source
(Opcional)

Specifies whether the data source will be added to the infographic.

  • ENABLE_INFOGRAPHIC_DATA_SOURCEThe data source will be added to the infographic.
  • DISABLE_INFOGRAPHIC_DATA_SOURCEThe data source will not be added to the infographic. This is the default.
Boolean

Salida derivada

NombreExplicaciónTipo de datos
output_files

The output report.

File

Muestra de código

SummaryReports example (Python window)

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

import arcpy
arcpy.env.baDataSource = "ONLINE;US;"
arcpy.ba.SummaryReports("TradeArea50", "Age 50+ Profile", r"C:\Temp", "INDIVIDUAL_FEATURES", "CREATE_REPORT_PER_TEMPLATE", "PDF", "ID", None, None, "STORE_LAT", "STORE_LONG", "RING", "AREA_DESC", "Age 50 Plus Store Trade Area", "Prepared By Business Analyst Pro", "CREATE_REPORT_PER_FEATURE")

Información de licenciamiento

  • Basic: Requiere Business Analyst
  • Standard: Requiere Business Analyst
  • Advanced: Requiere Business Analyst

Temas relacionados