2017 © Pedro Peláez
 

library php-gpx-ingest

PHP GPX-Ingest is a simple PHP class designed to ingest a basic Global Position eXchange (GPX) file and extract data/stats from the tracks within.

image

bentasker/php-gpx-ingest

PHP GPX-Ingest is a simple PHP class designed to ingest a basic Global Position eXchange (GPX) file and extract data/stats from the tracks within.

  • Tuesday, July 4, 2017
  • by bentasker
  • Repository
  • 6 Watchers
  • 22 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 4 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

PHP-GPX-Ingest

PHP GPX-Ingest is a simple PHP class designed to ingest a basic Global Position eXchange (GPX) file and extract data/stats from the tracks within. It's been tested with the GPX files output by the Android app SpeedView., (*1)

Documentation and example usage can be found in the class documentation on my website., (*2)

Features

The class has the following features, (*3)

  • Import basic GPX files
  • Generate stats for each track, and maintain global stats
  • 'SmartTrack' functionality - if an excessive delay is detected between trackpoints a new track will be started (can be disabled/threshold adjusted)
  • Ability to suppress data - Can prevent speed, location, dates and/or elevation from being included in the resulting Journey object.
  • Auto calculation of distance travelled based on lat/lon changes. See GPXIN-6
  • Auto calculation of speed based on distance travelled, if speed not defined within the GPX file. See GPXIN-13
  • Support for waypoints GPXIN-24
  • Support for Routes GPXIN-27

Issue Tracking

Issue and feature tracking is within a private JIRA instance, a HTML mirror can be viewed at http://projects.bentasker.co.uk/jira_projects/browse/GPXIN.html, (*4)

If you think you've found a bug, or want to ask a question, send an email to gpxingest AT bentasker.co.uk, (*5)

PHP GPX-Ingest is Copyright (C) 2013 B Tasker. All Rights Reserved. Released under the GNU GPL V2 License, see LICENSE., (*6)

The Versions

04/07 2017

dev-master

9999999-dev

PHP GPX-Ingest is a simple PHP class designed to ingest a basic Global Position eXchange (GPX) file and extract data/stats from the tracks within.

  Sources   Download

GPL-2.0

by Ben Tasker