Waddle
Waddle copied to clipboard
PHP Library for parsing running GPS activities (.TCX .GPX .PWX .CSV)
If you're using PHP 8.1 and you try to convert the duration into a human readable string, PHP 8.1 throws a `PHP Deprecated: Implicit conversion from float 52.233333333333334 to int...
I have a gpx file that has more than 1 < trk > section. When I read that file with $activity->getTotalDistance() I got only a part of the total distance....
It seems the v1.1 tag is not available in packagist, resulting in being unable to update using composer. ` - The requested package duckfusion/waddle ^1.1 exists as duckfusion/waddle[dev-master, dev-pr/10, v1.0]...
Hi, thx for this great parsers. I'm interested in "real activity time". `$activity->getTotalDuration()` does not reflect any breaks in activity. Maybe it is possible to grep breaks to reflect real...
Hi there. Im looking around for decent GPS parser. Im very new to GPS data so im not sure i get everything. I would like to parse gpx files and...
Hi, Great works I use it since 2 days and it is a great work You should add somme method for reading meta data of files. I have written some...