Tool Create Raster Catalogue from Virtual Raster (VRT)
The tool allows one to create a polygon layer that shows the extent of each raster file referenced in the virtual raster. Each extent is attributed with the original file path, which can be used to load the dataset by 'CTRL + left-click' in the table field.
Note: the tool only supports basic variants of the VRT format.
References
- 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.
- Author: V. Wichmann (c) 2023
- Menu: File|Grid
Parameters
| Name | Type | Identifier | Description | Constraints |
Output | Raster Catalogue | shapes, output | CATALOGUE | The polygon layer with dataset boundaries. | - |
Options | VRT File | file path | VRT_FILE | The full path and name of the .vrt input file. | - |
Command-line
Usage: saga_cmd io_gdal 14 [-VRT_FILE <str>] [-CATALOGUE <str>]
-VRT_FILE:<str> VRT File
file path
-CATALOGUE:<str> Raster Catalogue
shapes, output