ArcGIS Insights

Use ArcGIS Insights to Visualize American Community Survey Data

Did you know that the first Census in the US was conducted on August 2, 1790, included 6 questions, and involved an estimated 650 enumerators? New York City was the most populated urban area (as it was in 2020) and total US population was 3.9 million. The US Census Bureau has continually gathered various data sets since, providing valuable information to governments and citizens.1 ArcGIS Insights is the perfect companion for US Census data, turning this information into knowledge!

Developed after the 2000 Census, the US Census Bureau’s American Community Survey (ACS) is a nationwide survey of over 3.5 million households that collects and produces information on social, economic, housing, and demographic characteristics about our nation. The ACS provides communities with reliable and timely social, economic, housing, and demographic data every year2.

For those of us interested in using data to bring meaningful change to the places we live, work, and play, it is simply, a national treasure. Today, we’ll look at how to use ArcGIS Insights to leverage the benefits of this resource.

ACS Data

One dataset the ACS provides involves yearly migration flows, detailed at state, county, and metro geographies. We’re going to look at Metro-to-Metro migration flows to get a sense of domestic metro migration characteristics. The table we’re looking for can be located at Metro Area-to-Metro Area Migration Flows: 2015-2019 –> Metro Area-to-Metro Area In-, Out-, Net, and Gross Migration.

Note: Data downloaded from US Census Bureau may have a defined cell range applied. If so, make sure range includes all data rows and header row.  See more here.

The dataset includes two locations (Geography A and Geography B) along with flow, counterflow, net migration and gross migration (and margin of errors for each variable). We’re primarily interested in net migration between different areas so you can remove the other fields and cleanup the data a bit. You can also download a refined version of the data here.

 

Net Migration

Since we’re going to want to see this data on a map, let’s grab the spatial data as well. The 2019 metro area boundaries can be downloaded through the Census Tigerline site. However, the migration dataset includes a catch-all geography (areas within the US but not in a metro), so I modified the census boundaries to include a placeholder for this. You can download the updated metro boundaries here.

You’re now ready to import into ArcGIS Insights.

The first thing you’ll want to do is filter out null records. For the migration dataset, this occurs because the Census records international in-migration but does not count international out-migration. You’ll instead focus on domestic migration patterns.

1) Open a new workbook and add MetroNetMigration_2015to2019.xlsx and CoreBasedStatisticalAreas_2019.zip.

  1. Rename MetroNetMigration_15to19.Table1 to Net Migration (2015-2019).
  2. Rename Core_Based_Statistical_Areas_(2019) to CBSA (2019).

2) Apply a dataset filter on Net Migration (2015-2019).

  1. Click the Dataset options button and choose Advanced filter from the menu. Enter the expression ISNOTNULL(NETMIGRATION) and click Apply.
GIF of step described above
Step 2

Since ArcGIS Insights was built with spatial capabilities as part of its DNA, adding location data to your table and creating a map is simple.

3) Enable location on Net Migration (2015-2019) using the metro areas in CBSA (2019).

  1. From the Dataset options menu, choose Enable location, then click the Geography tab.
  2. Location fields: DESTINATION_METRO_CODE
  3. Matching geography level: CBSA (2019)
  4. Rename the generated CBSA (2019) field to Destination Metro.
GIF of step described above
Step 3

You’ll want to separate each metro area by whether it had a net migration gain or loss.

4) Create a map of positive net migration.

  1. Drag the Destination Metro and NETMIGRATION to the page and drop it on Map.
  2. Rename the result dataset to Net Migration (Positive).
  3. For Sum of NETMIGRATION, click the Dataset filter button and change the lower limit of the filter to 1.
  4. Rename Sum of NETMIGRATION to Migration Gain.

5) Style the map.

  1. Number of classes: 4
  2. Break values: 12,500/25,000/50,000
  3. Size: 5px-30px
  4. Fill color: #267300, 35% Transparent
  5. Outline color: #267300
GIF of steps described above
Steps 4 and 5

6) Create another layer on same map of negative net migration.

  1. Drag Destination Metro and NETMIGRATION to the map and drop them on Add new layer.
  2. Rename the result dataset to Net Migration (Negative).
  3. For Sum of NETMIGRATION, click the Dataset filter button and change the upper limit of the filter to -1.

7) Create new field showing migration loss in absolute terms.

  1. From the Dataset options menu, choose View data table, then click +Field.
  2. fx: ABS(Sum of NETMIGRATION)
  3. Field alias: Migration Loss
GIF of steps described above
Steps 6 and 7

8) Style the layer.

  1. Break values: 12,500/25,000/50,000/100,000
  2. Size: 5px-40px
  3. Fill Color: #730000, 35% Transparent
  4. Outline Color: #730000
GIF of step described above
Step 8
Map of Net Migration
Net Migration Map

 

What can you see from the map?

 

 

 

 

Our analysis so far is good for interpreting macro trends but what about specific metro areas?  Where are the losses and gains the largest? You can use a summary table to dive deeper.

9) Create a summary table of metro areas and their net migration.

  1. Drag DESTINATION_METRO_NAME and NETMIGRATION to Table and drop them on Summary Table.
  2. Rename the result dataset to Net Migration (Summary).
  3. Rename DESTINATION_METRO_NAME to Metro on Net Migration (2015-2019).
  4. Rename NETMIGRATION to Net Migration on Net Migration (2015-2019).
  5. Enable cross filters on the summary table (this enables more interaction between the table and map).
GIF of step described above
Step 9

10) Save the workbook.

Now you can easily sort and filter the summary table. Notice that the New York City metro experienced the largest population outflow at more than 250,000 people a year. Phoenix, on the other hand, experienced the largest inflow at just over 50,000 people a year.

Analysis of net migration
Net Migration Analysis (click for interactive report)

You could stop here and share this analysis while adding additional text to shape your narrative. But ArcGIS Insights is capable of much more than that.

Let’s see what patterns exist with migration between metro areas.

 

Migration Flow

Within ArcGIS Insights, datasets with spatially descriptive attributes can be given multiple spatial fields and analyzed in a link map. As with the Net Migration analysis, you’ll separate metros with migration gains and losses. You’ll also limit flow patterns to those greater than 250 (gain or loss) to eliminate data clutter.

1) Create a new page and add MetroNetMigration_2015to2019.xlsx and CoreBasedStatisticalAreas_2019.zip.

  1. This time, rename NetMigration_15to19.Table1 to Migration Flow (2015-2019).
  2. Rename Core_Based_Statistical_Areas_(2019) to CBSA (2019).

2) Apply a dataset filter on Net Migration (2015-2019).

  1. Click the Dataset options button and choose Advanced filter from the menu. Enter the expression Net Migration<=-250 OR Net Migration>=250 and click Apply.
GIF of step described above
Step 2

3) Create new fields for migration types and values.

  1. From the Dataset options menu, choose View data table, then click +Field.
  2. fx: IF(NETMIGRATION>=250, "Gain", "Loss")
  3. Field alias: Migration Type

4) Create new field with the absolute value of net migration.

  1. Create another field using +Field.
  2. fx: IF(Migration Type="Loss", ABS(NETMIGRATION), NETMIGRATION)
  3. Field alias: Migration (Gain/Loss)
GIF of steps described above
Steps 3 and 4

5) Enable two locations on Migration Flow (2015-2019) using the metro areas in CBSA (2019).

  1. From the Dataset options menu, choose Enable location, then click the Geography tab.
  2. Location fields: DESTINATION_METRO_CODE
  3. Matching geography level : CBSA (2019)
  4. Rename the generated CBSA (2019) field to Destination.
  5. From the Dataset options menu, choose Enable location again, then click the Geography tab.
  6. Location fields: ORIGIN_METRO_CODE
  7. Matching geography level : CBSA (2019)
  8. Rename the generated CBSA (2019) field to Origin.
GIF of step described above
Step 5

6) Create a link map of inbound migration.

  1. Drag Origin, Destination, and Migration (Gain/Loss) to Map.
  2. Click Card filter, select the Migration Type field and filter to Gain.
  3. Rename the result dataset to Inbound Migration.

7) Style the layer.

  1. Directional flow: Checked, Origin to Destination
  2. Size nodes using: None
  3. Classification type: Natural breaks
  4. Show pop-up: Without statistics
  5. Line color: #267300
  6. Node fill: No Fill
  7. Node outline: #1A1A1A
GIF of steps described above
Steps 6 and 7

8) Create a link map of outbound migration.

  1. Drag Destination, Origin, and Migration (Gain/Loss) to the same map and drop them on Add new layer.
  2. Click Card filter, select the Migration Type field and filter to Loss.
  3. Rename the result dataset to Outbound Migration.

9) Style the layer.

  1. Directional Flow: Checked, Destination to Origin
  2. Size nodes using: None
  3. Classification type: Natural breaks
  4. Show pop-up: Without statistics
  5. Line Color: #730000
  6. Node Fill: No Fill
  7. Node Outline: #1A1A1A

10) Enable cross-filters on the map.

GIF of steps described above
Steps 8, 9, and 10

You have your Migration Flow analysis set but due to the amount of data, it’s difficult to gain any well…insights. So, you can add a filter and create additional data visuals to provide context.

11) Add a filter for metro areas.

  1. Add a Predefined filter to the page.
  2. Under Migration Flow (2015-2019), choose DESTINATION_METRO_NAME.
  3. Add the filter By value.
  4. Change the Selection type to Drop-down.
  5. Resize the filter and place it at the bottom left corner of the map.
GIF of step described above
Step 11

Now you can use the filter to select an individual metro and get detailed migration flow patterns. Adding KPI cards and a summary table allows us to detail the full picture of each flow pattern.

12) Add a KPI card for inbound migration.

  1. Drag Migration (Gain/Loss) from Migration Flow (2015-2019) to Chart and drop them on KPI.
  2. Click Card filter, select the Migration Type field and filter to Gain.
  3. Change the label to Inbound Migration.
  4. Rename the result dataset to Inbound Migration KPI.

13) Add a second KPI card for outbound migration.

  1. Copy (ctrl+C or cmd+C) and paste (ctrl+V or cmd+V) the Inbound Migration KPI.
  2. Click Card filter, select the Migration Type field and filter to Loss.
  3. Change the label to Outbound Migration.
  4. Rename the result dataset to Outbound Migration KPI.
GIF of steps described above
Steps 12 and 13

14) Add summary table for inbound migration.

  1. Drag ORIGIN_METRO_NAME and Migration (Gain/Loss) to Table and drop them on Summary Table.
  2. Click Card filter, select the Migration Type field and filter to Gain.
  3. Rename the ORIGIN_METRO_NAME field to Metro.
  4. Rename the result dataset to Inbound Migration Summary Table.

15) Enable cross-filters on the table.

16) Add summary table for outbound migration.

  1. Copy (ctrl+C or cmd+C) and paste (ctrl+V or cmd+V) the Inbound Migration Summary Table card.
  2. Click Card filter, select the Migration Type field and filter to Loss.
  3. Rename the result dataset to Outbound Migration Summary Table.
GIF of steps described above
Steps 14, 15, and 16

17) Add text labels for each table.

  1. Add a Text and media card, type Moving From in the text box.
  2. Change the font to 20, Bold, Centered.
  3. Remove the card background and border.
  4. Copy (ctrl+C or cmd+C) and paste (ctrl+V or cmd+V) the card you just created.
  5. Change Moving From to Moving To.

18) Arrange the cards.

GIF of steps described above
Steps 17 and 18

19) Save the workbook.

And there it is. You’ve created data and visuals to analyze net migration and migration flow for metro areas within the US. From here you can experiment with generating reports, embedding visuals, and creating a narrative to tell a complete story.

Analysis of migration flow
Migration Flow Analysis (click for interactive report)

One last thing

Another powerful feature within ArcGIS Insights is that all of your analytic ingenuity was tracked and can be saved as a model. This allows us to rerun the analysis using ACS data from a different time period. For example, you can quickly update your visualizations and analysis using the 2016-2020 ACS data recently released from the US Census Bureau.

Please leave a comment below or on the ArcGIS Insights community page and let us know how you’re using ArcGIS Insights to turn information into knowledge.

About the author

Scott Aulen

Scott is a Senior Product Engineer on the ArcGIS Insights team at Esri. He enjoys engaging with challenging problems by pushing and pulling data and finding meaningful ways to share the results. Scott holds a degree in City and Regional Planning and has nearly a decade of experience in GIS with local government. He enjoys hiking and traveling with his wife and two children.

Connect:
0 Comments
Inline Feedbacks
View all comments

Next Article

Drawing a Blank? Understanding Drawing Alerts in ArcGIS Pro

Read this article