We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0277b5f commit f715c0eCopy full SHA for f715c0e
src/plugins/grass/modules/r.recode.qgm
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+<qgisgrassmodule label=" r.recode - Recode a categorical raster using a reclassification rules file" module="r.recode">
5
+ <option key="input"/>
6
+ <file key="rules" type="old" filters="Txt (*.txt), Csv (*.csv)" />
7
+ <option key="output" />
8
+ <flag key="d" />
9
+</qgisgrassmodule>
0 commit comments