Displaying 1 result from an estimated 1 matches for "vinfo0".
Did you mean:
vinfo
2010 Jan 29
0
Problems with readVECT6 in spgrass6 package: A possible solution.
...eated
"/downloaded_packages" earlier ).
- Ok. Unzip the spgrass6_0.6-14.tar.gz file (this is my downloaded version).
- Open the vect_link.R file. It must be located in
"the/folder/that/you/want/spgrass6/R" folder.
- Now, go to the line 218. You'll find the next line
vinfo0 <- execGRASS("v.info", flags="t" , parameters=list(map=vname),
intern=TRUE, ignore.stderr=ignore.stderr)
and it should be changed into
vinfo0 <- execGRASS("v.info", flags="g" , parameters=list(map=vname),
intern=TRUE, ignore.stderr=ignore.stderr)...