SAGA-GIS Tool Library Documentation (v6.3.0)

Tool Import ESRI E00 File

Import data sets from ESRI's E00 interchange format.

This import filter is based on the E00 format analysis of the GRASS GIS tool 'm.in.e00' written by Michel J. Wurtz. Go to the GRASS GIS Hompage for more information.
The 'E00Compr' library written by Daniel Morissette has been used for e00 file access, so that compressed e00 files also can be read.

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputTables (*)Table list (optional output)TABLES--
Shapes (*)Shapes list (optional output)SHAPES--
Grids (*)Grid list (optional output)GRIDS--
Table (*)Data Object Table (optional output)TABLE--
OptionsFileFile pathFILE--
Import ExtentsBooleanBBND-Default: 0
Import Tick PointsBooleanBTIC-Default: 0
Import TablesBooleanBTABLES-Default: 0
(*) optional

Command-line

Usage: saga_cmd io_esri_e00 0 [-TABLES <str>] [-SHAPES <str>] [-GRIDS <str>] [-TABLE <str>] [-FILE <str>] [-BBND <str>] [-BTIC <str>] [-BTABLES <str>]
  -TABLES:<str> 	Tables
	Table list (optional output)
  -SHAPES:<str> 	Shapes
	Shapes list (optional output)
  -GRIDS:<str>  	Grids
	Grid list (optional output)
  -TABLE:<str>  	Table
	Data Object Table (optional output)
  -FILE:<str>   	File
	File path
  -BBND:<str>   	Import Extents
	Boolean
	Default: 0
  -BTIC:<str>   	Import Tick Points
	Boolean
	Default: 0
  -BTABLES:<str>	Import Tables
	Boolean
	Default: 0