Skip to content

Latest commit

 

History

History
214 lines (156 loc) · 6.69 KB

File metadata and controls

214 lines (156 loc) · 6.69 KB

Clip raster bands

This tab allows for cutting several image bands at once, using a rectangle defined with point coordinates or a boundary defined with a vector.

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 clipped
checkbox :guilabel:`Use value as NoData` input_number if checked, set the value for NoData pixels (e.g. pixels outside the clipped area)
:guilabel:`Output name prefix` input_text set the prefix for output file names (default is clip)

Set the Upper Left (UL) and Lower Right (LR) point coordinates of the rectangle used for clipping; it is possible to enter the coordinates manually. Alternatively use a vector.

Tool symbol and name Description
radiobutton :guilabel:`Use coordinates for clipping` if checked, use defined coordinates for clipping bands
:guilabel:`UL X` input_number set the UL X coordinate
:guilabel:`UL Y` input_number set the UL Y coordinate
:guilabel:`LR X` input_number set the LR X coordinate
:guilabel:`LR Y` input_number set the LR Y coordinate
radiobutton :guilabel:`Show` show or hide the clip area drawn in the map
pointer define a clip area by drawing a rectangle in the map; left click to set the UL point and right click to set the LR point; the area is displayed in the map
radiobutton :guilabel:`Use vector for clipping` input_list if checked, use the selected vector (already loaded in QGIS) for clipping; UL and LR coordinates are ignored
checkbox :guilabel:`Use vector field for output name` input_list if checked, a vector field is selected for clipping while iterating through each vector polygon and the corresponding field value is added to the output name
radiobutton :guilabel:`Use temporary ROI for clipping` if checked, use a :ref:`temporary_ROI` for clipping; UL and LR coordinates are ignored
reload refresh layer list
:guilabel:`Script` script_tool add this function to the :ref:`script_tab`
:guilabel:`RUN` run run this function