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, output, optional | TABLES | - | - |
Shapes (*) | Shapes list, output, optional | SHAPES | - | - |
Grids (*) | Grid list, output, optional | GRIDS | - | - |
Table (*) | Data Object Table, output, optional | 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, output, optional
-SHAPES:<str> Shapes
Shapes list, output, optional
-GRIDS:<str> Grids
Grid list, output, optional
-TABLE:<str> Table
Data Object Table, output, optional
-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