You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
marcjulianschwarz edited this page Feb 9, 2022
·
3 revisions
class watchlib.utils.WorkoutRoute
This is the data type for all workout routes. You can use it to access all properties of a route.
fromwatchlib.data_handlerimportDataLoaderdl=DataLoader("path/to/apple_health_export")
routes=dl.load_routes()
route=routes[0]
route.start# -> dt.datetime of when the route startedroute["speed"] # or route.speed -> pd.Series with speed data