-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Options for visualizing marine navigation tracks #61
Comments
Speed is in knots and distance in nautical miles, right? |
I have to think about making the elevation data toggleable. It is technically doable but having it always displayed makes it easy to handle some user interactions. How annoying is it for your specific use case? |
Your third suggestion is similar to #62. |
OK, I might give this a shot. Thank you.
It's pretty annoying because it makes it more difficult to see what I really want to see (speedup / slowdowns). That said I appreciate that it can be more challenging to show. Is this about the "empty state", i.e. what to show instead of a big blank box if everything is deselected? If so, I could maybe suggest a design for this.
Yes I noticed that. Besides slope and speed, I have also seen color used to signal elevation for airplane tracks. I think maybe the general feature is about picking a track variable and set color dimension. There may be questions about setting up extents of the range (is it just min/max of the track, or a fixed set for all tracks). Would you prefer to use #62 to track this? |
I sent #66 for review at your convenience, for the first suggestion. For the second suggestion, here's a screen recording of something useful to do with the chart: correlate speed and location on the map to understand where speed was gained and lost. As you can see there is a lot of noise to ignore in that chart because of elevation and slope. nav.mov |
* Add support for nautical units * Make panel reactive to unit changes even after pushing down conversions into utility functions. * Fix issue: km->mph conversion was not done right. * Add support for nautical units to the Time dialog. * Add support for nautical units to the embedding view and embedding playground. * add missing parameter and rename * "npx prettier" pass on the files changed in this PR Does not include changes to `website/src/lib/db.ts`, because there would otherwise be lots of unrelated formatting changes * Change elevation unit to meters for 'nautical' distances. * hide elevation decimals --------- Co-authored-by: bdbkun <[email protected]> Co-authored-by: vcoppe <[email protected]>
Closing this since:
Concerning the second one, I think it adds a lot of complexity to the code base for what it is. Having a single dataset used as the main y-axis makes it really simple to handle. Visualizing the slope and surface is also done by coloring this same dataset. Therefore, I am not for adding this at the moment. |
Sounds good, thanks for considering! |
Hi, thank you for gpx.studio!
I frequently use it to plot sailing outings (I generate GPX tracks using the project listed here: https://github.com/mbof/hxsync).
My two main suggestions for what would make this better are:
As a bonus, another thing that would be really neat:
The text was updated successfully, but these errors were encountered: