Differences among activity types?

Hi - I noticed that activity type “workout” has a field for weight lifted. This happens to be the type that is assigned to cardio activities from Garmin. I’m guessing that in Strava “workout” is used for strength training and that’s the reason perhaps?

@david already explained that activity type mapping is coded to Strava and not easily changed - but I wondered if there were any clear differences in what fields are used and whether anything is handled differently among the different types.

Workout and Crossfit both get that barbell icon (which makes me think they have something in common), but only Workout shows that weight lifted field.

Basically my question is whether there are significant differences in how Intervals treats data based on the activity type? For instance, does it understand that paddling activities all have a stroke rate ? Or is it treated the same as any cadence data?

There are some hardcoded rules around some activity types (e.g. swims, weight training, rowing etc.). So cadence data is treated as (no stroke rate for paddling) is but rowing gets “Stroke power index” because it is something people like for that sport.

The icons are shared between similar activity types (or because I couldn’t find a nice looking icon to use).

The current list:

    Ride("Bike", "Riding", "Biking", "MTB", "Cycling"),
    Run("Running"),
    Swim("Swimming"),
    WeightTraining(0.0, 1.0, "Strength", "Gym", "Weights"),
    Hike("Hiking"),
    Walk("Walking"),
    AlpineSki,
    BackcountrySki("Ski", "Skiing"),
    Canoeing("Canoe"),
    Crossfit,
    EBikeRide("EBike"),
    Elliptical,
    Golf,
    Handcycle,
    IceSkate,
    InlineSkate,
    Kayaking("Kayak"),
    Kitesurf("Kitesurfing"),
    NordicSki,
    RockClimbing("Climbing"),
    RollerSki,
    Rowing("Row"),
    Sail,
    Snowboard("Snowboarding"),
    Snowshoe,
    Soccer,
    StairStepper,
    StandUpPaddling(0.0, 0.0),
    Surfing("Surf"),
    Velomobile,
    VirtualRide,
    VirtualRun,
    WaterSport,
    Wheelchair,
    Windsurf("Windsurfing"),
    Workout(0.0, 1.0),
    Yoga(0.0, 0.0, "Stretch", "Massage"),
    Other;
1 Like

This is helpful, thanks!

David, is there any difference between the “rowing” and “virtual rowing” types?

1 Like

I would think that rowing has a real GPS track while Virtual rowing a virtual or no GPS track. Recording units switch GPS off for indoor activities.

Hi, I’m new here and still learning how everything works — by the way, great app!

From what I can tell, there doesn’t seem to be an activity type for meditation. I realize it might not be a major need for most users, but I do log meditation sessions with my Garmin. In your app, these currently show up as “walk,” which creates confusion since I also walk quite a lot and would like to keep those separate.

If it were possible to add a “meditation” activity type, I think that would allow the imported data to be sorted correctly.

Thanks again for developing this!

Depends on what Garmin writes in the FIT file for those meditation sessions.
Check one of those files with Fitfileviewer.com to see what it has as Sport type or Sub-sport.
Look for column headers sport and/or sub_sport.

Once that is clear, the correct type may be added.

sport: meditation
sub_sport: generic

1 Like

Hello :slight_smile:
Is there any update to this Activity type?
Thank you!

@david Just a heads up, don’t know if you picked up this post regarding ‘Meditation’ activities.

2 Likes

Hello again,
I guess this is not of major interest. But is there any update to this Activity type yet?
Thank you!

I’m also interested in meditations becoming a separate activity, or at least not being uploaded as a walk. I’m not necessarily interested in having meditations uploaded to Intervals, but I do want my walks to be uploaded. So a different/new activity would be lovely!