File tree Expand file tree Collapse file tree 10 files changed +24
-3
lines changed
src/plugins/grass/modules Expand file tree Collapse file tree 10 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 277
277
</section >
278
278
<section label =" Reports and statistics" >
279
279
<section label =" Reports" >
280
+ <grass name =" r.info" />
280
281
<grass name =" r.category" />
281
282
</section >
282
283
<section label =" Statistics" >
424
425
<grass name =" v.sample" />
425
426
</section >
426
427
<section label =" Reports and statistics" >
428
+ <grass name =" v.info" />
427
429
<grass name =" v.to.db" />
428
430
<grass name =" v.report" />
429
431
<grass name =" v.univar" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+ <qgisgrassmodule label =" Outputs basic information about a raster map" module =" r.info" >
5
+ <option key =" map" />
6
+ <flag key =" h" />
7
+ <flag key =" e" version_min =" 7" />
8
+ </qgisgrassmodule >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+ <qgisgrassmodule label =" Outputs basic information about a vector map" module =" v.info" >
5
+ <option key =" map" />
6
+ <flag key =" h" />
7
+ <flag key =" c" />
8
+ <flag key =" e" version_min =" 7" />
9
+ <flag key =" t" />
10
+ <flag key =" g" />
11
+ </qgisgrassmodule >
Original file line number Diff line number Diff line change 6
6
<option key =" map" version_min =" 7" />
7
7
<option key =" k" version_max =" 6" />
8
8
<option key =" npartitions" version_min =" 7" />
9
- <option key =" column" ansewr =" part" />
9
+ <option key =" column" answer =" part" hidden = " yes " />
10
10
<option key =" output" version_max =" 6" />
11
11
</qgisgrassmodule >
Original file line number Diff line number Diff line change 7
7
<option key =" radius" version_min =" 7" />
8
8
<option key =" mult" answer =" 1" advanced =" yes" version_max =" 6" />
9
9
<option key =" multiplier" answer =" 1" advanced =" yes" version_min =" 7" />
10
- <option key =" kernel" answer =" Gaussian " advanced =" yes" />
10
+ <option key =" kernel" answer =" gaussian " advanced =" yes" />
11
11
<option key =" output" outputType =" raster" />
12
12
</qgisgrassmodule >
Original file line number Diff line number Diff line change 7
7
<option key =" output" />
8
8
<option key =" dmax" answer =" 100" hidden =" no" />
9
9
<flag key =" v" answer =" on" hidden =" no" version_max =" 6" />
10
- <option key =" use" answer =" Vertex " hidden =" no" version_min =" 7" />
10
+ <option key =" use" answer =" vertex " hidden =" no" version_min =" 7" />
11
11
<flag key =" i" />
12
12
</qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments