Replies: 1 comment
-
Yes, Z represents the elevation. Your code is wrong. You are visualizing the track from straight above (top view) in a 2D plot! You need to use a 3D plot in matplotlib and make your line segments acutally point along the z-axis. But you don't have a z-axis in this type of plot. There may be other problems as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
Is there any way to get track coordinate data. I wanted to build a visualization to show track conditions, especially elevation differences.
I assumed the lap.telemetery['Z'] refered to the elevation of the track and tried to to visualize it:
and this was the result:
I can see quite a few differences in what it actually supposed to reflect:
Is the data I'm looking at wrong or is it my method/code? Would appreciate any insights on this
Beta Was this translation helpful? Give feedback.
All reactions