2.67. Prepare raster
A tool that performs a per-band connection of a set of single-band rasters and crops the result using a vector mask.
Input:
Initial raster data
The initial raster data can be presented in two forms:
Multi-band raster in GDAL-compatible format
ZIP archive with a set of single-baned GDAL-compatible rasters
Vector layer, which is used as mask
ZIP archive with ESRI Shapefile or a other file format supported by OGR.
“No data” value
The value that is marked as “No data”. Use the - symbol to use the default value.
The name of the resulting raster
No file extension (e.g. ndvi, water). The extension will be automatically installed in .tif
If the input is an archive with single-band rasters, the tool first combines them into a multi-band raster. The order of the bands is determined by alphabetically sorting the names of the initial rasters in the archive. Then the multi-band raster (assembled from the archive or submitted immediately) is cropped with a vector mask.
The initial rasters and the vector mask can be in different coordinate systems before processing, all data is brought into a single spatial domain.
Launch tool: https://toolbox.nextgis.com/operation/prepare_raster
Try it out using our sample:
Download input dataset to test the instrument. Step-by-step instructions included.
Get the output to additionally check the results.