e00toavc: Converts an ESRI E00 file into an Arc/Info V 7.x binary...

Description Usage Arguments Value See Also

View source: R/RArcInfo.R

Description

This function makes a convertion from an ESRI E00 file to a binary coverage. Usually two new directories are created. One with the name of the coverage and another called 'info', where some information about the tables are created. If this directory already exists (because there are already other binary coverages), then the new information is added and no file is replaced or deleted.

Usage

1
e00toavc(e00file, avcdir)

Arguments

e00file

The E00 file to be converted.

avcdir

The path to the binary coverage directory we want to create.

Value

Returns 'NULL' on exit.

See Also

avctoe00


RArcInfo documentation built on May 1, 2019, 10:26 p.m.

Related to e00toavc in RArcInfo...