Protect your location privacy in fitness and GPS files
GPS tracks from fitness apps, sports watches, and bike computers contain precise location data that can reveal where you live, work, and travel. LogScrub helps you anonymize this data before sharing activities or uploading to third-party services.
GPS tracks can reveal your home address (where runs start/end), workplace location, daily routines, and travel patterns. Even "public" activity sharing can expose sensitive location data.
| Format | Sources | Processing |
|---|---|---|
| GPX | Strava, Komoot, AllTrails, most GPS apps | Direct anonymization (XML-based) |
| FIT | Garmin, Wahoo, Zwift, bike computers | Converted to GPX, then anonymized |
FIT files are Garmin's binary format. LogScrub converts them to GPX format for anonymization. The GPX output includes GPS track, elevation, timestamps, heart rate, cadence, power, and temperature data. You can then anonymize the GPX and download the result.
Remove heart rate, cadence, and power data that can reveal your fitness level and identity.
Remove ambient temperature readings that can correlate with specific times and locations.
Remove altitude data that can help identify specific routes and locations.
Remove time data to hide when activities occurred, protecting your daily schedule.
Remove personal fitness metrics like heart rate, cadence, and power.
<trkpt lat="37.7749" lon="-122.4194">
<ele>10</ele>
<time>2024-01-15T08:00:00Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>142</gpxtpx:hr>
<gpxtpx:cad>85</gpxtpx:cad>
<gpxtpx:power>210</gpxtpx:power>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="37.7749" lon="-122.4194"> <ele>10</ele> <time>2024-01-15T08:00:00Z</time> </trkpt>
Remove time data to hide when activities occurred.
<trkpt lat="37.7749" lon="-122.4194"> <ele>10</ele> <time>2024-01-15T08:00:00Z</time> </trkpt>
<trkpt lat="37.7749" lon="-122.4194"> <ele>10</ele> </trkpt>
FIT files (Garmin's binary format) are automatically converted to GPX. You can choose to include or strip the following data:
| Data Type | GPX Element | Can Strip? |
|---|---|---|
| GPS position | <trkpt lat="..." lon="..."> |
Always included |
| Elevation | <ele> |
Yes |
| Timestamp | <time> |
Yes |
| Heart rate | <gpxtpx:hr> |
Yes |
| Cadence | <gpxtpx:cad> |
Yes |
| Power | <gpxtpx:power> |
Yes |
| Temperature | <gpxtpx:atemp> |
Yes |
FIT files can only be converted to GPX format. The original binary FIT format cannot be re-exported due to format complexity. Download your anonymized activity as GPX.
Strava, Garmin Connect, Wahoo, Komoot, TrainingPeaks, Zwift
Garmin watches, Wahoo bike computers, Polar, Suunto, Coros
AllTrails, Gaia GPS, Ride with GPS, MapMyRun, smartphone GPS apps
Drop your GPX or FIT file into LogScrub to anonymize your GPS tracks.
Launch LogScrub