Home | Trees | Indices | Help |
---|
|
object --+ | PointsProcessor --+ | SegmentProcessor
Hold all the values we are interested in for a ride segment and create a dictionary to present them.
|
|||
|
|||
dict
|
|
||
Inherited from Inherited from |
|
|||
list
|
climbs list of "top" climbs for the segment |
||
float
|
fall_dist length of the part of the segment going down |
||
float
|
fall_grade average descending grade of segment |
||
float
|
fall_height cumulative height of descent in this segment |
||
float
|
length length of the segment |
||
float
|
rise_dist length of the part of the segment going up |
||
float
|
rise_grade average climbing grade of segment |
||
float
|
rise_height cumulative height of ascent in this segment |
||
Segment
|
seg segment we are processing |
||
float
|
start_dist distance into ride for first point of segment |
||
Inherited from |
|
|||
Inherited from |
|
Initialize and calculate all values for the segment.
|
Create a dictionary that can be used by Jinja2 to present this data. The dictionary contains the following:
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat May 1 23:03:30 2010 | http://epydoc.sourceforge.net |