Skip to content

Commit

Permalink
edited GRASS/SEXTANTE descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jan 24, 2013
1 parent 2231971 commit 16c64be
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 44 deletions.
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/r.mode.txt
@@ -1,5 +1,5 @@
r.mode
r.mode - Finds the mode of values in a cover map within areas assigned the same category value in a user-specified base map.
r.mode - Finds the mode of values in a cover layer within areas assigned the same category value in a user-specified base layer.
Raster (r.*)
ParameterRaster|base|Base layer to be reclassified|False
ParameterRaster|cover|Categories layer|False
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/r.neighbors.txt
@@ -1,5 +1,5 @@
r.neighbors
r.neighbors - Makes each cell category value a function of the category values assigned to the cells around it, and stores new cell values in an output raster map layer.
r.neighbors - Makes each cell category value a function of the category values assigned to the cells around it
Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterSelection|method|Neighborhood operation|average;median;mode;minimum;maximum;stddev;sum;variance;diversity;interspersion
Expand Down
8 changes: 0 additions & 8 deletions python/plugins/sextante/grass/description/r.out.arc.txt

This file was deleted.

12 changes: 0 additions & 12 deletions python/plugins/sextante/grass/description/r.out.ascii.txt

This file was deleted.

6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/r.out.ppm.txt
@@ -1,6 +1,6 @@
r.out.ppm
r.out.ppm - Converts a GRASS raster map to a PPM image file at the pixel resolution of the currently defined region.
r.out.ppm - Converts a raster layer to a PPM image file at the pixel resolution of the currently defined region.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterRaster|input|Input raster layer|False
ParameterBoolean|-G|Output greyscale instead of color|True
OutputFile|output|Name for new PPM file (use '-' for stdout)
OutputFile|output|Output PPM file
8 changes: 4 additions & 4 deletions python/plugins/sextante/grass/description/r.out.vrml.txt
@@ -1,7 +1,7 @@
r.out.vrml
r.out.vrml - Export a raster map to the Virtual Reality Modeling Language (VRML)
r.out.vrml - Export a raster layer to the Virtual Reality Modeling Language (VRML)
Raster (r.*)
ParameterRaster|elev|Name of elevation map|False
ParameterRaster|color|Name of color file|False
ParameterRaster|elev|Elevation layer|False
ParameterRaster|color|Color layer|False
ParameterNumber|exag|Vertical exaggeration|None|None|1.0
OutputFile|output|Name for new VRML file
OutputFile|output|Output VRML file
4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/r.patch.txt
@@ -1,6 +1,6 @@
r.patch
r.patch - Creates a composite raster map layer by using one (or more) map layer(s) to fill in areas of "no data" in another map layer.
r.patch - Creates a composite raster layer by using one (or more) layer(s) to fill in areas of "no data" in another map layer.
Raster (r.*)
ParameterMultipleInput|input|Raster maps to be patched together|3|False
ParameterMultipleInput|input|Raster layers to be patched together|3|False
ParameterBoolean|-z|Use zero (0) for transparency instead of NULL|False
OutputRaster|output|Result
1 change: 0 additions & 1 deletion python/plugins/sextante/grass/description/r.plane.txt
@@ -1,7 +1,6 @@
r.plane
r.plane - Creates raster plane map given dip (inclination), aspect (azimuth) and one point.
Raster (r.*)

ParameterNumber|dip|Dip of plane. Value must be between -90 and 90 degrees|None|None|0.0
ParameterNumber|azimuth|Azimuth of the plane. Value must be between 0 and 360 degrees|None|None|0.0
ParameterNumber|easting|Easting coordinate of a point on the plane|None|None|0.0
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/sextante/grass/description/r.quant.txt
@@ -1,8 +1,8 @@
r.quant
r.quant - Produces the quantization file for a floating-point map.
Raster (r.*)
ParameterMultipleInput|input|Raster map(s) to be quantized|1.0|False
ParameterRaster|basemap|Base map to take quant rules from|False
ParameterMultipleInput|input|Raster layer(s) to be quantized|1.0|False
ParameterRaster|basemap|Base layer to take quant rules from|False
ParameterRange|fprange|Floating point range: dmin,dmax|0,1
ParameterRange|range|Integer range: min,max|1,255
ParameterBoolean|-t|Truncate floating point data|False
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/grass/description/r.quantile.txt
@@ -1,7 +1,7 @@
r.quantile
r.quantile - Compute quantiles using two passes.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterRaster|input|Input raster layer|False
ParameterNumber|quantiles|Number of quantiles|2|None|4
*ParameterBoolean|-r|Generate recode rules based on quantile-defined intervals|False
OutputHTML|html|Output report
6 changes: 3 additions & 3 deletions python/plugins/sextante/grass/description/r.random.cells.txt
@@ -1,6 +1,6 @@
r.random.cells
r.random.cells - Generates random cell values with spatial dependence.
Raster (r.*)
ParameterNumber|distance|Maximum distance of spatial correlation (value(s) >= 0.0)|None|None|0.0
ParameterNumber|seed|Random seed (SEED_MIN >= value >= SEED_MAX) (default [random])|None|None|0.0
OutputRaster|output|Name for output raster map
ParameterNumber|distance|Maximum distance of spatial correlation (value(s) >= 0.0)|0.0|None|0.0
*ParameterNumber|seed|Random seed (SEED_MIN >= value >= SEED_MAX) (default [random])|None|None|0.0
OutputRaster|output|Output raster layer
12 changes: 6 additions & 6 deletions python/plugins/sextante/grass/description/r.random.txt
@@ -1,8 +1,8 @@
r.random
r.random - Creates a raster map layer and vector point map containing randomly located points.
r.random - Creates a raster layer and vector point map containing randomly located points.
Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterRaster|cover|Name of cover raster map|False
ParameterNumber|n|The number of points to allocate|None|None|10
OutputRaster|raster_output|Name for output raster map
OutputVector|vector_output|Name for output vector map
ParameterRaster|input|Input raster layer|False
ParameterRaster|cover|Input cover raster layer|False
ParameterNumber|n|The number of points to allocate|0|None|10
OutputRaster|raster_output|Output raster layer
OutputVector|vector_output|Output vector layer

0 comments on commit 16c64be

Please sign in to comment.