[GRASS-user] Adding a point vector
Kurt Springs
ferret_bard at mac.com
Fri Sep 23 21:50:49 EDT 2011
Okay, I got the point to appear in the right spot. However it doesn't appear in the sqlite data base. I also wanted to add it's attributes. I take it that it isn't as easy as simply filling them in with Sqlite browser.
Kurt
On Sep 23, 2011, at 4:11 PM, Martin Landa wrote:
> Hi,
>
> 2011/9/23 Kurt Springs <ferret_bard at mac.com>:
>> v.edit -n map=wedge_tomb at PERMANENT layer=1 type=point tool=add input=- coords=170402,374124
>
> * `coords`, `layer` and `type` do nothing in this case
> * `input=-` means that it will read data from standard input, so the
> command waits for that (it will wait for eternity if you do not
> provide any input;-)
>
> So store
>
> """
> P 1 1
> 170402 374124
> 1 1
> """
>
> into the file and run
>
> v.edit -n map=wedge_tomb at PERMANENT tool=add input=<path/to/the/file>
>
> Martin
>
> --
> Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
More information about the grass-user
mailing list