Skip to content

Commit

Permalink
Fix "Raster layer unique values report" area unit of measure
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Sep 13, 2024
1 parent d5cd48e commit a62e34b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/user_manual/processing_algs/qgis/rasteranalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,8 @@ Python code

Raster layer unique values report
---------------------------------
Returns the count and area of each unique value in a given raster layer.
Returns the count and the area, expressed in the area unit of the layer's CRS, of
each unique value in a given raster layer.

Parameters
..........
Expand Down Expand Up @@ -2609,8 +2610,8 @@ 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.

* - **Width in pixels**
- ``WIDTH_IN_PIXELS``
Expand Down

0 comments on commit a62e34b

Please sign in to comment.