Skip to content

Commit

Permalink
update helpstring
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Jul 2, 2020
1 parent 9655f77 commit 371f7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analysis/processing/qgsalgorithmcellstatistics.cpp
Expand Up @@ -52,10 +52,10 @@ QString QgsCellStatisticsAlgorithm::shortHelpString() const
return QObject::tr( "The Cell statistics algorithm computes a value for each cell of the "
"output raster. At each cell location, "
"the output value is defined as a function of all overlaid cell values of the "
"input rasters.\n "
"input rasters.\n\n"
"The output rasters extent and resolution is defined by a reference "
"raster. The following functions can be applied on the input "
"raster cells per output raster cell location: "
"raster cells per output raster cell location:\n"
"<ul> "
" <li>Sum</li>"
" <li>Count</li>"
Expand All @@ -75,7 +75,7 @@ QString QgsCellStatisticsAlgorithm::shortHelpString() const
"the most complex data type present in the input datasets except when using the functions "
"Mean and Standard deviation (data type is always Float32) or Count and Variety (data type is always Int32).\n"
"<i>Calculation details - general:</i> NoData values in any of the input layers will result in a NoData cell output if the Ignore NoData parameter is not set.\n"
"<i>Calculation details - Count:</i> Count will always result in the number of cells without NoData values at the current cell location."
"<i>Calculation details - Count:</i> Count will always result in the number of cells without NoData values at the current cell location.\n"
"<i>Calculation details - Median:</i> If the number of input layers is even, the median will be calculated as the "
"arithmetic mean of the two middle values of the ordered cell input values.\n"
"<i>Calculation details - Minority/Majority:</i> If no unique minority or majority could be found, the result is NoData, except all "
Expand Down

0 comments on commit 371f7b2

Please sign in to comment.