Hey guys and gals, here is a good one,
Given 3 latitudes and longitudes, can you calculate the bearing from the first lat/long to the second lat/long. 2nd to 3rd, then 3rd to first?
The ULTIMATE goal is to create an irregular polygon given multiple lat longs, and determine the area.
I don't necessarily care about the terrain elevation data anomalies, but a rough guestimation.
I've searched the threads and done the research, and the trig and math is there, but I cant seem to figure it out.
This is in Degrees Decimal
Lat1 -29.952092°
Long 1 -54.974860°
Lat2 -29.949798°
Long 2 -55.012654°
Lat3 -30.003882°
Long 3 -55.087920°
Lat4 -30.039345°
Long 4 -55.105729°
Lat5 -30.117079°
Long 5 -55.078748°
Lat6 -30.117432°
Long 6 -55.033185°
Obviously the lats and longs need to be interchangeable. I attempted to get the distance via the haversine formula, then take the distance and bearing from point 1 and 3 to determine the angle of 2, and re-construct that way....but I obviously can't hence the request for help.
Thanks!
Sky
Given 3 latitudes and longitudes, can you calculate the bearing from the first lat/long to the second lat/long. 2nd to 3rd, then 3rd to first?
The ULTIMATE goal is to create an irregular polygon given multiple lat longs, and determine the area.
I don't necessarily care about the terrain elevation data anomalies, but a rough guestimation.
I've searched the threads and done the research, and the trig and math is there, but I cant seem to figure it out.
This is in Degrees Decimal
Lat1 -29.952092°
Long 1 -54.974860°
Lat2 -29.949798°
Long 2 -55.012654°
Lat3 -30.003882°
Long 3 -55.087920°
Lat4 -30.039345°
Long 4 -55.105729°
Lat5 -30.117079°
Long 5 -55.078748°
Lat6 -30.117432°
Long 6 -55.033185°
Obviously the lats and longs need to be interchangeable. I attempted to get the distance via the haversine formula, then take the distance and bearing from point 1 and 3 to determine the angle of 2, and re-construct that way....but I obviously can't hence the request for help.
Thanks!
Sky