SAGA-GIS Module Library Documentation (v2.3.0)

Module Import Grid from Table

Imports grid from from table.

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputGrid (*)Data Object (optional output)GRID--
OptionsTableFile pathFILE_DATA--
Cell SizeFloating pointDXY-Default: 1.000000
Left Border (X)Floating pointXMIN-Default: 0.000000
Lower Border (Y)Floating pointYMIN-Default: 0.000000
Unit NameTextUNIT--
Z MultiplierFloating pointZFACTOR-Default: 1.000000
No Data ValueFloating pointNODATA-Default: -99999.000000
Data TypeChoiceDATA_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: 0
Line OrderChoiceTOPDOWN-Available Choices:
[0] Bottom to Top
[1] Top to Bottom
Default: 0
(*) optional

Command-line

Usage: saga_cmd io_grid 12 [-GRID <str>] [-FILE_DATA <str>] [-DXY <double>] [-XMIN <double>] [-YMIN <double>] [-UNIT <str>] [-ZFACTOR <double>] [-NODATA <double>] [-DATA_TYPE <str>] [-TOPDOWN <str>]
  -GRID:<str>      	Grid
	Data Object (optional output)
  -FILE_DATA:<str> 	Table
	File path
  -DXY:<double>    	Cell Size
	Floating point
	Default: 1.000000
  -XMIN:<double>   	Left Border (X)
	Floating point
	Default: 0.000000
  -YMIN:<double>   	Lower Border (Y)
	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
  -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: 0
  -TOPDOWN:<str>   	Line Order
	Choice
	Available Choices:
	[0] Bottom to Top
	[1] Top to Bottom
	Default: 0