[GRASS-user] Adding a point vector
Martin Landa
landa.martin at gmail.com
Fri Sep 23 16:11:59 EDT 2011
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