Skip to content

Commit

Permalink
Add -inf inf and nan (#8665)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Nov 28, 2023
2 parents b849ab1 + 793512c commit 6583fd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user_manual/processing_algs/qgis/rasteranalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2869,16 +2869,18 @@ Basic parameters
- ``MIN_FIELD``
- [tablefield: numeric]
- Field with the minimum value of the range for the class.
Use ``-inf`` to capture the lowest possible value.
* - **Maximum class value field**
- ``MAX_FIELD``
- [tablefield: numeric]
- Field with the maximum value of the range for the class.
Use ``inf`` to capture the highest possible value.
* - **Output value field**
- ``VALUE_FIELD``
- [tablefield: numeric]
- Field with the value that will be assigned to the pixels that
fall in the class (between the corresponding min and max
values).
values). Use ``nan`` to set the value of the range to NoData.
* - **Reclassified raster**
- ``OUTPUT``
- [raster]
Expand Down Expand Up @@ -3004,6 +3006,8 @@ Basic parameters
- A 3-columns table to fill with the values to set the boundaries
of each class (``Minimum`` and ``Maximum``) and the new
``Value`` to assign to the band values that fall in the class.
The value ``-inf`` can be used as minimum, ``inf`` as maximum,
and ``nan`` can be used to set the output value to NoData.
* - **Reclassified raster**
- ``OUTPUT``
- [raster]
Expand Down

0 comments on commit 6583fd1

Please sign in to comment.