Tool Import Grid from Table
Imports a grid from a table.
- Author: O.Conrad (c) 2006
 
- Menu: File|Grid|Import
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Grid (*) | Data Object Grid, output, optional | GRID | - | - | 
| Options | Table | File path | FILE | - | - | 
 | Cell Size | Floating point | CELLSIZE | - | Default: 1.000000 | 
 | Left Border | Floating point | XMIN | - | Default: 0.000000 | 
 | Lower Border | Floating point | YMIN | - | Default: 0.000000 | 
 | Unit Name | Text | UNIT | - | - | 
 | Z Multiplier | Floating point | ZFACTOR | - | Default: 1.000000 | 
 | No Data Value | Floating point | NODATA | - | Default: -99999.000000 | 
 | Header Lines | Integer | HEADLINES | - | Minimum: 0 Default: 0 | 
 | Data Type | Choice | DATA_TYPE | - | Available Choices: [0] 1 Byte Integer (unsigned) [1] 1 Byte Integer (signed) [2] 2 Byte Integer (unsigned) [3] 2 Byte Integer (signed) [4] 4 Byte Integer (unsigned) [5] 4 Byte Integer (signed) [6] 4 Byte Floating Point [7] 8 Byte Floating Point Default: 6 | 
 | Line Order | Choice | TOPDOWN | - | Available Choices: [0] Bottom to Top [1] Top to Bottom Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd io_grid 12 [-GRID <str>] [-FILE <str>] [-CELLSIZE <double>] [-XMIN <double>] [-YMIN <double>] [-UNIT <str>] [-ZFACTOR <double>] [-NODATA <double>] [-HEADLINES <num>] [-DATA_TYPE <str>] [-TOPDOWN <str>]
  -GRID:<str>       	Grid
	Data Object Grid, output, optional
  -FILE:<str>       	Table
	File path
  -CELLSIZE:<double>	Cell Size
	Floating point
	Default: 1.000000
  -XMIN:<double>    	Left Border
	Floating point
	Default: 0.000000
  -YMIN:<double>    	Lower Border
	Floating point
	Default: 0.000000
  -UNIT:<str>       	Unit Name
	Text
  -ZFACTOR:<double> 	Z Multiplier
	Floating point
	Default: 1.000000
  -NODATA:<double>  	No Data Value
	Floating point
	Default: -99999.000000
  -HEADLINES:<num>  	Header Lines
	Integer
	Minimum: 0
	Default: 0
  -DATA_TYPE:<str>  	Data Type
	Choice
	Available Choices:
	[0] 1 Byte Integer (unsigned)
	[1] 1 Byte Integer (signed)
	[2] 2 Byte Integer (unsigned)
	[3] 2 Byte Integer (signed)
	[4] 4 Byte Integer (unsigned)
	[5] 4 Byte Integer (signed)
	[6] 4 Byte Floating Point
	[7] 8 Byte Floating Point
	Default: 6
  -TOPDOWN:<str>    	Line Order
	Choice
	Available Choices:
	[0] Bottom to Top
	[1] Top to Bottom
	Default: 0