Select to view content in your preferred language

Traverse direction after curve changing direction

221
2
Jump to solution
11-21-2024 09:54 AM
Labels (1)
SenecaFrancis
Occasional Contributor

After entering a curve into the traverse tool the direction of the next direction changes after I enter it.

This one isn't a huge difference but it will not match the plat. 

SenecaFrancis_0-1732211515747.pngSenecaFrancis_1-1732211530408.png

Is there something I can adjust so I do not have to stop COGOing after any curve.

 

0 Kudos
1 Solution

Accepted Solutions
AmirBar-Maor
Esri Regular Contributor

@SenecaFrancis 

I can reproduce what you are seeing. The exit tangent direction is off by 3 seconds. 
You can often use ArcLength, Chord Length or a delta angle.
Assuming they are all computed properly and free of any blunder, each of those curve parameters contains some type of rounding error. The combination of a radius with chord length might amplify rounding errors. If you have the delta angle exposed in the curve table, you can try to use it and see if you get a better result.
Otherwise, you will have to modify the computed exit tangent to match the recorded value.

AmirBarMaor_1-1732527242131.png

 

 

View solution in original post

0 Kudos
2 Replies
AmirBar-Maor
Esri Regular Contributor

@SenecaFrancis 

I can reproduce what you are seeing. The exit tangent direction is off by 3 seconds. 
You can often use ArcLength, Chord Length or a delta angle.
Assuming they are all computed properly and free of any blunder, each of those curve parameters contains some type of rounding error. The combination of a radius with chord length might amplify rounding errors. If you have the delta angle exposed in the curve table, you can try to use it and see if you get a better result.
Otherwise, you will have to modify the computed exit tangent to match the recorded value.

AmirBarMaor_1-1732527242131.png

 

 

0 Kudos
FrankConkling
Occasional Contributor

Amir,

You are correct; the issue appears to be related to the inherent rounding error in the chord and arc lengths provided (rounding to the closest one hundredth). Considering how the trigonometric functions work, the delta or central angle offers better results on "shorter" curves, meaning less than 1,000 feet radius.

Frank Conkling - Panda Consulting

0 Kudos