Exercise - Creating Pop Density Map and Working With Tables
Exercise - Creating Pop Density Map and Working With Tables
FOR TRANSPORTATION
(LAB)
EXERCISE:
CREATING POPULATION
DENSITY MAP AND
WORKING WITH TABLES
1
Steps:
1. Creating a new data frame
2. Adding data from ArcCatalog
3. Adding tabular data
4. Joining tables
5. Adding a field to an attribute table
6. Calculating attribute values
7. Classifying features by quantity
Switch to layout view, if necessary (click View and click Layout View).
Click Insert and click Data Frame.
Hold down the Shift key and click the middle data frame (Land Use) on the
page so both frames are selected.
Click Drawing on the Draw toolbar, point to Distribute, and click Make
Same Size. The data frames are now the same size.
In the table of contents, right-click New Data Frame 2 and click Properties.
Click the General tab and type .Population Density. In the Name text box.
Click the Size and Position tab. Set the X position to 9 and the Y position to
2.5. Click OK. ( You may practice with other position settings as well)
Click the Population Density data frame on the page so it is the only one
selected.
2
2. Adding data from ArcCatalog
Add the layers you need by dragging them from ArcCatalog..
3
3. Adding tabular data
The table containing the population data should be
added to the data frame.
4. Joining tables
The next step is to join the table containing the population data to
the census tract data table. You'll do this using the census tract ID as
the common field.
4
4. Joining tables (contd.)
Click the drop-down arrow in the next text box, scroll
down, and click TRACT_ID as the field in the layer to
base the join on.
Click the drop-down arrow in the next text box and
click tract_pop as the table to join to the layer.
In the next text box, click TRACT_ID as the field in the
table to base the join on.
Click OK to join the table to the layer. Click Yes if you
are prompted to create an index.
Right-click tracts and click Open Attribute Table. The
population value has been added to each tract.
You should see the new field added to the attribute table. The field
name you entered will be concatenated with tracts, to appear as
tracts.POP_DEN.
5
6. Calculating attribute values
Calculate the population density for each tract by dividing the population by the
area of each tract; this will give you the number of people per square mile. To do
this, you'll use the editing functions of ArcMap to edit the census tract attributes.
Click the Editor Toolbar button on the Standard toolbar. The Editor toolbar appears.
Click Editor and click Start Editing.
Right-click tracts.POP_DEN and click Field Calculator. The Field Calculator appears.
The first part of the formula is entered for you tracts.POP_DEN = . The full formula
will look like this:
Dividing the area by 27,878,400 converts the area of each tract, stored in square
feet, to square miles.
(You can type the formula right into the box or use the buttons on the dialog box)
6
7. Classifying features by quantity
You can now map the tracts based on their population density values to see where
people are concentrated in relation to the airport and to major roads.