Skip to content

Commit

Permalink
[processing] fix r.rescale and r.rescale.eq
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Jan 6, 2020
1 parent 0b74955 commit dcabb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,5 +3,5 @@ Rescales histogram equalized the range of category values in a raster layer.
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
QgsProcessingParameterRange|from|The input data range to be rescaled|QgsProcessingParameterNumber.Double|None|True
QgsProcessingParameterRange|to|The output data range|QgsProcessingParameterNumber.Double|None|True
QgsProcessingParameterRange|to|The output data range|QgsProcessingParameterNumber.Double|None|False
QgsProcessingParameterRasterDestination|output|Rescaled equalized
Expand Up @@ -2,6 +2,6 @@ r.rescale
Rescales the range of category values in a raster layer.
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
QgsProcessingParameterRange|from|The input data range to be rescaled|QgsProcessingParameterNumber.Double|0,1|True
QgsProcessingParameterRange|to|The output data range|QgsProcessingParameterNumber.Double|0,1|True
QgsProcessingParameterRange|from|The input data range to be rescaled|QgsProcessingParameterNumber.Double|None|True
QgsProcessingParameterRange|to|The output data range|QgsProcessingParameterNumber.Double|None|False
QgsProcessingParameterRasterDestination|output|Rescaled

0 comments on commit dcabb05

Please sign in to comment.