Bug - Lat Long Decimal calculation is wrong in Point Tables

Bug - Lat Long Decimal calculation is wrong in Point Tables

spotts
Observer Observer
346 Views
3 Replies
Message 1 of 4

Bug - Lat Long Decimal calculation is wrong in Point Tables

spotts
Observer
Observer

Decimal degrees are not correctly calculated in Point Tables. Instead of converting example 34°11'51" to 34.1975, the software does not do the proper calculation, drops the degree/minutes, and throws in a decimal point. Incorrect output shown is 34.1151

spotts_0-1688433073025.png

spotts_1-1688433141852.png

 

0 Likes
347 Views
3 Replies
Replies (3)
Message 2 of 4

ChicagoLooper
Mentor
Mentor

@spotts 

<<….not correctly calculated in Point Tables….>>


Just to be clear, can you explain ‘point table?’ Would it be possible to upload a more complete screenshot instead of a partial one? 

How are the coordinates (yellow numbers) calculated? What’s the formula, if any, that was used to convert from DMS to decimal degrees? Or was no formula is needed because Civil3D already knows how to convert without using one?

 

Chicagolooper

EESignature

0 Likes
Message 3 of 4

dwayne
Community Visitor
Community Visitor

Spotts is correct.

 

degrees minutes seconds should map to decimal degrees as degrees.(minutes/60+seconds/(60*60)) not degrees.minutesseconds

 

ie 35 degrees, 15 minutes, 10 seconds should be 35.(15/60+10/60^2) which is 35.252777, not 35.151000

 

I get this error when I use annotate note layout contents latitude or longitude and set the format to decimal dms.  If I use the format decimals, the label is correct.

 

This is a big error, giving locations thousands of feet away from the correct latitude or longitude for 45 minutes.

 

0 Likes
Message 4 of 4

ChicagoLooper
Mentor
Mentor

@dwayne wrote

<<.... set the format to decimal dms...>>

Upload two screenshots.

 

Upload a screenshot clearly displaying the window where you input the Lat/Long.

More importantly, upload a second screenshot where you SET THE FORMAT TO DECIMAL DMS. You can choose the output from from a list of available options:

  1. decimal degrees
  2. degrees, minutes, seconds
  3. degrees, decimal minutes
  4. etc.

If you're getting degrees, decimal minutes for the result when you want decimal degrees, I'd look carefully at the output chosen and not assume AutoCAD is at fault. 

 

BTW, this is post is 6-months old. The OP might have figured out the solution by now.

 

Your screenshots are welcomed.

 

 

Chicagolooper

EESignature

0 Likes