strava_streams: GPS readings from 12 endurance sports activities

strava_streamsR Documentation

GPS readings from 12 endurance sports activities

Description

Activity streams of 12 activities gathered from strava's API.

Usage

strava_streams

Format

A data frame with 11880 rows and 12 variables:

altitude

altitude of the reading, in meters above sea level

cadence

cadence of the activity, in steps/cycles per minute

distance

cumulative distance of the trajectoty, in kilometers

grade_smooth

terrain grade in %, smoothed

heartrate

heartrate of the athlete, in beats per minute

id

The unique identifier of the activity, integer number

lat

latitude coordinate of a single point of the activity stream, in sexagesimal degrees

lng

latitude coordinate of a single point of the activity stream, in sexagesimal degrees

moving

Sequence of moving values of the stream activity, in boolean values

temp

Sequence of temperature values of the stream activity, in celsius degrees

time

Sequence of time values of the stream activity, in seconds

velocity_smooth

horizontal velocity smoothed

Source

https://developers.strava.com/docs/reference/


raimun2/GPStream documentation built on Feb. 20, 2024, 11:54 a.m.