Name: {{ deviceInfo.name }}
Unit ID: {{ deviceInfo.unitId }}
Select | # | Start Date | End Date | Duration |
---|---|---|---|---|
{{ track.index + 1 }} | {{ formatDate(track.startDate) }} | {{ formatDate(track.endDate) }} | {{ formatDuration(track.duration) }} |
Total points: {{ trackPoints.length }}
# | Latitude | Longitude | GPS Alt | Baro Alt | Time |
---|---|---|---|---|---|
{{ index + 1 }} | {{ point.lat.toFixed(6) }} | {{ point.lon.toFixed(6) }} | {{ point.gpsalt }}m | {{ point.baroalt.toFixed(1) }}m | {{ formatDate(new Date(point.time * 1000)) }} |