The "GDAL Raster Import" tool imports grid data from various file formats using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam.
| | Name | Type | Identifier | Description | Constraints |
| Input | Shapes Extent | shapes, input | EXTENT_SHAPES | - | - |
| Output | Grids | grid list, output | GRIDS | - | - |
| Options | Files | file path | FILES | - | - |
| Multiple Bands Output | choice | MULTIPLE | - | Available Choices:
[0] single grids
[1] grid collection
[2] automatic
Default: 2 |
| Subsets | text | SUBSETS | Semicolon separated list of subset names or indexes (zero-based). If empty (default) all subsets will be imported (if there are any). | - |
| Select from Multiple Bands | text | SELECTION | Semicolon separated list of band indexes (zero-based). If empty (default) all bands will be imported. | - |
| Select from Multiple Bands | boolean
[GUI] | SELECT | - | Default: 0 |
| Alphanumeric Sorting | boolean
[GUI] | SELECT_SORT | Sorts bands by their name before the selection dialog opens. | Default: 0 |
| Transformation | boolean | TRANSFORM | align grid to coordinate system | Default: 1 |
| Resampling | choice | RESAMPLING | Resampling type to be used, if grid needs to be aligned to coordinate system. | Available Choices:
[0] Nearest Neighbour
[1] Bilinear
[2] Cubic 1
[3] Cubic 2
Default: 0 |
| Extent | choice | EXTENT | - | Available Choices:
[0] original
[1] user defined
[2] grid system
[3] shapes extent
Default: 0 |
| Left | floating point number | EXTENT_XMIN | - | Default: 0.000000 |
| Right | floating point number | EXTENT_XMAX | - | Default: 0.000000 |
| Bottom | floating point number | EXTENT_YMIN | - | Default: 0.000000 |
| Top | floating point number | EXTENT_YMAX | - | Default: 0.000000 |
| Grid System | grid system | EXTENT_GRID | - | - |
| Buffer | floating point number | EXTENT_BUFFER | - | Minimum: 0.000000
Default: 0.000000 |