-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve simulation visualization results #93
Comments
|
We do have access to the data with : lw.get_lonlats() |
Does it gives us timeseriies data? |
Wow! Looking very nice! Good job! Where did you implement this? |
Thanks
Python on my local machine. I will branch it here |
Next step is to use the heatmap |
often postion reports are precise to the minute. Also Minutes are easier to use. and when we zoom in further the zebra frame will be precise to 0.1 minute. So its more about how much we can fit in the frame. We could produce a second image of the end points only that is more zoomed in. |
Of course we need to have access to the simualtion result data for this to implement this.
But it was already suggested that we might add those improvements upstream, but its good to have it already here documented.
We can also implement this already on our side, and later up stream this.
The text was updated successfully, but these errors were encountered: