[GRASSLIST:8634] connecting points with lines

I think this is an easy question, but I can’t seem to readily find the answer in the documentation. Is there a simple way to connect lines (create topology) in a rater point layer? Say, for example, a vector layer with two points, A and B. Is there a simple way to have GRASS connect the two with a line from A to B? Displaying this vector layer would then show a line, rather than just the two points. I need to do this from the command line, as it is part of a script.

Thanks!

  • Jason

Jason Horn

Boston University Department of Biology

5 Cumington Street Boston, MA 02215

jhorn@bu.edu

office: 617 353 6987

cell: 401 588 2766

are you working with network analysis?

v.net.path would not solve your problem?

Jachym

On Fri, Oct 14, 2005 at 01:43:58PM -0400, Jason Horn wrote:

   I think this is an easy question, but I can't seem to readily find the
   answer in the documentation. Is there a simple way to connect lines
   (create topology) in a rater point layer? Say, for example, a vector
   layer with two points, A and B. Is there a simple way to have GRASS
   connect the two with a line from A to B? Displaying this vector layer
   would then show a line, rather than just the two points. I need to do
   this from the command line, as it is part of a script.
   Thanks!
   - Jason

   Jason Horn

   Boston University Department of Biology

   5 Cumington Street Boston, MA 02215

   [1]jhorn@bu.edu

   office: 617 353 6987

   cell: 401 588 2766

References

   Visible links
   1. mailto:jhorn@bu.edu

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
LDF MZLU v Brnì
Zemìdìlská 3
613 00 Brno
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514

I think this is an easy question, but I can't seem to readily find
the answer in the documentation. Is there a simple way to connect
lines (create topology) in a rater point layer? Say, for example, a
vector layer with two points, A and B. Is there a simple way to have
GRASS connect the two with a line from A to B? Displaying this
vector layer would then show a line, rather than just the two
points. I need to do this from the command line, as it is part of a
script.

r.in.poly

Hamish