From 78a5b8f6707c01705b77b81c2fbf3fc8d5ccdbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20RIBREUX?= Date: Sat, 13 Feb 2016 13:37:14 +0100 Subject: [PATCH] Add r.what algorithm --- .../algs/grass7/description/r.what.coords.txt | 14 ++++++++++++++ .../algs/grass7/description/r.what.points.txt | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 python/plugins/processing/algs/grass7/description/r.what.coords.txt create mode 100644 python/plugins/processing/algs/grass7/description/r.what.points.txt diff --git a/python/plugins/processing/algs/grass7/description/r.what.coords.txt b/python/plugins/processing/algs/grass7/description/r.what.coords.txt new file mode 100644 index 000000000000..4fc1557cd93d --- /dev/null +++ b/python/plugins/processing/algs/grass7/description/r.what.coords.txt @@ -0,0 +1,14 @@ +r.what +r.what.coords - Queries raster maps on their category values and category labels on a point. +Raster (r.*) +ParameterRaster|map|Name of raster map|False +ParameterString|coordinates|Coordinates for query (east, north)|None|False|False +ParameterString|null_value|String representing NULL value|*|False|True +ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newlineString representing NULL value|pipe|False|True +ParameterNumber|cache|Size of point cache|0|None|500|True +*ParameterBoolean|-n|Output header row|False|True +*ParameterBoolean|-f|Show the category labels of the grid cell(s)|False|True +*ParameterBoolean|-r|Output color values as RRR:GGG:BBB|False|True +*ParameterBoolean|-i|Output integer category values, not cell values|False|True +*ParameterBoolean|-c|Turn on cache reporting|False|True +OutputFile|output|Raster Value File diff --git a/python/plugins/processing/algs/grass7/description/r.what.points.txt b/python/plugins/processing/algs/grass7/description/r.what.points.txt new file mode 100644 index 000000000000..7156ee478b9c --- /dev/null +++ b/python/plugins/processing/algs/grass7/description/r.what.points.txt @@ -0,0 +1,14 @@ +r.what +r.what.points - Queries raster maps on their category values and category labels on a layer of points. +Raster (r.*) +ParameterRaster|map|Name of raster map|False +ParameterVector|points|Name of vector points layer for query|0|False +ParameterString|null_value|String representing NULL value|*|False|True +ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newlineString representing NULL value|pipe|False|True +ParameterNumber|cache|Size of point cache|0|None|500|True +*ParameterBoolean|-n|Output header row|False|True +*ParameterBoolean|-f|Show the category labels of the grid cell(s)|False|True +*ParameterBoolean|-r|Output color values as RRR:GGG:BBB|False|True +*ParameterBoolean|-i|Output integer category values, not cell values|False|True +*ParameterBoolean|-c|Turn on cache reporting|False|True +OutputFile|output|Raster Values File