e00conv

A program to read/write Arcinfo compressed E00 files

Install

All systems
curl cmd.cat/e00conv.sh
Debian Debian
apt-get install e00compr
Ubuntu
apt-get install e00compr
image/svg+xml Kali Linux
apt-get install e00compr
Fedora
dnf install e00compr
Windows (WSL2)
sudo apt-get update sudo apt-get install e00compr
Raspbian
apt-get install e00compr

e00compr

A program to read/write Arcinfo compressed E00 files

E00compr is an ANSI C library that reads and writes Arcinfo compressed E00 files. Both "PARTIAL" and "FULL" compression levels are supported. E00 files are the vector import/export format for Arcinfo. It is plain ASCII and is meant as an interchange format. ESRI considers the format to be proprietary, so this package may not read all E00 files as ESRI may change the format. This package is useful for importing E00 files into the grass GIS system. It contains the e00conv command-line program, which takes a E00 file as input (compressed or not) and copies it to a new file with the requested compression level (NONE, PARTIAL or FULL). The library is not included at this stage.