Color Coded Layer (Business Analyst)

Available with Business Analyst license.

Summary

Creates multilevel, scale-dependent choropleth layers from a variable describing a business, demographic, consumer, or landscape characteristic.

Illustration

Color Coded Layer tool illustration

Usage

  • The output is a group layer containing scale-dependent administrative geography levels with a user-defined variable. By default, all levels and all features within each level are included in the group layer.

  • Local data or online data can be used to create a color-coded layer. The data can be explored through the data browser.

  • The Area of Interest parameter defines the geographic extent of the analysis. The following also pertain to the area of interest:

    • It is only supported with local data.
    • The output creates a feature dataset.
    • If specified, administrative geography levels intersecting the area of interest that include more than 10,000 features will not be included in the group layer.
    • If specified, it enables the Color Coded Group Layer symbology pane and ribbon contextual menu and supports additional settings and usability features outside of this tool.
  • When the Classification Method parameter is set to Auto, the following methods will be used for each variable type:

    MethodVariable Type

    Natural Breaks (Jenks)

    Count, Density

    Equal Interval

    Median, Rate, Per capita

    Standard Deviation

    Average, Percent, Index, Ratio

  • Custom data (.sdcx file) variables only include the custom feature layer; multiple levels will not be created.

  • Use the Secondary Variable parameter to map two variables with a single grid color ramp to classify both attributes.

  • When two variables are selected, the default symbology option will be Bivariate Colors.

Parameters

LabelExplanationData Type
Primary Variable

A variable that will display as a color-coded map.

String
Output Layer Name

The name of the color-coded layer that will be added to the map.

String
Classification Method

Specifies the method that will be used to calculate the class breaks.

  • Natural Breaks (Jenks)Natural breaks classes are based on natural groupings inherent in the data. Class breaks that best group similar values and maximize the differences between classes will be identified. This is the default.
  • QuantileEach class will contain an equal number of features. A quantile classification is well suited to linearly distributed data.
  • Equal IntervalThe range of attribute values will be divided into equal-sized subranges. This allows you to specify the number of intervals and will automatically determine the class breaks based on the value range.
  • Standard Deviation Class breaks will be placed above and below the mean value at a specified interval size, such as 2, 1, or 0.5, in the unit of standard deviation, until reaching the minimum and maximum values of the input variable.
  • Geometric IntervalClass breaks will be created based on class intervals that have a geometric series. The geometric coefficient in this classifier can change once (to its inverse) to optimize the class ranges.
  • AutoClassification methods will be automatically defined using the variable metadata. This presents the recommended thematic map style based on the data type.
String
Number of Classes

The number of data classification breaks that will appear on the map. The default value is 5.

String
Area of Interest
(Optional)

The feature layer that will be used to determine the geographic extent of the analysis.

Feature Layer
Output Geodatabase
(Optional)

The geodatabase in which the output feature dataset will be created.

Workspace
Feature Dataset Name
(Optional)

The name of the feature dataset in the output geodatabase in which the color-coded layer feature classes will be created.

String
Boundary Mode
(Optional)

Specifies the types of boundaries that will be used to create levels in the color-coded group layer.

  • Standard GeographiesBoundaries will be levels of standard geographies. This is the default.
  • H3 HexagonsBoundaries will be levels of H3 hexagons.
String
Secondary Variable
(Optional)

A second variable that will display as a color-coded map.

String
Grid Size
(Optional)

Specifies the grid size that will be used to create the bivariate color symbology.

  • 2X2A 4-class bivariate color scheme will be used.
  • 3X3A 9-class bivariate color scheme will be used. This is the default.
  • 4X4A 12-class bivariate color scheme will be used.
String
Symbology Type
(Optional)

Specifies the type of symbology that will be used.

  • Bivariate ColorsTwo variables will be displayed using a grid color scheme.
  • Graduated ColorsVarying color shades will be displayed across geographical areas. This is the default.
  • Graduated SymbolsVarying symbol sizes will be displayed across geographical areas.
String

Derived Output

LabelExplanationData Type
Output Layer

A container for the output layer.

Group Layer
Updated Feature Dataset

The new output feature dataset.

Feature Dataset

arcpy.ba.ColorCodedLayer(classification_variable, out_layer_name, classification_method, number_of_classes, {area_of_interest}, {out_dataset_path}, {out_dataset_name}, {boundary_mode}, {secondary_variable}, {grid_size}, {renderer_type})
NameExplanationData Type
classification_variable

A variable that will display as a color-coded map.

String
out_layer_name

The name of the color-coded layer that will be added to the map.

String
classification_method

Specifies the method that will be used to calculate the class breaks.

  • NATURAL_BREAKSNatural breaks classes are based on natural groupings inherent in the data. Class breaks that best group similar values and maximize the differences between classes will be identified. This is the default.
  • QUANTILEEach class will contain an equal number of features. A quantile classification is well suited to linearly distributed data.
  • EQUAL_INTERVALThe range of attribute values will be divided into equal-sized subranges. This allows you to specify the number of intervals and will automatically determine the class breaks based on the value range.
  • STD_DEV Class breaks will be placed above and below the mean value at a specified interval size, such as 2, 1, or 0.5, in the unit of standard deviation, until reaching the minimum and maximum values of the input variable.
  • GEOMETRIC_INTERVALClass breaks will be created based on class intervals that have a geometric series. The geometric coefficient in this classifier can change once (to its inverse) to optimize the class ranges.
  • AUTOClassification methods will be automatically defined using the variable metadata. This presents the recommended thematic map style based on the data type.
String
number_of_classes

The number of data classification breaks that will appear on the map. The default value is 5.

String
area_of_interest
(Optional)

The feature layer that will be used to determine the geographic extent of the analysis.

Feature Layer
out_dataset_path
(Optional)

The geodatabase in which the output feature dataset will be created.

Workspace
out_dataset_name
(Optional)

The name of the feature dataset in the output geodatabase in which the color-coded layer feature classes will be created.

String
boundary_mode
(Optional)

Specifies the types of boundaries that will be used to create levels in the color-coded group layer.

  • STANDARD_GEOGRAPHIESBoundaries will be levels of standard geographies. This is the default.
  • H3_HEXAGONSBoundaries will be levels of H3 hexagons.
String
secondary_variable
(Optional)

A second variable that will display as a color-coded map.

String
grid_size
(Optional)

Specifies the grid size that will be used to create the bivariate color symbology.

  • TWO_BY_TWOA 4-class bivariate color scheme will be used.
  • THREE_BY_THREEA 9-class bivariate color scheme will be used. This is the default.
  • FOUR_BY_FOURA 12-class bivariate color scheme will be used.
String
renderer_type
(Optional)

Specifies the type of symbology that will be used.

  • BIVARIATETwo variables will be displayed using a grid color scheme.
  • GRADUATED_COLORSVarying color shades will be displayed across geographical areas. This is the default.
  • GRADUATED_SYMBOLSVarying symbol sizes will be displayed across geographical areas.
String

Derived Output

NameExplanationData Type
out_layer

A container for the output layer.

Group Layer
out_dataset

The new output feature dataset.

Feature Dataset

Code sample

ColorCodedLayer example 1 (Python window)

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

import arcpy
arcpy.env.baDataSource = "ONLINE;US;"
arcpy.ba.ColorCodedLayer("networth.mednw_cy", "CCL_NetWorth", "NATURAL_BREAKS", 5, "San_Francisco_County_BGs", "path to GDB", "SF_BGs")
ColorCodedLayer example 2 (Python window)

The following Python window script demonstrates how to use the ColorCodedLayer function with Statistical Data Collection variables.

import arcpy
arcpy.env.baDataSource = "USA_ESRI_2018"
arcpy.ba.ColorCodedLayer(r"c:\users\<User ID>\documents\arcgis\projects\my_project\bayarea_proprietarydata.sdcx/sales_s01_sales", "sales_s01_sales Layer", "NATURAL_BREAKS", 5)

Licensing information

  • Basic: Requires Business Analyst
  • Standard: Requires Business Analyst
  • Advanced: Requires Business Analyst

Related topics