SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Import Grid from XYZ

Import grid from a table (text format), that contains for each grid cell the x/y/z-coordinates and additional data from selected grids.

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputGrid (*)Data Object Grid (optional output)GRID--
Count (*)Data Object Grid (optional output)COUNT--
OptionsFileFile pathFILENAME--
Skip Leading LinesIntegerSKIP-Minimum: 0
Default: 0
Cell SizeFloating pointCELLSIZE-Minimum: 0.000000
Default: 1.000000
SeparatorChoiceSEPARATOR-Available Choices:
[0] default delimiters
[1] space
[2] ,
[3] ;
[4] tabulator
[5] user defined
Default: 0
User DefinedTextUSER-Default: *
(*) optional

Command-line

Usage: saga_cmd io_grid 6 [-GRID <str>] [-COUNT <str>] [-FILENAME <str>] [-SKIP <num>] [-CELLSIZE <double>] [-SEPARATOR <str>] [-USER <str>]
  -GRID:<str>       	Grid
	Data Object Grid (optional output)
  -COUNT:<str>      	Count
	Data Object Grid (optional output)
  -FILENAME:<str>   	File
	File path
  -SKIP:<num>       	Skip Leading Lines
	Integer
	Minimum: 0
	Default: 0
  -CELLSIZE:<double>	Cell Size
	Floating point
	Minimum: 0.000000
	Default: 1.000000
  -SEPARATOR:<str>  	Separator
	Choice
	Available Choices:
	[0] default delimiters
	[1] space
	[2] ,
	[3] ;
	[4] tabulator
	[5] user defined
	Default: 0
  -USER:<str>       	User Defined
	Text
	Default: *