[GRASS-user] Why v.out.ascii doesn't work?
Thomas.Adams at noaa.gov
Thomas.Adams at noaa.gov
Fri May 26 14:18:12 EDT 2006
Wolf,
I have experienced the same result as Kenneth with trying to use v.out.ascii to export point
data. Is this
*expected* behavior or a bug? I appreciate your suggestion and have resorted to something
similar myself as a
work-around.
Tom
----- Original Message -----
From: Wolf Bergenheim <wolf+grass at bergenheim.net>
Date: Friday, May 26, 2006 2:32 am
Subject: Re: [GRASS-user] Why v.out.ascii doesn't work?
> 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:>
>
> _______________________________________________
> grassuser mailing list
> grassuser at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grassuser
>
More information about the grass-user
mailing list