Feature #5725
Make v.* modules corresponding to those in GRASS plugin
| Status: | New | Start Date: | 06/03/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Backend/GRASS | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
Currently these modules are in sextante, not in the plugin:
v.class
v.info
v.in.wfs
v.lidar.correction
v.lidar.edgedetection
v.lidar.growing
v.qcount
v.surf.rst.cvdev
v.to.3d
v.vol.rst
The following are in the plugin, not in sextante:
v.centroids
v.kernel
v.mcp
All net modules: v.net.alloc, v.net.iso, v.net.nodes, v.net.path, v.net, v.net.salesman, v.net.steiner, v.net.visibility
v.to.rast3
v.what.rast
v.what.vect
Please help us defining which ones should be added.
The following have a different arrangement:
v.extract> v.extract.list, v.extract.where (in the plugin, WHERE is automatically filled with features selected from the QGIS canvas, an useful feature)
v.extrude> v.extrude.attr, v.extrude.fixed
v.reclass> v.reclass.attr, v.reclass.file
To be checked if it's OK.
History
Updated by Alban P 10 months ago
Hi,
I think v.Kernel is an important module to implement for Sextante.
Currently, the only way to make a kernel density analysis is to use SDA4PP which require severals R components in a specific version. Consequently, it's not really easy to install.
Best regards,
Updated by Paolo Cavallini 6 months ago
- Category set to Backend/GRASS