3.4.3.12. Reproject raster bands¶
This tab allows for reprojecting bands in a Band set and perform other raster operations.
3.4.3.12.1. Reproject raster bands¶
- Select input band set
: select the input Band set to be reprojected;
Align to raster
same extent as reference
: if Align to raster is checked, use the same coordinate reference system and pixel size as the selected reference; if same extent as reference is checked, the output extent will be the same as the reference;
: refresh layer list;
Use EPSG code
X resolution
Y resolution
: if checked, use the EPSG code for defining the output coordinate reference system with X resolution and Y resolution;
Resample pixel factor
: if checked, new pixel size will be the original size times this factor;
- Resampling method
: select the resampling method; options are
nearest_neighbour
,average
,sum
,maximum
,minimum
,mode
,median
,first_quartile
,third_quartile
; - Output type
: select the output raster type; options are
Auto
(same as input),Float32
,Int32
,UInt32
,Int16
,UInt16
,Byte
; Change output NoData value
: if checked, set a new value for
NoData
pixels;- Output name prefix
: set the prefix for output file names (default is
reproj
); - BATCH
: add this function to the Batch;
- RUN
: choose an output destination and start the process;