ArcGIS Desktop

  • Documentación
  • Soporte

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS for Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

Target Map

Disponible con licencia de Business Analyst.

  • Resumen
  • Ilustración
  • Uso
  • Sintaxis
  • Muestra de código
  • Entornos
  • Información sobre licencias

Resumen

Thematically shades selected segments a single color in a map to help you determine where your target segments are located.

Learn more about how Target Map (Business Analyst) works

Ilustración

Target Map example

Uso

  • To best determine what segments to include in the target map, you should analyze the output from the Customer Tapestry Profile Report.

  • The segmentation layer should be set to the block group layer. There must be a unique assignment of households for a unit of geography for this map to be created.

  • The segmentation base can be generated using total adult population or total households.

  • Total adult population includes individuals 18 years old or older.

  • You may want to create a Game Plan Chart to help guide you in the selection of your segments.

  • This tool creates a binary shaded map. All block groups shaded red are in the selected segments (Target) you define.

  • This tool uses the Business Analyst default basemap. If you would like to use a different basemap (in the current data view), then turn off background processing in the geoprocessing options.

  • You can change the default colors used in the target map by editing the Business Analyst styles document. You can edit these colors in ArcMap's Style Manager. To open the Style Manager, click Tools > Styles > Style Manager.

Sintaxis

TargetMap_ba (SegmentationBase, SegmentaionClusters, SegmentationLayer, SegmentationAnalysisResultFolder, {CreateReport}, {CreateFeatureClass})
ParámetroExplicaciónTipo de datos
SegmentationBase

The segmentation base can be generated using total adult population or total households.

String
SegmentaionClusters
[SegmentationCluster;SegmentationCluster...,...]

One or more segments used to define your summarized target penetration.

String
SegmentationLayer

The geographic layer containing the segmentation data. Typically, this should be set to the block group layer or other layers with a unique segmentation assignment.

String
SegmentationAnalysisResultFolder

The output file directory.

Folder
CreateReport
(Opcional)

Defines whether to generate a Target Map report.

  • CREATE_REPORT —Generates a Target Map report.
  • DONT_CREATE_REPORT —Does not generate a Target Map report. This is the default.
Boolean
CreateFeatureClass
(Opcional)

Defines whether to generate an output feature class for the Target Map.

  • CREATE_OUT_FEATURECLASS —Generates an output feature class for the Target Map.
  • DONT_CREATE_OUT_FEATURECLASS —Does not generate an output feature class for the Target Map. This is the default.
Boolean

Muestra de código

TargetMap example (stand-alone script)

# Name: TargetMap.py
# Description: Creates a report based on selected taptestry segments. 
# 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 Target Map tool
  OutPath = "C:/temp/Output_Segmentation"
  SegLayer = "C:/ArcGIS/Business Analyst/US_2017/Data/Demographic Data/esri_bg.bds"
 
# Create Target Map
  arcpy.TargetMap_ba("Total Adult Population", "Top Tier;Boomburbs", SegLayer, OutPath, "CREATE_REPORT", "DONT_CREATE_OUT_FEATURECLASS")
 
# Release extension license 
  arcpy.CheckInExtension("Business") 
 
except:
  print arcpy.GetMessages(2)

Entornos

Esta herramienta no utiliza ningún entorno de geoprocesamiento.

Información sobre licencias

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

Temas relacionados

  • An overview of the Segmentation Analysis toolset

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

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

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog interno
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2018 Esri. | Privacidad | Legal