Import Grid from Table
- Author: O.Conrad (c) 2006
- Menu: File | Grid | Import
Description
Imports a grid from a table.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Grid | data object Grid, output, optional | GRID | - | - |
Options | Table | file path | FILE | - | - |
Cell Size | floating point number | CELLSIZE | - | Default: 1.000000 | |
Left Border | floating point number | XMIN | - | Default: 0.000000 | |
Lower Border | floating point number | YMIN | - | Default: 0.000000 | |
Unit Name | text | UNIT | - | - | |
Z Multiplier | floating point number | ZFACTOR | - | Default: 1.000000 | |
No Data Value | floating point number | NODATA | - | Default: -99999.000000 | |
Header Lines | integer number | HEADLINES | - | Minimum: 0 Default: 0 | |
Data Type | data type | DATA_TYPE | - | Available Choices: [0] bit [1] unsigned 1 byte integer [2] signed 1 byte integer [3] unsigned 2 byte integer [4] signed 2 byte integer [5] unsigned 4 byte integer [6] signed 4 byte integer [7] unsigned 8 byte integer [8] signed 8 byte integer [9] 4 byte floating point number [10] 8 byte floating point number Default: 9 | |
Line Order | choice | TOPDOWN | - | Available Choices: [0] Bottom to Top [1] Top to Bottom Default: 0 | |
Coordinate System Definition | text | CRS_STRING | Supported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326"). | - |
Command Line
Usage: saga_cmd io_grid 12 [-GRID] [-FILE ] [-CELLSIZE ] [-XMIN ] [-YMIN ] [-UNIT ] [-ZFACTOR ] [-NODATA ] [-HEADLINES ] [-DATA_TYPE ] [-TOPDOWN ] [-CRS_STRING ] -GRID: Grid data object Grid, output, optional -FILE: Table file path -CELLSIZE: Cell Size floating point number Default: 1.000000 -XMIN: Left Border floating point number Default: 0.000000 -YMIN: Lower Border floating point number Default: 0.000000 -UNIT: Unit Name text -ZFACTOR: Z Multiplier floating point number Default: 1.000000 -NODATA: No Data Value floating point number Default: -99999.000000 -HEADLINES: Header Lines integer number Minimum: 0 Default: 0 -DATA_TYPE: Data Type data type Available Choices: [0] bit [1] unsigned 1 byte integer [2] signed 1 byte integer [3] unsigned 2 byte integer [4] signed 2 byte integer [5] unsigned 4 byte integer [6] signed 4 byte integer [7] unsigned 8 byte integer [8] signed 8 byte integer [9] 4 byte floating point number [10] 8 byte floating point number Default: 9 -TOPDOWN: Line Order choice Available Choices: [0] Bottom to Top [1] Top to Bottom Default: 0 -CRS_STRING: Coordinate System Definition text