Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:help:v2:landmarks:statistics [2016/06/14 11:30] alpinequesten:help:v2:landmarks:statistics [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-<sub>[[en:help|Online Help]] > [[en:help:v2|AlpineQuest 2.x]] > [[en:help:v2:landmarks|Landmarks]]</sub> 
  
-====== Details and statistics ====== 
-\\ 
-Statistics are given in the details page of landmarks. To display the details page: 
-  * Click on a track displayed on the map {{:icon_01.png?nolink}}; 
-  * Select its name {{:icon_02.png?nolink}} to display available actions; 
-  * Choose ''"**Details**"'' {{:icon_03.png?nolink}}. 
- 
-{{ :en:help:v2:landmarks:details-display.jpg?nolink }} 
- 
-\\ 
- 
-===== Statistics ===== 
-\\ 
-Display the details of a track to get its complete details page, made of 
-  * A preview section {{:icon_01.png?nolink}} (on the default map); 
-  * A complete statistics section {{:icon_02.png?nolink}}; 
-  * A list of events occurring during the track {{:icon_06.png?nolink}}. 
- 
-The statistics section is divided in sub-sections: 
-  * The overall statistics {{:icon_03.png?nolink}}, listing ''"**Date**"'' (the start date and time), ''"**Time**"'' (the total time elapsed between the start and the end), ''"**Stopped**"'' (the total stopped time, sum of rest time of all breaks), ''"**Length**"'' (the total length) and ''"**Calories**"'' (estimation based on the length, speed, inclines and user weight); 
-  * Statistics on elevations {{:icon_04.png?nolink}}, listing ''"**Min/Max**"'' (the overall minimum and maximum elevations) and ''"**Gain/Loss**"'' (the cumulative elevation gain and loss, see below); 
-  * Statistics on moving speeds {{:icon_04.png?nolink}} (ignoring stopped times), listing ''"**Total**"'' (the speed when moving, computed from the total length and the moving time; the total time minus the stopped time) and ''"**Up**"'' (the ascent speed). 
- 
-Click on ''"**Events**"'' {{:icon_06.png?nolink}} to display the list of events occurring during the track, as well as their location on the track profile just above. Events include start and end time, locations of minimum and maximum elevations, locations of breaks (along with the rest time for each break), etc. 
- 
-{{ :en:help:v2:landmarks:statistics-1.jpg?nolink }} 
- 
-\\ 
- 
-===== Graphics ===== 
-\\ 
-The statistics details page gives a static preview of the elevation and speed profile. In order to get a fullscreen and dynamic version, click on ''"**Fullscreen**"'' {{:icon_01.png?nolink}}. On the fullsccreen page, you can: 
-  * Click anywhere on the profile {{:icon_02.png?nolink}} to get the exact values at this location; 
-  * Click on the ''"**Change X axis**"'' {{:icon_03.png?nolink}} icon to change the abscissa to ''"**Length**"'' or ''"**Time**"''; 
-  * Click on one of the ''"**Change Y axis**"'' {{:icon_04.png?nolink}} icon to change one of the ordinates. The list of available fields {{:icon_05.png?nolink}} depends on the data included in the track file. 
- 
-{{ :en:help:v2:landmarks:statistics-3.jpg?nolink }} 
- 
-\\ 
- 
-===== Statistics settings ===== 
-\\ 
-You can change various parameters to control the way statistics are computed. To do so, click on the ''"**Statistics settings**"'' icon {{:icon_01.png?nolink}}. 
- 
-Parameters you can change are: 
-  * ''"**Noise reduction**"'' {{:icon_02.png?nolink}} defines how much to filter noises and erroneous values before computing statistics. It mainly impact the gain computation (see below); 
-  * ''"**Moving threshold**"'' {{:icon_03.png?nolink}} defines the minimum speed at which you're considered as moving; 
-  * ''"**Min. break time**"'' {{:icon_04.png?nolink}} defines the minimum rest time a break needs to last to be taken into account; 
-  * ''"**User weight**"'' {{:icon_05.png?nolink}} defines the weight used when computing consumed calories; 
-  * ''"**Include inter-segment gaps**"'' {{:icon_06.png?nolink}} defines if the gaps (elapsed time and distance if any) between segments of tracks must be taken into account; 
-  * ''"**Barometric elevation**"'' {{:icon_07.png?nolink}} defines if barometric elevations (if recorded with the track) must be used instead of GPS elevations. 
- 
-{{ :en:help:v2:landmarks:statistics-2.jpg?nolink }} 
- 
-\\ 
-===== Gain and loss ===== 
-\\ 
-The gain is an important value that helps to appreciate the overall profile of a track. A small gain means that the track is mostly flat, a high gain means you'll have to climb a lot. 
- 
-Strictly speaking, 
-  * The **gain** is the sum of all **positive** altitude differences along the track; 
-  * The **loss** is the sum of all **negative** altitude differences along the track. 
- 
-In order to compute these values, it's important to define more precisely what means "along the track". 
- 
-A first definition would be to only take into account **the altitude differences between mountain passes and summits**. If you start a hike at +150m, climb to a summit at +500m, then go back to your start location at +150m, your gain will be 350m. In practice, trails usually don't go straight forward to the summit, but will go uphill for some time, then downhill a little bit, then uphill again, etc. This first definition doesn't take all these small changes into account, and will then lead to an **under-estimated gain**. 
- 
-Another definition would then be to take into account **the altitude differences between all the locations that make the track**. Now imagine a track recorded with a GPS along the sea. The GPS, having an imperfect accuracy, will record altitudes of [+1m, +2m, 0m, +1m, -1m, +2m, ...]. With this small segment of 6 locations, we have a gain of +5m. With a track of 1000 locations, it would lead to a gain of more than +800m which is a very **over-estimated gain**, since the track is along a flat shoreline and should have no gain. 
- 
-At then end, the "perfect" gain definition would be something between these two ones. In order to compute the best gain approximation, the application will first remove noises from the track (including the GPS inaccuracy) to create a smoother altitude profile, and then compute the gain based on each location altitudes. 
- 
-{{:icon_help.png?nolink}} You can disable or increase the noise reduction amount in the statistics settings (see above). 
- 
-Here is the effect of the noise reduction on a track profile and gain computation: 
- 
-  * On the left, the noise reduction is disabled. The profile displays the unmodified jagged and spiky altitudes {{:icon_01.png?nolink}} (mostly due to the GPS inaccuracies), resulting in a high gain value {{:icon_02.png?nolink}} (+2535m); 
-  * In the middle, the noise reduction is on ''"**medium**"'', which is the default setting. Most noises are removed, resulting in a much smaller and less polluted gain value (+1717m); 
-  * On the right, the noise reduction is on ''"**big**"''. The profile smooth, with minors altitude changes lost, resulting in an even smaller gain value (+1634m). 
- 
-{{:icon_help.png?nolink}} The first gain definition given above, gives an approximate under-estimation value of +1600m for this same track. 
- 
-{{ :en:help:1.4:landmarks:statistics:noise-reduction.jpg?nolink }}