[GRASS-user] Why v.out.ascii doesn't work?
Wolf Bergenheim
wolf+grass at bergenheim.net
Fri May 26 02:32:56 EDT 2006
On Fri, 26 May 2006, Kenneth Roy Cabrera Torres wrote:
> Hi GRASS users:
>
> I try to use v.out.ascii to export a
> vector map of only points.
> I use the v.univar with the file,
> but when I try to export it only export
> the "cat" number but not the value.
>
> How can I export in an ascii file the
> coordinates along with the value?
>
> Thank you for your help
>
you could use v.to.db to put the point coordinated to the database
(v.to.db map=yourmap type=point option=coor column=x,y) and then export
that with v.db.select like so:
v.db.select map=yourmap >yourfile.txt
--W
--
<:3 )---- Wolf Bergenheim ----( 8:>
More information about the grass-user
mailing list