You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe briefly your feature.
This feature can accurately identify when a user is on a chairlift by recognizing specific patterns in motion data or location tracking.
Solution
We can utilize the user's device's barometer data to identify elevation changes. After that, we can start estimating the user's segment on the chairlift starting from when they enter chairlift #61 and continuing until the is no elevation gain #75. With this information, this method enables us to follow the user's journey on the chairlift with accuracy.
Describe alternatives you've considered
An alternate solution would involve analyzing the speed and direction of the user movement recorded. Typically user's speed remains constant throughout the chairlift trip. By identifying speed patterns and direction the chairlift segment can be calculated, this method relies on GPS speed and direction information.
Additional context
This issue provides users with accurate chairlift information, which gives valuable insights to understand the chairlift trip and improves user experience.
Describe briefly your feature.
This feature can accurately identify when a user is on a chairlift by recognizing specific patterns in motion data or location tracking.
Solution
We can utilize the user's device's barometer data to identify elevation changes. After that, we can start estimating the user's segment on the chairlift starting from when they enter chairlift #61 and continuing until the is no elevation gain #75. With this information, this method enables us to follow the user's journey on the chairlift with accuracy.
Describe alternatives you've considered
An alternate solution would involve analyzing the speed and direction of the user movement recorded. Typically user's speed remains constant throughout the chairlift trip. By identifying speed patterns and direction the chairlift segment can be calculated, this method relies on GPS speed and direction information.
Additional context
This issue provides users with accurate chairlift information, which gives valuable insights to understand the chairlift trip and improves user experience.
**Commit link : ** JSM2512@dc8d09c
The text was updated successfully, but these errors were encountered: