From 0353283f4e9b15399cf37ef8690f4fdfc6905cc8 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Mon, 16 Sep 2024 15:36:59 +0200 Subject: [PATCH] Fix "Raster layer unique values report" area unit of measure (#9257) --- docs/user_manual/processing_algs/qgis/rasteranalysis.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/user_manual/processing_algs/qgis/rasteranalysis.rst b/docs/user_manual/processing_algs/qgis/rasteranalysis.rst index 2760749aac2..9f8ec592222 100644 --- a/docs/user_manual/processing_algs/qgis/rasteranalysis.rst +++ b/docs/user_manual/processing_algs/qgis/rasteranalysis.rst @@ -2512,6 +2512,7 @@ Python code Raster layer unique values report --------------------------------- Returns the count and area of each unique value in a given raster layer. +The calculation of the area is done in the area unit of the layer's CRS. Parameters .......... @@ -2609,8 +2610,9 @@ Outputs * *value*: pixel value * *count*: count of pixels with this value - * *m*\ :sup:`2`: total area in square meters of pixels with - this value. + * *m2* or *deg2* or *ft2* or ... : total area of pixels with this value. + The column name depends on the area unit of the layer's CRS + and the calculation is done in that unit. * - **Width in pixels** - ``WIDTH_IN_PIXELS``