PHP-GPX-Ingest
PHP-GPX-Ingest copied to clipboard
Simple class to ingest a basic GPX file and extract data/stats from it
unfortunately I couldn't solve my problem https://www.wikiloc.com/hiking-trails/101212-prades-ermita-de-labellera-roca-corbs-coves-den-pere-tossal-baltasana-i-gr-171-de-volta-1351942
Hi, Route import generates error. Adding this line fix the problem: $this->journey->related->routes = new \stdClass(); ``` /** Standard constructor * */ function __construct(){ $this->journey = new \stdClass(); $this->journey->related = new...
avgdeceleration avgacceleration ... maxacceleration and so on and recordedDuration also dont exists fields elevation->min and max for all file
I think zero as the minimum rate does not make sense. better to exclude zeros from counting