	This module allows users to extract data from link base mobile emission
files.  The link base emission format are refered to User's Guide For the Urban
Airshed Model, EPA-450/4-90-007D. Users may read through the very begining of 
the C codes provided to get an idea how the data is constructed.

	Input Data: Name of the LBF File   

	Output data:Field 1-D 6-Space 1-Vector IRREGULER
		    Field 1-D 3-Space 1-Vector IRREGULER
		    Field 1-D 3-Space 1-Vector IRREGULER
                    Field 1 contains link data
			(x, y, z) of the starting point
                        (x, y, z) of the ending point 
                        value of the link
		    Field 2 contains (x, y, z, value) of the start point
		    Field 3 contains (x, y, z, value) of the end point

        This module belongs to a group of modules submitted to the Inter-
national AVS Center for displaying points, lines and polygons over a map of the
United States. The group of the modules includes:

        AFSextract:             Extracting AFS Format Data
        AMSextract:             Extracting AMS Format Data
        LBFextract:             Extracting Link Base Mobile Data
        field_to_points:        Plot 3D points with color mapping
        field_to_lines:         Plot 3D lines with color mapping
        field_to_polygons:      Plot 3D polygons with color mapping
        getmap:                 Plot political boundary of states and
                                countys in the United State
        geomreset:              Reset and normalize the geometry viewer
                                automatically
        zoomer:                 A driver to allow zoom in and out to a
                                particular geographical area
        resetlegend:            To reset the position and size of ithe color
                                legend if used


        An example network is shown below:


                                LBFextract
                                   |
                                write field


	Contact person: Jeff Wang, MCNC/NCSC, (919)-248-9242
