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.
- Author: O. Conrad (c) 2003
 
- Specification: grid
 
- Menu: File|Grid|Export
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grids | Grid list (input) | GRIDS | - | - | 
| Options | File Name | File path | FILENAME | - | - | 
 | Write Field Names | Boolean | CAPTION | - | Default: 1 | 
 | Exclude NoData Cells | Boolean | EX_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