Package dataplot :: Package bike :: Module models :: Class RideManager
[show private | hide private]
[frames | no frames]

Type RideManager

object --+    
         |    
   Manager --+
             |
            RideManager


Used for making global ride plots and importing data.
Method Summary
  __init__(self)
  create_from_file(self, filename)
Create new bike rides based on records in a text file.
  create_from_file_default(self)
Create new bike rides based on default dataset.
  from_to(self, org, dest)
Shortcut for searching from and to by short_name.
  get_corr_args(self)
Arguments for making the daily correlation scatterplot.
  get_date_dict(self)
Sort rides based on date in a dictionary.
  get_odoplot_args(self)
Get arguments for the time series plot.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
list __slotnames__ = []

Method Details

create_from_file(self, filename)

Create new bike rides based on records in a text file.

create_from_file_default(self)

Create new bike rides based on default dataset.

from_to(self, org, dest)

Shortcut for searching from and to by short_name.

get_corr_args(self)

Arguments for making the daily correlation scatterplot.

get_date_dict(self)

Sort rides based on date in a dictionary.

get_odoplot_args(self)

Get arguments for the time series plot.

If no data present, create some from the default dataset.

Class Variable Details

__slotnames__

Type:
list
Value:
[]                                                                     

Generated by Epydoc 2.1 on Tue Apr 29 23:35:16 2008 http://epydoc.sf.net