30 changes: 15 additions & 15 deletions python/plugins/sextante/grass/description/r.watershed.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
r.watershed
r.watershed - Watershed basin analysis program.
Raster (r.*)
ParameterRaster|elevation|Input map: elevation on which entire analysis is based|False
ParameterRaster|depression|Input map: locations of real depressions|True
ParameterRaster|flow|Input map: amount of overland flow per cell|True
ParameterRaster|disturbed.land|Input map or value: percent of disturbed land, for USLE|True
ParameterRaster|blocking|Input map: terrain blocking overland surface flow, for USLE|True
ParameterNumber|threshold|Input value: minimum size of exterior watershed basin|None|None|0
ParameterNumber|max.slope.length|Input value: maximum length of surface flow, for USLE|None|None|0
ParameterRaster|elevation|Elevation|False
ParameterRaster|depression|Locations of real depressions|True
ParameterRaster|flow|Amount of overland flow per cell|True
ParameterRaster|disturbed.land|Percent of disturbed land, for USLE|True
ParameterRaster|blocking|Terrain blocking overland surface flow, for USLE|True
ParameterNumber|threshold|Minimum size of exterior watershed basin|None|None|0
ParameterNumber|max.slope.length|Maximum length of surface flow, for USLE|None|None|0
ParameterBoolean|-4|Allow only horizontal and vertical flow of water|True
OutputRaster|accumulation|Output map: number of cells that drain through each cell
OutputRaster|drainage|Output map: drainage direction
OutputRaster|basin|Output map: unique label for each watershed basin
OutputRaster|stream|Output map: stream segments
OutputRaster|half.basin|Output map: each half-basin is given a unique value
OutputRaster|visual|Output map: useful for visual display of results
OutputRaster|length.slope|Output map: slope length and steepness (LS) factor for USLE
OutputRaster|slope.steepness|Output map: slope steepness (S) factor for USLE
OutputRaster|accumulation|Number of cells that drain through each cell
OutputRaster|drainage|Drainage direction
OutputRaster|basin|Unique label for each watershed basin
OutputRaster|stream|Stream segments
OutputRaster|half.basin|Half-basins output layer
OutputRaster|visual|Visual display output layer
OutputRaster|length.slope|Slope length and steepness (LS) factor for USLE
OutputRaster|slope.steepness|Slope steepness (S) factor for USLE
28 changes: 28 additions & 0 deletions python/plugins/sextante/grass/ext/r_stats.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
r_stats.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from sextante.grass.ext import HtmlReportPostProcessor

def postProcessResults(alg):
HtmlReportPostProcessor.postProcessResults(alg)
8 changes: 0 additions & 8 deletions python/plugins/sextante/saga/description/AverageWithMask1.txt

This file was deleted.

8 changes: 0 additions & 8 deletions python/plugins/sextante/saga/description/AverageWithMask2.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions python/plugins/sextante/saga/description/BasicTerrainAnalysis.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions python/plugins/sextante/saga/description/CoveredDistance.txt

This file was deleted.

8 changes: 0 additions & 8 deletions python/plugins/sextante/saga/description/DailytoHourlyPET.txt

This file was deleted.

9 changes: 0 additions & 9 deletions python/plugins/sextante/saga/description/Destriping1.txt

This file was deleted.

14 changes: 0 additions & 14 deletions python/plugins/sextante/saga/description/Destriping2.txt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fill Sinks (Planchon/Darboux, 2001)
Fill Sinks|Fill Sinks (Planchon/Darboux, 2001)
ta_preprocessor
ParameterRaster|DEM|DEM|False
ParameterNumber|MINSLOPE|Minimum Slope [Degree]|0.0|None|0.01
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Layer of extreme value
Layer of Extreme Value
grid_analysis
ParameterMultipleInput|GRIDS|Grids|3|False
ParameterSelection|CRITERIA|Method|[0] Maximum;[1] Minimum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ordered Weighted Averaging (OWA)
Ordered Weighted Averaging|Ordered Weighted Averaging (OWA)
grid_analysis
ParameterMultipleInput|GRIDS|Input Grids|3|False
ParameterFixedTable|WEIGHTS|Weights|3|Weight|False
Expand Down
27 changes: 0 additions & 27 deletions python/plugins/sextante/saga/description/OrdinaryKriging(VF).txt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Profile from points
Profile from points table|Profile from points
ta_profiles
ParameterRaster|GRID|Grid|False
ParameterTable|TABLE|Input|False
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions python/plugins/sextante/saga/description/Pythagoras'Tree.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Regression Analysis (Points/Grid)
Regression analysis|Regression Analysis (Points/Grid)
geostatistics_regression
ParameterRaster|GRID|Grid|False
ParameterVector|SHAPES|Shapes|-1|False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Representativeness (Grid)
Representativeness|Representativeness (Grid)
geostatistics_grid
ParameterRaster|INPUT|Grid|False
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Residual Analysis (Grid)
Residual analysis|Residual Analysis (Grid)
geostatistics_grid
ParameterRaster|GRID|Grid|False
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|7
Expand Down
23 changes: 0 additions & 23 deletions python/plugins/sextante/saga/description/TOPMODEL.txt

This file was deleted.

27 changes: 0 additions & 27 deletions python/plugins/sextante/saga/description/UniversalKriging(VF).txt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wind Effect (Windward / Leeward Index)
Wind effect|Wind Effect (Windward / Leeward Index)
ta_morphometry
ParameterRaster|DEM|Elevation|False
ParameterRaster|DIR|Wind Direction|True
Expand Down