Mapping Toolbox    
tigerp

Read TIGER p and pa (ArcInfo Format) thinned boundary files

Syntax

Background

TIGER Thinned Boundary files are lower resolution extracts from the U.S. Census Bureau's more detailed TIGER/Line database. State, county, minor civil division, census tract/block numbering area, american Indian reservation/Alaska native village statistical area, Alaska native regional corporation, urbanized areas, metropolitan areas, and congressional district boundaries are available in the ArcInfo format.

Description

tigerp(namesstruc) reads a TIGER thinned boundary file in the ArcInfo format. The user selects the file interactively, but must provide the structure containing the names (as returned by the fipsname function). The patch data is returned in a Mapping Toolbox geographic data structure.

tigerp(namesstruc,filename) reads the ArcInfo file named in the string filename. The file name is provided without the '_p' or '_pa' extension.

tigerp(namesstruc,filename,pstruc) appends the patch data to the existing structure, pstruc.

tigerp(namesstruc,filename,pstruc,tstruc) appends the data in the file to the existing patch and text geographic data structures, pstruc and tstruc. The text structure contains labels for the patches. This form would be used with two output arguments. The arguments for the existing structures can be set to empty matrices if none are available.

tigerp(namesstruc,filename,pstruc,tstruc,getcodes) returns only the data matching the scalar or vector of numeric FIPS codes.

pstruc = tigerp(...) saves the returned patch data in pstruc.

[pstruc,tstruc] = tigerp(...) saves the returned patch data in pstruc and text labels in tstruc. Both are geographic data structures.

Remarks

Coordinate values are based on Clarke's spheroid of 1866 and the North American Datum, 1927 (NAD27).

The data files are available over the Internet from:

Documentation for the files is available from:

Examples

Read the names file with the names of all counties in the U.S. and territories. This file is in FIPS format:

Read the file containing Alaska's thinned county boundaries into a Mapping Toolbox geographic data structure:

Read only the Aleutians East and West:

See Also
dcwdata
Read selected data from the Digital Chart of the World
fipsname
Read TIGER thinned boundary file FIPS names
tgrline
Read data from TIGER/Line files
tigermif
Read TIGER MapInfo Interchange Format thinned boundary files


  tigermif usgs24kdem