ArcGIS Desktop

  • 文档
  • 支持

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS for Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

Customer Demographic Profile Report

获得 Business Analyst 许可后可用。

  • 摘要
  • 用法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

摘要

Summarizes the demographic makeup of the geographies where your customers live. Based on the information in this report, you can get a sense of the demographic makeup of your customer base.

Learn more about how Customer Demographic Profile Report works

用法

  • The Customer Layer must be a point feature class.

  • You should only use this report on customer layers that were created with Business Analyst or Address Coder.

  • Check the Use Selected Features Only check box if you want to examine a subset of customer records.

  • You can regeocode your file after you make edits to the address records if you want to improve the statistics in the report.

  • Use the block group layer for the Geography Level parameter. This is the lowest level of geography containing demographic data and will provide the most accurate results.

语法

CustDemoProfile_ba (CustomerLayer, InputGeographyLevel, OutputDirectoryParameterName, {UseSelectedFeatures}, {TitleParameterName}, {ReportFormats})
参数说明数据类型
CustomerLayer

The point input feature class containing the customer distribution. Typically, this will be a Business Analyst customer layer.

Feature Layer
InputGeographyLevel

The features containing the demographic variables used to profile your customers. Typically, this should be set to the block group layer.

Feature Layer
OutputDirectoryParameterName

The output directory that will contain the report.

Folder
UseSelectedFeatures
(可选)

Generates a report on selected features of the customer layer.

  • True —Generates the Customer Demographic Report on selected features.
  • False —Generates the Customer Demographic Report on all features.
Boolean
TitleParameterName
(可选)

Title for the report.

String
ReportFormats
(可选)

Select the desired report output format

  • Simple XML
  • PDF
  • HTML
  • CSV
  • ZIP
  • XLSX
  • Stripped XLSX
String

代码示例

CustDemoProfile example (stand-alone script)

# Name: CustDemoProfile.py
# Description: Summarizes the demographics for customers in the San Francisco market.
# Author: Esri

# Import system modules
import arcview
import arcpy

arcpy.ImportToolbox(r"C:\Program Files (x86)\ArcGIS\Desktop10.6\Business Analyst\ArcToolbox\Toolboxes\Business Analyst Tools.tbx")
 
try:
# Acquire extension license 
  arcpy.CheckOutExtension("Business") 
 
# Define input and output parameters for the Customer Demographic Profile Report tool
  Customers = "C:/temp/sf_cust.shp"
  GeoLayer = "C:/ArcGIS/Business Analyst/US_2017/Data/Demographic Data/esri_bg.bds"
  OutPath = "C:/temp/Output_Segmentation1"
 
# Create Customer Demographic Profile Report
  arcpy.CustDemoProfile_ba(Customers, GeoLayer, OutPath)
 
# Release extension license 
  arcpy.CheckInExtension("Business") 
 
except:
  print arcpy.GetMessages(2)

环境

此工具不使用任何地理处理环境。

许可信息

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

相关主题

  • An overview of the Segmentation Analysis toolset

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS 平台

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • 内部人员博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2018 Esri. | 隐私政策 | 法律声明