Skip to content

Commit 2bb0aa8

Browse files
author
mhugent
committedOct 31, 2010
Added reference to algorithm description for ruggedness index
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14464 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/analysis/raster/qgsruggednessfilter.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
#include "qgsninecellfilter.h"
2222

23-
/**Calculates the ruggedness index based on a 3x3 moving window*/
23+
/**Calculates the ruggedness index based on a 3x3 moving window.
24+
Algorithm from Riley et al. 1999: A terrain ruggedness index that quantifies topographic heterogeneity*/
2425
class ANALYSIS_EXPORT QgsRuggednessFilter: public QgsNineCellFilter
2526
{
2627
public:

0 commit comments

Comments
 (0)
Please sign in to comment.