From affc9a16e8049627d62f58997fef938df836113f Mon Sep 17 00:00:00 2001 From: gioman Date: Wed, 28 May 2014 19:51:43 +0100 Subject: [PATCH] add GRASS r.out.xyz --- .../plugins/processing/algs/grass/description/r.out.xyz.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/plugins/processing/algs/grass/description/r.out.xyz.txt diff --git a/python/plugins/processing/algs/grass/description/r.out.xyz.txt b/python/plugins/processing/algs/grass/description/r.out.xyz.txt new file mode 100644 index 00000000000..35ce8a89fe0 --- /dev/null +++ b/python/plugins/processing/algs/grass/description/r.out.xyz.txt @@ -0,0 +1,6 @@ +r.out.xyz +r.out.xyz - Export a raster map to a text file as x,y,z values based on cell centers +Raster (r.*) +ParameterRaster|input|Name of input raster map|False +ParameterString|fs|Field separator| +OutputFile|output|Name for output file