Skip to content

RyanAugust/CheetahPy

Repository files navigation

CheetahPy

CodeFactor PyPI Downloads

This module is used to access Golden Cheetah based data. CheetahPy_API enables pythonic access to the GC API, allowing for programmatic access to GC rendered data. opendata_dataset enables similar access and summary/activity functions for locally stored opendata project files that have been pre-compiled by GC.


Documentation specifically for the API can be found here. However, the basic hierarchy can be referenced below and knowledge of the API is unnecessary for using this module. Broadly the API provides no compute functionality and instead is purely desgined as a raw data retrieval pipeline.

Golden Cheetah has five key object classes: Athletes, Activities, Zones, Measures, and Meanmax. Athlete is the node from which all others are referenced.