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

Calculate average time per trail #73

Open
Peyton-McKee opened this issue Dec 2, 2022 · 0 comments
Open

Calculate average time per trail #73

Peyton-McKee opened this issue Dec 2, 2022 · 0 comments
Labels
Learning Learn how to do this New Feature A new feature to program

Comments

@Peyton-McKee
Copy link
Owner

Possible Solution: We have the data for a users location, so we can create a date started figure when a user enters the trail, and then calculate the time the user spent on that trail.
Some Potential issues:
what if user doesn’t stay on the trail for the entirety of its duration
Potential answer, we could calculate the time it takes for the user to go through one edge of a graph, and then adjust the weight of the edge to represent the time it took.

@Peyton-McKee Peyton-McKee added Learning Learn how to do this New Feature A new feature to program labels Dec 2, 2022
Peyton-McKee added a commit that referenced this issue Jan 12, 2023
Peyton-McKee added a commit that referenced this issue Jan 25, 2023
Suffered a nonsensical bug with docker that I couldnt figure out for weeks, finally just ended up creating a variable to store the order of each point in a trail.
Peyton-McKee added a commit that referenced this issue Jan 25, 2023
@Peyton-McKee Peyton-McKee changed the title #73 Calculate average time per trail Calculate average time per trail Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Learning Learn how to do this New Feature A new feature to program
Projects
None yet
Development

No branches or pull requests

1 participant