Note: A new GRASS GIS stable version has been released: GRASS GIS 7. Go directly to the new manual page here
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) $
Main index - vector index - Full index
© 2003-2016 GRASS Development Team