GRASS logo

Note: A new GRASS GIS stable version has been released: GRASS GIS 7.4, available here.
Updated manual page: here

NAME

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

KEYWORDS

vector, import, E00

SYNOPSIS

v.in.e00
v.in.e00 --help
v.in.e00 input=name type=string[,string,...] output=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input=name [required]
Name of input E00 file
type=string[,string,...] [required]
Input feature type
Options: point, line, area
Default: point
output=name [required]
Name for output vector map

Table of contents

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: 2015-11-24 00:08:30 -0800 (Tue, 24 Nov 2015) $

SOURCE CODE

Available at: v.in.e00 source code (history)


Note: A new GRASS GIS stable version has been released: GRASS GIS 7.4, available here.
Updated manual page: here

Main index | Vector index | Topics index | Keywords index | Full index

© 2003-2018 GRASS Development Team, GRASS GIS 7.0.7svn Reference Manual