[GRASSLIST:7203] Re: how to find points of intersection between
lines
Hamish
hamish_nospam at yahoo.com
Fri Jun 17 03:51:26 EDT 2005
> A question from the French Users list: how can one find points of
> intersection between lines ?
>
> Concrete example: if you have a layer containing a network of rivers
> and another layer containing a network of roads, how can you create a
> point vector layer containing the points of intersection ?
>
> If understand correctly, v.overlay only supports vector areas, or ?
just a guess:
v.patch
v.clean tool=break err=intersections
v.out.ascii intersections
?
If that doesn't work, perhaps it should.
Hamish
More information about the grass-user
mailing list