Hello folks!
I urgently need to know for work how to get name and coordinate of more vector crossing one…
I have a vector that cross other vectors.
Those vectors have values “NAME” on a table linked.
I have to know name of those vectors and coordinate of point of cross (plus angle of cross and elevation)
Example
I have a road “A”.
There are many roads that crosses the “A” one.
I need to know the name of those roads and coordinate and angle of point of cross and elevation value.
THANK YOU REALLY ALOT!
pavallo wrote:
Example
I have a road "A".
There are many roads that crosses the "A" one.
I need to know the name of those roads and coordinate and angle of point
of cross and elevation value.
I am having a similar problem. I was reading the man pages of v.clean. it
looks like you can at least get the intersection points by maybe patching
all the roads "A" and the others using v.patch. and then you can use,
v.clean input=patchedRoads output=patchedRoadsOutput err=points tool=break.
Supposedly, that should write the intersection points to "points". Maybe you
can rig something up with v.distance blahblahblah upload=to_angle. I'm not
sure if that would help.
eric
--
View this message in context: http://n2.nabble.com/How-to-get-name-and-coordinate-of-crossing-vector-tp2883161p2887615.html
Sent from the Grass - Users mailing list archive at Nabble.com.