rilling / OpenTracks-Winter-SOEN-6431_2024

OpenTracks is a sport tracking application that completely respects your privacy. SOEN 6431
https://OpenTracksApp.com
Apache License 2.0
0 stars 65 forks source link

Statistics (service functions, Ski statistics) - Speed of the chairlift #106

Closed SraddhaBhattacharjee closed 5 months ago

SraddhaBhattacharjee commented 6 months ago

Describe briefly your feature.

The chairlift speed calculation feature aims to provide users with data on the speed at which the chairlift operates. This information enhances user experience and safety by offering insights into the efficiency and performance of the chairlift system.

Describe the solution you'd like

To implement this feature, a function will be created within the OpenTracks infrastructure. This function will utilize provided data to calculate the speed of the chairlift. The following steps outline the solution:

  1. Data Collection: The necessary data for calculating chairlift speed will be collected from sensors installed along the chairlift route. This data typically includes timestamps and position coordinates.

  2. Data Processing: Upon receiving the data, it will undergo processing to extract relevant information such as time intervals and distances traveled between consecutive data points.

  3. Speed Calculation: Using the extracted information, the function will calculate the speed of the chairlift. This calculation involves dividing the distance traveled by the chairlift within a specific time interval.

  4. Output Display: The calculated chairlift speed will be presented on OpenTracks , allowing users to access this information conveniently.

Describe alternatives you've considered

Alternatives include using GPS Tracking, Accelerometer sensors and Integration with Chairlift Control Systems

Additional Context:

The integration of this feature into OpenTracks enhances the functionality of the platform by providing users with crucial insights into the operational aspects of the chairlift system. By displaying chairlift speed data, users can make informed decisions and gain a deeper understanding of the chairlift's performance. This feature contributes to the overall safety and efficiency of the chairlift operation within the resort environment.

SraddhaBhattacharjee commented 5 months ago

Fix done for this feature and issue closed.