[R-sig-Geo] Intersection of two coordinates (triangulation)

Breitbach, Nils breitbach at uni-mainz.de
Wed Sep 9 20:07:25 CEST 2009


Hi Community,

I am new to this forum and I am starting to analyse my telemetry data trying to be independent from commercial software. So far all I wanted to do was possible with R. Now I am looking for a function that is able to do triangulation. The structure of my data is as follows:

- two consecutive rows with coordinates (lat and long in separate columns; at the moment in WGS1984 and decimal degrees) and in a further column a corresponding direction in degrees from 0 to 359
- each of the two consecutive rows has an identifier (T1 and T2)

I now want to calculate the intersection point of these two consecutive rows (T1 and T2) getting one coordinate in long and lat of the intersection point in WGS1984 and decimal degrees.

Do you know of any function/package that is able to perform such a triangulation or at least one that does a similar operation?

Thank you!

Nils


More information about the R-sig-Geo mailing list