Skip to content

Latest commit

 

History

History
208 lines (149 loc) · 6.19 KB

File metadata and controls

208 lines (149 loc) · 6.19 KB

Raster zonal stats (complete interface)

This tab allows for calculating the statistics related to an input raster for every unique value of a reference vector. For example, if a vector file contains a numeric field zone, this tool allows for calculating the mean value (for each zone) of input raster pixels. It is loaded only if the :guilabel:`Simplified interface` is not enabled.

Tip

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

Tool symbol and name Description
:guilabel:`Select the input raster` input_list select a raster (already loaded in QGIS)
reload refresh layer list
:guilabel:`Select the reference vector or raster` input_list select a raster or a vector (already loaded in QGIS), used as reference layer for zones
reload refresh layer list
:guilabel:`Vector field` input_list if a vector is selected as reference, select a vector field containing numeric values
Tool symbol and name Description
checkbox :guilabel:`Count` optional if checked, calculate Count statistic
checkbox :guilabel:`Maximum` optional if checked, calculate Maximum statistic
checkbox :guilabel:`Minimum` optional if checked, calculate Minimum statistic
checkbox :guilabel:`Mean` optional if checked, calculate Mean statistic
checkbox :guilabel:`Median` optional if checked, calculate Median statistic
checkbox :guilabel:`Percentile` optional input_text if checked, calculate Percentile statistic; multimple percentile values can be entered separated by comma in the input text
checkbox :guilabel:`Standard deviation` optional if checked, calculate Standard deviation statistic
checkbox :guilabel:`Sum` optional if checked, calculate Sum statistic
Tool symbol and name Description
:guilabel:`Script` script_tool add this function to the :ref:`script_tab`
:guilabel:`RUN` run run this function