I have two vector shapefiles (polylines), and I want to find all the points where they intersect. I want to produce a set of points where the intersections occur.
If it helps, the context here is that I am trying to find locations where a satellite orbit crosses a river.
I know I can use v.select in GRASS GIS to do this, but it just selects the overlapping features - what I want is (x,y) coordinates of the exact overlapping locations.