File tree 11 files changed +38
-20
lines changed
src/plugins/grass/modules
11 files changed +38
-20
lines changed Original file line number Diff line number Diff line change 402
402
</section >
403
403
<section label =" Create points" >
404
404
<grass name =" v.random" />
405
+ <grass name =" v.random.3d" />
405
406
<grass name =" v.perturb" />
406
407
</section >
407
408
<section label =" Manage training dataset" >
563
564
</section >
564
565
</section >
565
566
566
- <section label =" 3d Visualization" >
567
- <grass name =" nviz" />
567
+ <section label =" 3d Visualization" version_max = " 6.4 " >
568
+ <grass name =" nviz" version_max = " 6.4 " />
568
569
</section >
569
570
<section label =" Convert coordinates" >
570
571
<grass name =" m.cogo" />
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
4
<qgisgrassmodule label =" Convert 2D vector to 3D vector by sampling of elevation raster. Default sampling by nearest neighbour" module =" v.drape" >
5
- <option key =" input" />
6
- <option key =" rast" />
5
+ <option key =" input" />
6
+ <option key =" rast" version_max =" 6" />
7
+ <option key =" elevation" version_min =" 7" />
7
8
<option key =" method" />
8
9
<option key =" output" />
9
10
</qgisgrassmodule >
Original file line number Diff line number Diff line change 4
4
<qgisgrassmodule label =" Extrudes flat vector object to 3D with height based on attribute" module =" v.extrude" >
5
5
<option key =" input" layeroption =" layer" />
6
6
<option key =" elevation" label =" Elevation raster for height extraction (optional)" />
7
- <flag key =" t" answer =" on" advanced =" yes" />
7
+ <flag key =" t" answer =" on" advanced =" yes" />
8
8
<option key =" zshift" advanced =" yes" />
9
- <field key =" hcolumn" layer =" input" type =" integer,double" />
10
- <option key =" output" />
9
+ <field key =" hcolumn" layer =" input" type =" integer,double" version_max =" 6" />
10
+ <field key =" height_column" layer =" input" type =" integer,double" version_min =" 7" />
11
+ <option key =" output" />
11
12
</qgisgrassmodule >
Original file line number Diff line number Diff line change 3
3
4
4
<qgisgrassmodule label =" Simplify vector" module =" v.generalize" >
5
5
<option key =" input" typeoption =" type" layeroption =" layer" />
6
- <flag key =" c" answer =" on" hidden =" yes" />
6
+ <flag key =" c" answer =" on" hidden =" yes" version_max = " 6 " />
7
7
<option key =" type" label =" Feature type (for polygons, choose Boundary)" />
8
8
<option key =" method" />
9
9
<option key =" threshold" answer =" 1.0" label =" Maximal tolerance value (higher value=more simplification)" />
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 =" Create random 3D vector points" module =" v.random" >
5
+ <flag key =" z" answer =" yes" hidden =" yes" />
6
+ <option key =" n" version_max =" 6" />
7
+ <option key =" npoints" version_min =" 7" />
8
+ <option key =" column" answer =" zvalue" hidden =" yes" />
9
+ <option key =" column_type" advanced =" yes" version_min =" 7" />
10
+ <option key =" zmin" advanced =" yes" />
11
+ <option key =" zmax" advanced =" yes" />
12
+ <option key =" output" />
13
+ </qgisgrassmodule >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
- <qgisgrassmodule label =" Create random 2D/3D vector points" module =" v.random" >
4
+ <qgisgrassmodule label =" Create random 2D vector points" module =" v.random" >
5
5
<option key =" n" version_max =" 6" />
6
6
<option key =" npoints" version_min =" 7" />
7
- <option key =" column" advanced =" yes" />
8
- <option key =" column_type" advanced =" yes" version_min =" 7" />
9
- <option key =" zmin" advanced =" yes" />
10
- <option key =" zmax" advanced =" yes" />
11
7
<option key =" output" />
12
8
</qgisgrassmodule >
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
4
<qgisgrassmodule label =" Create points/segments from input vector lines and positions" module =" v.segment" >
5
- <option key =" input" layeroption =" llayer" typemask =" line,boundary" />
6
- <file key =" file" type =" old" filters =" Txt (*.txt), Csv (*.csv)" />
5
+ <option key =" input" layeroption =" llayer" typemask =" line,boundary" version_max =" 6" />
6
+ <option key =" input" layeroption =" layer" typemask =" line,boundary" version_min =" 7" />
7
+ <file key =" file" type =" old" filters =" Txt (*.txt);;Csv (*.csv)" version_max =" 6" />
8
+ <file key =" rules" type =" old" filters =" Txt (*.txt);;Csv (*.csv)" version_min =" 7" />
7
9
<option key =" output" />
8
10
</qgisgrassmodule >
Original file line number Diff line number Diff line change 10
10
<option key =" map_date" />
11
11
<option key =" scale" />
12
12
<option key =" zone" />
13
- <option key =" thresh" />
13
+ <option key =" thresh" version_max =" 6" />
14
+ <option key =" threshold" version_min =" 7" />
14
15
<option key =" comment" />
15
16
<option key =" cmdhist" />
16
- </qgisgrassmodule >
17
+ </qgisgrassmodule >
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
4
<qgisgrassmodule label =" Create points along input lines" module =" v.to.points" >
5
- <option key =" input" layeroption =" llayer" typeoption =" type" />
6
- <file key =" output" type =" new" />
5
+ <option key =" input" layeroption =" llayer" typeoption =" type" version_max =" 6" />
6
+ <option key =" input" layeroption =" layer" typeoption =" type" version_min =" 7" />
7
+ <option key =" output" />
7
8
<option key =" dmax" answer =" 100" hidden =" no" />
8
- <flag key =" v" answer =" on" hidden =" no" />
9
+ <flag key =" v" answer =" on" hidden =" no" version_max =" 6" />
10
+ <option key =" use" answer =" Vertex" hidden =" no" version_min =" 7" />
11
+ <flag key =" i" />
9
12
</qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments