Provided by: grass-doc_6.4.3-3_all bug

NAME

       v.in.e00  - Import E00 file into a vector map.

KEYWORDS

       vector, import

SYNOPSIS

       v.in.e00
       v.in.e00 help
       v.in.e00 [-v] file=string type=string  [vect=string]   [--overwrite]  [--verbose]  [--quiet]

   Flags:
       -v
           Verbose mode

       --overwrite
           Allow output files to overwrite existing files

       --verbose
           Verbose module output

       --quiet
           Quiet module output

   Parameters:
       file=string
           E00 file

       type=string
           Input type point, line or area
           Options: point,line,area

       vect=string
           Name for output vector map

DESCRIPTION

       v.in.e00 imports ASCII and binary E00 vector maps into GRASS.

NOTES

       Sometimes  an  .e00 coverage consists of multiple files, where a single data set is contained as a series
       of files named filename.e00, filename.e01, filename.e02 etc. The user must take  care  to  download  them
       all, the scripts automatically detects the presence of such multiple files.

REFERENCES

       AVCE00 library (providing 'avcimport' and 'e00conv')
       OGR vector library

SEE ALSO

       v.in.ogr

AUTHORS

       Markus Neteler, Otto Dassau, GDF Hannover bR, Germany

       Last changed: $Date: 2011-11-08 01:42:51 -0800 (Tue, 08 Nov 2011) $

       Full index

       © 2003-2013 GRASS Development Team

GRASS 6.4.3                                                                                     v.in.e00(1grass)