The Nature of Geographic Information

7. Geocoding with TIGER/Line Shapefiles

PrintPrint

Try This!

Geocoding in a GIS

Part 3 of 3 in the TIGER/Line Shapefile Try This! series is not interactive, but instead illustrates how the address ranges encoded in TIGER/Line Shapefiles can be used to pinpoint (more or less!) the geographic locations of street addresses in the U.S.

The process of geocoding a location within a GIS begins with a line dataset (shapefile) with the necessary address range attributes. The following image is an example of the attribute table of a TIGER/Line shapefile.

Screenshot of Attribute Table
Figure 4.8.1 Visible in this image are just a few rows, which represent a handful of road segments and their corresponding address ranges.

This shapefile contains over 29,000 road segments in total. Note the names of some of the attributes:

  • FULLNAME - The street name of the road segment
  • LFROMADD - The address number at the beginning of the road segment on the left side of the street
  • LTOADD - The address number at the end of the road segment on the left side of the street
  • RFROMADD - The address number at the beginning of the road segment on the right side of the street
  • RTOADD - The address number at the end of the road segment on the right side of the street
  • ZIPL - The ZIP code area that is present to the left side of the road segment
  • ZIPR - The ZIP code area that is present to the right side of the street

Next, the GIS software needs to know which of these attributes contains each piece of the necessary address range information. Some shapefiles use different names for their attributes, so the GIS can't always know which attribute contains the Right-Side-From-Address information, for example. In ArcGIS, for example, something called a Locator is configured that maps the attributes in the shapefile to the corresponding piece of necessary address information. The image below illustrates what this mapping looks like:

Screenshot of ArcGIS Locator
Figure 4.8.2 Note the items with an asterisk (*). These are the minimum required attributes that need to be present in the shapefile for the geocoding to work. The items in the "Alias Name" column correspond to attributes in the shapefile.

We are now ready to find a location by searching for a street address! Let's geocode the location for "1971 Fairwood Lane, 16803".

When an address is specified, the GIS queries the attribute table to find rows with a matching street name in the correct ZIP code. Also, the particular segment of the street that contains the address number is identified. Figure 4.8.3 shows the corresponding selection in the attribute table:

Screenshot of Highlighted Attribute
Figure 4.8.3 Highlighted Attribute in table

Figure 4.8.4 shows the corresponding road segment highlighted on a map. The To and From address values for the road segment have been added so you can see the range of addresses.

Screenshot of Road Segment
Figure 4.8.4 Road Selection from Figure 4.8.3

Finally, the GIS interpolates where along the road segment the value of 1971 occurs and places it on the appropriate side of the street based on the even/odd values indicated in the attribute table. Figure 4.8.5 shows the final result of the geocoding process:

Screenshot of Final Result of specific address
Figure 4.8.5 Result of the geocoding process

The accuracy of a geocoded location is dependent on a number of factors, including the quality of the line work in a shapefile, the accuracy of the address range attributes of each road segment, and the interpolation performed by the software. As you may see in the following section, different geocoding services may provide different location results due to the particular data and procedures used.

Penn State logo
This textbook is used as a resource in Penn State's Online Geospatial Education online degree and certificate programs. If this topic is interesting to you and you want to learn more about online GIS and GEOINT education at Penn State, check out our Geospatial Education Program Office.