Import ESRI E00 File
- Author: O.Conrad (c) 2004
- Menu: File | ESRI E00
Description
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
| Name | Type | Identifier | Description | Constraints |
Output | Tables | table list, output, optional | TABLES | - | - |
Shapes | shapes list, output, optional | SHAPES | - | - |
Grids | grid list, output, optional | GRIDS | - | - |
Options | File | file path | FILE | - | - |
Import Extents | boolean | BBND | - | Default: 0 |
Import Tick Points | boolean | BTIC | - | Default: 0 |
Import Tables | boolean | BTABLES | - | Default: 0 |
Command Line
Usage: saga_cmd io_esri_e00 0 [-TABLES ] [-SHAPES ] [-GRIDS ] [-FILE ] [-BBND ] [-BTIC ] [-BTABLES ]
-TABLES: Tables
table list, output, optional
-SHAPES: Shapes
shapes list, output, optional
-GRIDS: Grids
grid list, output, optional
-FILE: File
file path
-BBND: Import Extents
boolean
Default: 0
-BTIC: Import Tick Points
boolean
Default: 0
-BTABLES: Import Tables
boolean
Default: 0