SAGA-GIS Module Library Documentation (v2.3.0)

Module Export Grid to XYZ

Export grid to a table (text format), that contains for each grid cell the x/y-coordinates and additionally data from selected grids.
Optionally, it is possible to skip NoData cells from the output. In this case, the first input grid will perform like a mask.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridsGrid list (input)GRIDS--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
File NameFile pathFILENAME--
Write Field NamesBooleanCAPTION-Default: 1
Exclude NoData CellsBooleanEX_NODATA-Default: 0

Command-line

Usage: saga_cmd io_grid 5 [-GRIDS <str>] [-FILENAME <str>] [-CAPTION <str>] [-EX_NODATA <str>]
  -GRIDS:<str>    	Grids
	Grid list (input)
  -FILENAME:<str> 	File Name
	File path
  -CAPTION:<str>  	Write Field Names
	Boolean
	Default: 1
  -EX_NODATA:<str>	Exclude NoData Cells
	Boolean
	Default: 0