public
Description: cyclo computer data cliculator (Garmin, Polar, PowerTap etc)
Homepage:
Clone URL: git://github.com/key/bicicalc.git
黄川田 光国 (author)
Fri Jul 10 19:59:21 -0700 2009
commit  0ae5be5326a372618ecc80293f79fc7deb40c71e
tree    ab3bce72678d3138ebb6c536eb7f7016bf99c387
parent  0191560bae4aa06b026e0aaaa30ff7abefe5078f
name age message
directory Bicicalc/ Fri Jul 10 19:59:21 -0700 2009 * caliculate power summary when power sensor e... [黄川田 光国]
file README Tue Jun 30 19:31:19 -0700 2009 * 一部にDecimalを導入 [黄川田 光国]
file TODO Mon Jun 15 19:59:27 -0700 2009 * MMP計算時、指定よりも長いデータを取得する問題があったのを修正した * データイン... [黄川田 光国]
file bicicalc.py Mon Jul 06 21:18:16 -0700 2009 * fix typo in Bicicalc.calc module * add summ... [黄川田 光国]
file g_mmp.py Sun Jun 28 07:35:29 -0700 2009 * work values J to kJ [黄川田 光国]
file g_userprofile.py Sun Jun 14 01:57:40 -0700 2009 * XML操作部分をGarminモジュールに移した * TSS/IFの取得をFTPの有無で... [黄川田 光国]
README
= Requirement =
 * Python 2.5 or later
 * SQLite3

= Usage =
== Garmin ==
=== History Data Summary ===
Print summary of History data

 e.g.
 $ ./bicicalc.py --ftp=xxx /some/where/2009-06-06-11-15-16.tcx

=== Caliculate MMP ===
Caliculate Mean Maximal Power

 e.g.
 30 seconds MMP
 $ ./g_mmp.py --mmp-second=30 /some/where/2009-06-06-11-15-16.tcx

 1 minute MMP
 $ ./g_mmp.py --mmp-minute=1 /some/where/2009-06-06-11-15-16.tcx

 15 minute MMP
 $ ./g_mmp.py --mmp-minute=15 /some/where/2009-06-06-11-15-16.tcx

=== Convert TCX file to CSV === 
Bicicalc dump CSV format.

 e.g.
 $ ./bicicalc.py --dump-csv /some/where/2009-06-06-11-15-16.tcx

=== Convert TCX file to KML === 
You can set kml title and descriptions.
see --kml-name, --kml-description option.

 e.g.
 $ ./bicicalc.py \
     --dump-kml \
     --kml-name=KML_NAME \
     --kml-description=KML_DESC \
     /some/where/2009-06-06-11-15-16.tcx

=== UserProfile summary ===
Print UserProfile, HeartRate Zones, Power Zones.

 e.g.
 $ ./g_userprofile.py /some/where/UserProfile.tcx