ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

Analytics

  • Home
  • Applied Analysis
  • Python

Which college district has the fewest low-income families?

  • Workflow using ArcGIS Online
  • Workflow using ArcGIS Insights
  • Workflow using ArcGIS Desktop
  • Automation using ArcGIS Desktop
Download the data

Hinweis:

This example presents an approach to using ArcGIS to find out how many low-income families are within each community college district. While the data is real, the scenario, analysis, and resulting decisions are hypothetical. The purpose of the example is to illustrate the type of problem that can be addressed by summarizing information by area features.

Doing well by doing good

A local cable provider has been running a pilot program in the county to provide low-cost computers and Internet access to low-income families with kids in high school. There has been a marked improvement in school performance for these kids, and the program has brought the company a fair amount of positive publicity and goodwill in the community.

Company officials are now considering setting up a similar program for community college students. The company provides Internet access to the five community college districts in the county, and officials are aware that the colleges are under a lot of pressure—they are facing funding cuts at the same time as increased demand for enrollment. To try to improve the situation the colleges are turning more and more to distance learning, primarily via the Internet. By providing computers and Internet access, the cable company can enable more low-income students to take advantage of online classes.

Starting small

The company wants to start with a small pilot program in one district. To be fair they will have to offer the low-cost computers and Internet access to any low-income students in the district—if they pick a district with many such students the program may be overwhelmed from the start. So they will set up the pilot program in the district that has the fewest low-income households.

Community college district boundaries and census tracts
Community college district boundaries and census tracts

The program is run out of the company's marketing division, so an analyst in that division is tasked with finding out which district has the fewest low-income families. To do the analysis, he'll use ArcGIS to sum the number of low-income families in census tracts that fall within each district.

Summarizing income data by college district

From the regional association of governments GIS database, the analyst loads a layer of the community college district boundaries and a layer of census tracts. The census tract data includes the number of households in each of several income categories, such as less than $10,000, $10,000 to $15,000, $15,000 to $20,000, and so on.

The standard the company has been using for the high school program is to provide support to families with an annual income less than $30,000. They will use this same standard for the community college program. The analyst adds a field to the census tract layer and sums the number of households in each tract with income less than $30,000.

Census tracts color-coded by the number of households in each census tract with income less than $30,000 per year
The map displays the census tracts color-coded by the number of households in each census tract with income less than $30,000 per year.

He then summarizes census tracts by community college districts to sum the number of low-income households in each district. If a tract falls in two or more districts, the value for that tract will be split proportionally between the districts (based on the area of the tract in each district).

One of the community college districts has by far the fewest households with income less than $30,000
The map shows that one of the community college districts has by far the fewest households with income less than $30,000—this district will be used for the cable provider's pilot program. The values were calculated by summing the values for the tracts within each community college district.

It's clear that the Mira Costa district has by far the fewest low-income households. That's where the pilot program will be set up. The analyst creates a story map to present his findings to marketing division managers and other company executives.

Image of the story map

If the program is successful, the cable company will expand it to the other community college districts in the county, and perhaps eventually to the rest of its service area across the state.

Workflow using ArcGIS Online

Hinweis:

The data for this analysis can be access as a download at the top of the page in the form of a zipped folder. The folder contains two items: a geoprocessing package (.gpk) and a zipped folder containing two shapefiles. The zipped shapefiles can be published to ArcGIS Online, where they can be added to a web map.

Find the community college district with the fewest low-income families

  1. Show the table for the census tract layer and use the Add Field option to add a field to hold the number of low-income households in each tract. Set the Type to Integer.
    Add field parameters
  2. Click the column heading for the new field and use the Calculate option to open the Expression Builder window. Sum the number of households with income less than $30,000 in each census tract by adding together the first five income fields: INCOME_LES (incomes less than $10,000) through INCOME_25K.
    Expression Builder
  3. Use the Summarize Within tool with the community college district boundaries to sum the number of households with income less than $30,000 for each district. Specify Census Tract as the layer to summarize, and the new field (INCOME_LT_30K) as the field to sum. Summarize Within splits income values proportionally—based on area—where census tracts cross district boundaries.
    Summarize Within tool
  4. Change the symbology of the results layer to create the map showing number of households with income less than $30,000 represented by circles of relative size. Set normalization to None. Use the Change All Symbols option to make the circles larger, if necessary.
    Change Symbols parameters

Workflow using ArcGIS Insights

Hinweis:

ArcGIS Insights is a new app accessed through ArcGIS Enterprise that allows you to perform iterative and exploratory data analysis.

The data for this analysis can be accessed as a download at the top of the page. If you are not able to access the internet from the same machine as your portal, you can download the data on a different machine then transfer it to your portal machine. The data is downloaded in the form of a zipped folder. The folder contains two items: a geoprocessing package (.gpk) and a zipped folder containing two shapefiles. The zipped shapefiles can be added to your portal, where they will be ready to use in Insights.

Create a new workbook in Insights

  1. Open ArcGIS Insights. Click Start New Workbook and use the Add to Page dialog box to add the data you just shared to your portal. All of the layers from the group will be added and displayed on a new card.
    A new card with the college districts and census tract data
  2. Rename and save your workbook.

Find the community college district with the fewest low-income families

  1. Show the Data Table for the census tract layer by clicking the Dataset options button Dataset-Optionen next to your dataset and choosing View Data Table.
    Opening the Data Table
  2. Use the + Field option to add a field to hold the number of low-income households in each tract. Rename the new field INCOME_LT_30K.
    Adding a new field to a Data Table
  3. Make sure the new field is checked and begin creating a new equation in the Enter calculate function box. Sum the number of households with income less than $30,000 in each census tract by adding together the first five income fields: INCOME_LES (incomes less than $10,000) through INCOME_25K. The final equation will read INCOME_LES+INCOME_10K+INCOME_15K+INCOME_20K+INCOME_25K. Click Run to update the field and close the Data Table.
    Building an expression to calculate a field

    Tipp:

    For more information on calculating fields, see the Insights web help.

  4. Open the Spatial Aggregation tool using the Action button Aktion. Aggregate the census tracts inside the college districts using the sum of INCOME_LT_30K. Remove the census tract dataset from the card.
    Aggregating the census tracts into college boundaries

    Hinweis:

    A dataset can be removed from a card using the Delete button in the Layer Style dialog box.

    Remove a dataset from a card

Workflow using ArcGIS Desktop

Hinweis:

The data for this analysis can be access as a download at the top of the page in the form of a zipped folder. The folder contains two items: a geoprocessing package (.gpk) and a zipped folder containing two shapefiles. Double-clicking the geoprocessing package will open the package contents in ArcMap. The contents will be saved in your Documents/ArcGIS/Packages folder.

Calculate the number of low-income families in each census tract

  1. Add a field to the census tract attribute table to hold the number of low-income households in each tract.
    Adding a field
  2. Use the Field Calculator tool to sum the number of households with income less than $30,000 in each tract by adding together the first five income fields: INCOME_LES (incomes less than $10,000) through INCOME_25K.
    Field Calculator

Find the community college district with the fewest low-income families

  1. Use the Tabulate Intersection tool to sum the number of households with income less than $30,000 for each community college district. Specify the districts as the input zone features, DISTRICT (the district name) as the zone field, the census tracts as the input class features, and the new field (INC_LT_30K) as the sum field. Tabulate Intersection splits income values proportionally—based on area—where census tracts cross district boundaries.
    Tabulate Intersection tool

Map the community college districts by number of low-income households

  1. Join the income summary table to the district attribute table using DISTRICT as the join field.
    Join Data
  2. Use the values in the INC_LT_30K field to symbolize the districts.
    Layer Properties

Automation using ArcGIS Desktop

The ArcGIS Desktop workflow can be automated, as shown in the following diagram.

Automated workflow

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS

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

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2021 Esri. | Datenschutz | Rechtliches