On Mon, May 28, 2012 at 11:52 AM, spiderplant0 <spiderpla...@gmail.com> wrote: > Hi. It doesn't add any new information but I wanted the .dbf file to be there > so I can open it up with other tools and check the contents for debug > purposes etc. And I wanted to change the column to the correct name for > consistency with downstream processing scripts.
Try v.dissolve input=pass2@mapset1 layer=1 column=fttcp output=pass3 v.db.addtable map=pass3 v.db.renamecol map=pass3 column=cat,fftcp If you want that to be done by v.dissolve, that is, v.reclass, automatically, you could file an enhancement ticket for v.reclass to add a new flag, say -t, to always create a table for the output where the original column name is used when the column type is integer. HTH, Markus M _______________________________________________ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user