This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
黄川田 光国 (author)
Fri Jul 10 19:59:21 -0700 2009
bicicalc /
| name | age | message | |
|---|---|---|---|
| |
Bicicalc/ | Fri Jul 10 19:59:21 -0700 2009 | |
| |
README | Tue Jun 30 19:31:19 -0700 2009 | |
| |
TODO | Mon Jun 15 19:59:27 -0700 2009 | |
| |
bicicalc.py | Mon Jul 06 21:18:16 -0700 2009 | |
| |
g_mmp.py | Sun Jun 28 07:35:29 -0700 2009 | |
| |
g_userprofile.py | Sun Jun 14 01:57:40 -0700 2009 |
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







