Mapping Toolbox    
tigermif

Read TIGER MIF (MapInfo Interchange Format) thinned boundary files

Syntax

Background

TIGER Thinned Boundary files are lower resolution extracts from the U.S. Census Bureau's detailed TIGER/Line database. U.S. state and county boundaries are available in the MapInfo Interchange format (MIF).

Description

tigermif(namesstruc) reads a TIGER thinned boundary file in the MIF 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.

tigermif(namesstruc,filename) reads the MIF file named in the string filename. The filename is provided with the '.MIF' extension. If the file is not found, a dialog box is activated to allow the user to select a file interactively.

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

tigermif(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.

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

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

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

Remarks

The data files are available over the Internet from:

Extremely limited documentation on the files is available on the World Wide Web from:

and

Examples

Read the names file (contains the names of U.S. states and territories):

Read the file containing Hawaii's thinned state boundaries and text labels into a Mapping Toolbox geographic data structure:

Read the file containing Alaska's thinned state boundaries, and append it to the Hawaii data:

Get the state boundaries and text labels for part of New England. The FIPS codes for Connecticut, Massachusetts, and Rhode Island are 9, 25, and 44, respectively:

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
tigerp
Read TIGER ArcInfo Format thinned boundary files


  tgrline tigerp