Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added reference to algorithm description for ruggedness index
git-svn-id: http://svn.osgeo.org/qgis/trunk@14464 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Oct 31, 2010
1 parent 2ba6227 commit 40b7172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/raster/qgsruggednessfilter.h
Expand Up @@ -20,7 +20,8 @@

#include "qgsninecellfilter.h"

/**Calculates the ruggedness index based on a 3x3 moving window*/
/**Calculates the ruggedness index based on a 3x3 moving window.
Algorithm from Riley et al. 1999: A terrain ruggedness index that quantifies topographic heterogeneity*/
class ANALYSIS_EXPORT QgsRuggednessFilter: public QgsNineCellFilter
{
public:
Expand Down

0 comments on commit 40b7172

Please sign in to comment.