It also creates support files:
EXPORT FILES
After entering the command v.export, the user will be asked
which type of file to export:
If numbers 1-4 are chosen, v.export will respond with a request for the vector file name. After the user enters the file name the program proceeds to create the respective output format files.
GRASS Vector to DLG File
Converts binary vector files (such as those created by v.digit) to a DLG
file and creates the attribute file. Both files are placed in the dlg
directory under a user selected name; the attribute file has .att
appended.
GRASS Vector File into ASCII Vector File
Converts a binary vector file into a readable ASCII file. Both files
are placed int the dig_ascii directory under the same name as the given
vector file, the attribute file has .att appended.
GRASS Vector to SCS-GEF File
Converts binary vector files to SCS-GEF files. Creates the SCS-GEF
header, lines, text, and feature files. All files are created and
placed in a $LOCATION/gef directory as a single UNIX file under a user
selected name.
The following is the SCS-GEF file structure:
header record 1 | | header record n -head line record 1 | | line record n -line text record 1 | | text record n -text feature record 1 | | feature record n -featThe user will be required to use standard UNIX commands to separate this file into individual files as required by SCS-GEF specifications.
GRASS Vector to ARC/INFO(generated) File
Converts binary vector files to a "ARC ungenerate" format. A GRASS
vector file to be exported to ARC/INFO must be either a line coverage
(must contain only lines) or a polygon coverage (must contain only area
edges). Both "ungenerate lines and points" files are created and are
placed in a $LOCATION/arc directory under a user selected name.
The binary vector name will be used to name the various files that will be created for export to ARC/INFO. In the case of a labelled polygon coverage, the following three files will be created: a lines file with the suffix .lin, a label-points file with the suffix .lab, and a label-text file with the suffix .txt.
In the case of a line coverage the following two files will be created: a lines file with the suffix .lin, and a label-text file with the suffix .txt.
An unlabelled polygon or line coverage will result in a lines file (.lin suffix) only. See the DATA FILE FORMATS section of v.import for more information on these files.
GRASS Vector to DXF file
Converts binary vector files to a "DXF" format.
Other ASCII formats are useful when importing/exporting data into and from GRASS. Such data files should be in ASCII format when transferred.
Last changed: $Date: 2002/01/25 05:45:35 $