Skip to content

Link Tabular Data to Geospatial Data

Link Tabular Data to Geospatial Data

This tutorial is designed to help you link tabular data to geospatial data that you may need for a research project.


Note for Instructors

This tutorial gives an example to help students understand GIS technology allows people to connect data with geography. GIS can relate unrelated information by using location as the key index variable. Sometimes people don’t fully understand their data until they see how it relates to other things in a geographic context. And GIS can help people understand what belongs where.

Through this tutorial, student can get familiar with how to link tabular data to geospatial data by using ArcGIS Online. Instructors can add more exercises based on students’ need.


The following steps show how to find geospatial data from BTAA geoportal and tabular data from U.S. Census.

  1. Visit the BTAA Geoportal and search with the keywords county boundary of Wisconsin

  2. Open the result “County Boundaries [Wisconsin] 2015”

  3. Click the Download button and select “Original Shapefile” to download the data. Save as “WI_Counties_2015.zip”. This polygon feature class represents boundaries of the 72 counties in Wisconsin. The data is derived from 1:24,000-scale sources. This feature class was last updated in June 2015.

  4. Open U.S. Census website and search the keywords wisconsin counties by population

  5. Open the first result “County Population Totals: 2010-2019” and click Wisconsin to download the table.


  1. Log into ArcGIS Online and create a Web Map

  2. Add WI_Counties_2015.zip as a new layer from File

  3. Choose an attribute to show. Here we use “show location only”

  4. Click “show table” button to open attribute table and get to know what information was included in the geospatial dataset.

  5. Create a new excel file and name it as “Wisconsin Counties by Population.csv”. Copy and paste the county name column and population in 2019 column from U.S. Census spreadsheet into this new excel file. We need to use county name as the common field to link those two tables. Therefore, the name of counties in both table should be the same.

  6. Add the “Wisconsin Counties by Population.csv” as a new layer and choose “None, add as table”


The following steps show how to link tabular data to the geospatial data:

  1. Click Analysis and choose Join Features

  2. Choose WI_Counties_2015 as the “Target Layer” and Wisconsin Counties by Population as the “Layer to Join to the Target Layer”.

  3. Choose the “COUNTY_Nam” and “County” as the fields to match.

  4. Choose a one-to-one join operation and name the result layer as Wisconsin Counties by Population.

  5. Click the Run Analysis button, and a new layer based on population will be shown.

  6. Symbolize the Wisconsin Counties by Population layer by clicking “change style” button

  7. Choose the appropriate style to clearly show the population

  8. Share or Print the Wisconsin Counties by Population map.

  9. For copyright information, refer to the copyright tutorial.


Question
  1. What’s the advantage of mapping tabular data?

  2. Choose a different basemap and use a different symbol to create different thematic map.

  3. Download a shapefile data related to students’ research field and link their tabular data to it.