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.
- Author: O.Conrad (c) 2009
- Menu: File|Grid|Import
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Grid (*) | Data Object (optional output) | GRID | - | - |
Count (*) | Data Object (optional output) | COUNT | - | - | |
Options | File | File path | FILENAME | - | - |
Skip Leading Lines | Integer | SKIP | - | Minimum: 0 Default: 0 | |
Cell Size | Floating point | CELLSIZE | - | Minimum: 0.000000 Default: 1.000000 | |
Separator | Choice | SEPARATOR | - | Available Choices: [0] default delimiters [1] space [2] , [3] ; [4] tabulator [5] user defined Default: 0 | |
User Defined | Text | USER | - | 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 (optional output) -COUNT:<str> Count Data Object (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: *