Skip to content
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

Feature/multi stats #24

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

HansBusch
Copy link

Thanks for providing the great software base. This PR improves UX usability and extends road visualization:

  • OSM road polygons are split into 100 meter chunks to achieve consistent local granularity instead of arbitrary OSM base.
  • Gather measurement time while OBS moved to be able to calculate frequency of overtaking and measurement duration. Stationary measurements are excluded to avoid including times bike was parked.
  • Move statistics from python script to JavaScript to be able to show statistics of whole streets and city.
  • Show overall statistics on page load and nothing selected.
  • Selection of a street combines all measurements by street name to allow for easy street statistics. Segement selection still available via shift key.
  • Colors adjusted to same saturation and luminance. Results based on single or no measurements are shown with very low saturation.

Note that the html+javascript needs updated python annotation and export.
You can test it on schwabach-bewegen - hope you like it.

Output distance measurements instead of statistics to enable client side combined statistics including sample count to know number of seconds on segment.
Select nearest line instead of exact hit to ease selection with mouse and tablet.
Easy street selection plus individual segment selection via shift key.
Condensed detail view including measurement time.
Add filter keyword tooltips.
Map missing distance to large distance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant