Skip to content

Latest commit

 

History

History
198 lines (143 loc) · 6.47 KB

reproject_bands_tab.rst

File metadata and controls

198 lines (143 loc) · 6.47 KB

Reproject raster bands

This tab allows for reprojecting bands in a :ref:`band_set_tab` and perform other raster operations.

Tip

Information about APIs of this tool in Remotior Sensus at this link .

Tool symbol and name Description
:guilabel:`Select input band set` input_number select the input :ref:`band_set_tab` to be reprojected
radiobutton :guilabel:`Align to raster` input_list optional if checked, use the same coordinate reference system and pixel size as the selected reference
checkbox :guilabel:`same extent as reference` input_list optional if checked, the output extent will be the same as the reference
reload refresh layer list
checkbox :guilabel:`Use EPSG code` input_text optional if checked, use the EPSG code for defining the output coordinate reference system
:guilabel:`X resolution` input_text optional set X pixel resolution
:guilabel:`Y resolution` input_text optional set Y pixel resolution
checkbox :guilabel:`Resample pixel factor` input_text optional if checked, new pixel size will be the original size times this factor
:guilabel:`Resampling method` input_list select the resampling method; options are: nearest_neighbour, average, sum, maximum, minimum, mode, median, first_quartile, third_quartile
:guilabel:`Output type` input_list select the output raster type; options are: Auto (same as input), Float32, Int32, UInt32, Int16, UInt16, Byte
checkbox :guilabel:`Change output NoData value` input_number if checked, set a new value for NoData pixels
:guilabel:`Output name prefix` input_text set the prefix for output file names (default is reproj)
:guilabel:`Compress` input_text if checked, set the compression method (e.g., LZW, DEFLATE)
:guilabel:`Script` script_tool add this function to the :ref:`script_tab`
:guilabel:`RUN` run run this function