|
21 | 21 | <grass name="v.extract.where"/>
|
22 | 22 | <grass name="v.extract.list"/>
|
23 | 23 | </section>
|
| 24 | + <section label="Geometry management"> |
| 25 | + <grass name="v.to.db"/> |
| 26 | + <grass name="v.type.lb"/> |
| 27 | + <grass name="v.type.bl"/> |
| 28 | + <grass name="v.type.pc"/> |
| 29 | + <grass name="v.type.cp"/> |
| 30 | + </section> |
24 | 31 | <section label="Delaunay triangulation, Voronoi diagram and convex hull">
|
25 | 32 | <grass name="v.delaunay.line"/>
|
26 | 33 | <grass name="v.delaunay.area"/>
|
|
35 | 42 | <grass name="v.net.salesman"/>
|
36 | 43 | <grass name="v.net.steiner"/>
|
37 | 44 | </section>
|
| 45 | + <section label="Reclass category values"> |
| 46 | + <grass name="v.reclass.attr"/> |
| 47 | + </section> |
38 | 48 | <section label="Layers">
|
39 | 49 | <grass name="v.category.add"/>
|
| 50 | + <grass name="v.category.del"/> |
| 51 | + <grass name="v.category.sum"/> |
40 | 52 | </section>
|
41 | 53 | <grass name="v.random"/>
|
42 | 54 | <grass name="v.mkgrid.region"/>
|
43 | 55 | <grass name="v.in.region"/>
|
44 | 56 | <section label="Convert a vector to raster">
|
45 | 57 | <grass name="v.to.rast.constant"/>
|
| 58 | + <grass name="v.to.rast.attr"/> |
46 | 59 | </section>
|
47 | 60 | <section label="Density of points">
|
48 | 61 | <grass name="v.neighbors"/>
|
|
56 | 69 | <section label="Geomorphology">
|
57 | 70 | <grass name="r.slope.aspect.slope"/>
|
58 | 71 | <grass name="r.slope.aspect.aspect"/>
|
| 72 | + <grass name="r.shaded.relief"/> |
| 73 | + </section> |
| 74 | + <section label="Neighbors analysies"> |
| 75 | + <grass name="r.neighbors"/> |
59 | 76 | </section>
|
60 | 77 | <section label="Set raster color table">
|
61 | 78 | <grass name="r.colors"/>
|
62 | 79 | </section>
|
| 80 | + <section label="Manage raster cells value"> |
| 81 | + <grass name="r.null.null"/> |
| 82 | + <grass name="r.null.val"/> |
| 83 | + </section> |
| 84 | + <section label="Trasformation raster"> |
| 85 | + <grass name="r.clump"/> |
| 86 | + <grass name="r.thin"/> |
| 87 | + </section> |
63 | 88 | <section label="Convert a raster to vector">
|
64 | 89 | <grass name="r.to.vect.point"/>
|
65 | 90 | <grass name="r.to.vect.line"/>
|
|
0 commit comments