Skip to content

v.in.e00

Imports E00 file into a vector map.

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

Example:

v.in.e00 input=name type=point output=name

grass.script.run_command("v.in.e00", input, type="point", output, overwrite=False, verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("v.in.e00", input="name", type="point", output="name")

Parameters

input=name [required]
    Name of input E00 file
type=string [,string,...] [required]
    Input feature type
    Allowed values: point, line, area
    Default: point
output=name [required]
    Name for output vector map
--overwrite
    Allow output files to overwrite existing files
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

input : str, required
    Name of input E00 file
    Used as: input, file, name
type : str | list[str], required
    Input feature type
    Allowed values: point, line, area
    Default: point
output : str, required
    Name for output vector map
    Used as: output, vector, name
overwrite: bool, optional
    Allow output files to overwrite existing files
    Default: False
verbose: bool, optional
    Verbose module output
    Default: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

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

SOURCE CODE

Available at: v.in.e00 source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f