[GRASS-dev] [GRASS GIS] #2219: wish: all modules that create a new map should put the module call into history
GRASS GIS
trac at osgeo.org
Thu Mar 13 03:20:39 PDT 2014
#2219: wish: all modules that create a new map should put the module call into
history
---------------------------------+------------------------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: history module call | Platform: All
Cpu: Unspecified |
---------------------------------+------------------------------------------
Changes (by neteler):
* platform: Unspecified => All
* component: Default => Vector
Comment:
This is the unfiltered list of vector commands potentially lacking
Vect_hist_command():
{{{
find vector/ -name "main.c" | xargs fgrep --files-without-match Vect_hist
| grep -v v.out
vector/v.convert/main.c
vector/v.label/main.c
vector/v.colors.out/main.c
vector/v.to.rast/main.c
vector/v.colors/main.c
vector/v.vect.stats/main.c
vector/v.what/main.c
vector/v.lrs/v.lrs.where/main.c
vector/v.lrs/v.lrs.label/main.c
vector/v.lrs/v.lrs.create/main.c
vector/v.lrs/v.lrs.segment/main.c
vector/v.external.out/main.c
vector/v.db.select/main.c
vector/v.net.visibility/main.c
vector/v.to.db/main.c
vector/v.univar/main.c
vector/v.kcv/main.c
vector/v.label.sa/main.c
vector/v.normal/main.c
vector/v.surf.idw/main.c
vector/v.neighbors/main.c
vector/v.to.rast3/main.c
vector/v.timestamp/main.c
vector/v.class/main.c
vector/v.build/main.c
}}}
For some of them it will not be useful, reducing the remaining modules to
a few.
Which is most important for you?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2219#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list