[GRASSLIST:8880] RE: table of x, y and z points

Patton, Eric epatton at nrcan.gc.ca
Fri Nov 4 06:41:14 EST 2005


---------Original Message-----
Subject: Re: [GRASSLIST:8853] RE: table of x, y and z points

> Like you said I try the following:

> $v.in.ascii -z input=/home/tiago/teste output=teste_out format=point
fs=tab skip=1 columns='x double precision, y double precision, z double >
precision, cat int' \ x=1 y=2 z=3 cat=0

> with teste file like this:

x	y	z
1	1	1
2	2	2
3	3	3
4	4	2
5	5	1

GRASS just didn't made anything. Do you have some idea about what is wrong?
Tiago Salgueiro

===================================================

Try typing

g.list vect

Do you see your output file 'teste_out'? If so, you will have to set your
region to that of your new vector:

g.region vect=teste_out 

Then,

d.vect map=teste_out

as Hamish already mentioned. Incidentally, I tried entering the exact same
v.in.ascii commands you listed above, with the same xyz file and it worked
perfectly. 

~ Eric.





More information about the grass-user mailing list