[GRASSLIST:8866] RE: table of x, y and z points
Hamish
hamish_nospam at yahoo.com
Thu Nov 3 18:27:24 EST 2005
> I have for example the following text file called teste:
>
> x y z
> 1 2 3
> 2 3 2
> 4 5 1
> 3 1 2
>
> I tried
> $ v.in.ascii -z input=/home/teste fs=tab skip=1
> and nothing happens.
> Is the command correct?
What do you mean by "Nothing happens"?
Without an output=map_name it gives an error, and without z=3 it says
"ERROR: Please specify z column."
So try:
GRASS 6.1> v.in.ascii -z z=3 input=/home/teste fs=tab skip=1 output=test
Hamish
More information about the grass-user
mailing list