PHP-GPX-Ingest icon indicating copy to clipboard operation
PHP-GPX-Ingest copied to clipboard

Simple class to ingest a basic GPX file and extract data/stats from it

Results 5 PHP-GPX-Ingest issues
Sort by recently updated
recently updated
newest added

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...

`3.0 3.980314016342163 `

question

avgdeceleration avgacceleration ... maxacceleration and so on and recordedDuration also dont exists fields elevation->min and max for all file

enhancement

I think zero as the minimum rate does not make sense. better to exclude zeros from counting