[GRASSLIST:2984] Importing to grass with all columns

hello

Say, I have a shape file containing few text type columns that I need to use in grass.
After importing to grass, I want to get all columns.
What might be the procedure I have to follow ?

regards

Ahmet Temiz
Turkey

______________________________________
Inflex - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr

______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.

Say, I have a shape file containing few text type columns that I need
to use in grass.
After importing to grass, I want to get all columns.
What might be the procedure I have to follow ?

For 5.0/5.3 versions of GRASS:

use v.in.shape multiple times with the label= option, making a new
vector map each time for each data column. The old vector format can
only handle one attribute at a time. The new (GRASS 5.7) format is not
subject to this limitation.

GRASS 5.7:
use v.in.ogr and everything should just work.

Hamish

Although it's more work, if you'll need use to multiple columns frequently, consider installing Postgresql and using pg.in.dbf.

David

On Saturday, March 20, 2004, at 06:56 PM, Hamish wrote:

Say, I have a shape file containing few text type columns that I need
to use in grass.
After importing to grass, I want to get all columns.
What might be the procedure I have to follow ?

For 5.0/5.3 versions of GRASS:

use v.in.shape multiple times with the label= option, making a new
vector map each time for each data column. The old vector format can
only handle one attribute at a time. The new (GRASS 5.7) format is not
subject to this limitation.

GRASS 5.7:
use v.in.ogr and everything should just work.

Hamish