| Tool Name | Import from Virtual Raster (VRT) |
| Tool ID | 13 |
| Library ID | io_gdal |
| Version | 1.0 |
| Author(s) | V. Wichmann (c) 2019 |
GDAL/OGR contributors (2019): GDAL/OGR Geospatial Data Abstraction software Library. A translator library for raster and vector geospatial data formats. Open Source Geospatial Foundation. Link
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Shapes Extent | shapes, input | SHAPES | The shapefile defining the clipping extent. | |
| Output | ||||
| Grids | grid list, output | GRIDS | ||
| Options | ||||
| VRT Filename | file path | VRT_NAME | The full path and name of the .vrt file. | |
| Extent | choice | EXTENT | Choose how to define the clipping extent. | Available Choices: [0] user defined [1] grid system [2] shapes extent Default: 0 |
| Left | floating point number | XMIN | The minimum x-coordinate of the clipping extent. | Default: 0.000000 |
| Right | floating point number | XMAX | The maximum x-coordinate of the clipping extent. | Default: 0.000000 |
| Bottom | floating point number | YMIN | The minimum y-coordinate of the clipping extent. | Default: 0.000000 |
| Top | floating point number | YMAX | The maximum y-coordinate of the clipping extent. | Default: 0.000000 |
| Buffer | floating point number | BUFFER | The optional buffer added to the clipping extent [map units]. | Minimum: 0.000000 Default: 0.000000 |
| Multiple Bands Output | choice | MULTIPLE | Choose how to handle output datasets with multiple bands. | Available Choices: [0] single grids [1] grid collection [2] automatic Default: 2 |
| 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 |