phpGPX
phpGPX copied to clipboard
Simple library for reading and creating GPX files written in PHP.
Hello, Very nice work for the code you do. I just want to report you a problem I see. Here my gpx point, like you can see, it seems like...
# Problem description Current behaviour of the library (as of 1.1.1) fills the Stats object wih timestamp value of the first and last point object. If there is no such...
# Problem description I need to re-create a gpx file that uses way point and creation time extensions as shown below. ```xml SymbolAndName SymbolAndName 2016-03-30T23:26:28Z ``` # Possible solution I'm...
I wrote only a few examples of the library usage, it's a good idea to write more of them. Few ideas: - [x] How to create GPX file from scratch...
A useful new feature would be to be able to obtain the bounds of points in the GPX file. So you would retrieve the min/max Longitude and Latitude. I am...
I just discovered phpGPX and while i am only trying to read out my gpx files, i have quickly discovered that heart rate is no being read out... 107 i...
As part of the new major release, I propose the removal of the `Summarizable` interface along with its `toArray` method. This decision stems from my belief that all models should...
The additional computational processes for statistical analysis can be managed through middleware that implement the library interface. These middleware will execute in a specified sequence, post GPX parsing, following the...
# Problem description 1. Library version or last commit you have 2. PHP version you use 3. Detailed problem description If you think that problem is connected with your file...
Issue #28. In the original phpGPX the bounds are taken from the GPX file, when it exists. However, when it does not in the file, it's worth computing it. Getting...