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.
- Author: (c) 2004 by O.Conrad
 
- Menu: File|ESRI E00
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Tables (*) | Table list (optional output) | TABLES | - | - | 
 | Shapes (*) | Shapes list (optional output) | SHAPES | - | - | 
 | Grids (*) | Grid list (optional output) | GRIDS | - | - | 
 | Table (*) | Data Object Table (optional output) | TABLE | - | - | 
| Options | File | File path | FILE | - | - | 
 | Import Extents | Boolean | BBND | - | Default: 0 | 
 | Import Tick Points | Boolean | BTIC | - | Default: 0 | 
 | Import Tables | Boolean | BTABLES | - | 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