[GRASS-user] Copy a vectormap

Hello,

Is there any possibility to copy a vector-map with only selected columns?

E.g. I have a vectormap "Buildings" with the columns area, id, permeter,
cat, etc.
and I want to have a copy from this vectormap with only the columns id and
area

Thanks for your help

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Copy-a-vectormap-tp5337372p5337372.html
Sent from the Grass - Users mailing list archive at Nabble.com.

gutle wrote:

Is there any possibility to copy a vector-map with only selected columns?

E.g. I have a vectormap "Buildings" with the columns area, id, permeter,
cat, etc. and I want to have a copy from this vectormap with only the
columns id and area

Hi gutle.

You mean you want to avoid using "g.copy + v.db.dropcol" ?

Nikos

Hi Nikos

yes. i want to avoid using "g.copy + v.db.dropcol".
the problem is, I have too much unnecessery column after all Gis operations.
such as a_a_cat, a_b_cat and so on...

gutle
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Copy-a-vectormap-tp5337372p5337607.html
Sent from the Grass - Users mailing list archive at Nabble.com.

gutle wrote:

yes. i want to avoid using "g.copy + v.db.dropcol".
the problem is, I have too much unnecessery column after all Gis
operations. such as a_a_cat, a_b_cat and so on...

I see. I guess it is not possible (currently?) to avoid using "v.db.dropcol"
and/or "v.db.renamecol".

Nikos