[GRASSLIST:6026] Re: problem in importing
Hamish
hamish_nospam at yahoo.com
Sun Mar 6 18:22:31 EST 2005
> this is my text file format that I want to import to grass
> I used :
>
> x y no str1 str2 str3
> ---------------------------------------------------------------------
> 35.50 | 37.59 | 27 | adana | aladag | karahan
>
>
> I used :
> cat 'hey_nakil.txt ' | v.in.ascii out=hey_nakil xcol=1 ycol=2
> but it gives error.
>
> What should the command be ?
get rid of the spaces, adding them makes all columns look like text strings
to v.in.ascii.
input should look like:
35.50|37.59|27|adana|aladag|karahan
Hamish
More information about the grass-user
mailing list