Download the PHP package ixnode/php-gpx-reader without Composer
On this page you can find all versions of the php package ixnode/php-gpx-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ixnode/php-gpx-reader
More information about ixnode/php-gpx-reader
Files in ixnode/php-gpx-reader
Package php-gpx-reader
Short Description PHP GPX Reader - A versatile library for reading GPX files and efficiently retrieving GPS coordinates based on timestamps.
License MIT
Informations about the package php-gpx-reader
PHP GPX Reader
PHP GPX Reader - A versatile library for reading GPX files and efficiently retrieving GPS coordinates based on timestamps.
The PHP GPX Reader is a lightweight and powerful tool to find the nearest GPS coordinate from a GPX file based on a specific timestamp. While it's perfect for photo geotagging (e.g., matching photo timestamps to GPS data), the tool can be used in many other scenarios where time-based GPS data needs to be processed.
1. Features
- Reads GPX files and retrieves the closest GPS coordinate to a given timestamp.
- Efficiently handles GPX tracks with multiple points.
- Allows precise time matching to find the nearest location.
- Supports time offset adjustments for scenarios where the reference time is inaccurate.
- Flexible and easy to integrate for different use cases.
2. Usage
3. Installation
4. Command line tool
4.1 Search for the closest point with given taken time
Search for the closest point within a gpx file with given date and camera time gap.
or within your composer project:
4.2 Search for the closest point with given image (to read the taken time)
Search for the closest point within a gpx file with given date and camera time gap.
or within your composer project:
5. Library development
6. License
This library is licensed under the MIT License - see the LICENSE file for details.
All versions of php-gpx-reader with dependencies
ext-bcmath Version *
ext-curl Version *
ext-simplexml Version *
ixnode/php-exception Version ^0.1
adhocore/cli Version ^v1.0.0
ixnode/php-container Version ^1.0
ixnode/php-timezone Version ^0.1.25
ixnode/php-coordinate Version ^1.0
ixnode/php-date-parser Version ^1.0