Streba {#if data.user}

Dashboard

What everyone on Streba has been up to.

{:else}

The GPX analyser

Upload your tracks, analyse every climb - and tick off Alpine peaks along the way.

Sign up Sign in
{/if}

Worldmap

Recent activities

{#if data.activities.length === 0}

Nothing here yet - be the first to upload a track.

{#if data.user}Upload a GPX file{/if}
{:else}
{#each data.activities.slice(0, 10) as activity (activity.id)} {/each}
{/if} {#if data.mine && data.mine.peaksClimbed > 0}
⛰ You've reached {data.mine.peaksClimbed} peak{data.mine.peaksClimbed === 1 ? '' : 's'}{#if data.mine.highestAscent}, highest: {data.mine.highestAscent.name} ({Math.round(data.mine.highestAscent.elevation_m ?? 0).toLocaleString('en-US')} m){/if}. Peak map
{/if}