Module Import ESRI Arc/Info Grid
Import grid from ESRI's Arc/Info grid format.
- Author: O.Conrad (c) 2007
- Specification: grid
- Menu: File|Grid|Import
- WIKI: http://sourceforge.net/apps/trac/saga-gis/wiki/io_grid_1
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Grid (*) | Data Object (optional output) | GRID | - | - |
Options | File | File path | FILE | - | - |
Target Grid Type | Choice | GRID_TYPE | - | Available Choices: [0] Integer (2 byte) [1] Integer (4 byte) [2] Floating Point (4 byte) [3] Floating Point (8 byte) Default: 2 | |
NoData Value | Choice | NODATA | Choose whether the input file's NoData value or a user specified NoData value is written | Available Choices: [0] Input File's NoData Value [1] User Defined NoData Value Default: 0 | |
User Defined NoData Value | Floating point | NODATA_VAL | - | Default: -99999.000000 | |
(*) optional |
Command-line
Usage: saga_cmd io_grid 1 [-GRID <str>] [-FILE <str>] [-GRID_TYPE <str>] [-NODATA <str>] [-NODATA_VAL <str>] -GRID:<str> Grid Data Object (optional output) -FILE:<str> File File path -GRID_TYPE:<str> Target Grid Type Choice Available Choices: [0] Integer (2 byte) [1] Integer (4 byte) [2] Floating Point (4 byte) [3] Floating Point (8 byte) Default: 2 -NODATA:<str> NoData Value Choice Available Choices: [0] Input File's NoData Value [1] User Defined NoData Value Default: 0 -NODATA_VAL:<str> User Defined NoData Value Floating point Default: -99999.000000