Parse and convert Daum Ergo Bike EPP files
Project description
eppconvert
Tools to parse and convert Daum Ergo Bike EPP files. This contains a mostly complete specification of the EPP/EUP file format, using python-construct.
Requirements
python (version 3.8, 3.9)
python-construct (version 2.8)
docopt (version 0.6.2)
Tested operating systems: Linux, OS X, OpenBSD, Windows
Installation
The installation can be done with pip/pypi or from source. In both cases the scripts gpx2epp and eppread will be made available as command line tools.
To install with pip from pypi:
sudo python -m pip install eppconvert
Alternatively install from source:
sudo python ./setup.py install
Usage
gpx2epp
Convert GPX to Daum EPP elevation profile. Writes a version 7 EPP file.
Usage: gpx2epp [-i FILE] [-o FILE] [-s STEPSIZE] Options: -h, --help Show this. --version Show version. -i, --input FILE Input GPX file (default: stdin). -o, --output FILE Output EPP file (default: stdout). -s, --stepsize STEPSIZE Stepsize in meters.
Here is an example that reads a GPX file and writes an EPP file to stdout with a stepsize of 200 meters between data points:
gpx2epp --input track.gpx --stepsize 200 > track.epp
Only the first track of the GPX file is converted, including all track segments. Please note that arbitrary stepsize values can be used and do usually work, but only files with a stepsize of 200 meters can be modified with the control console editor.
eppread
Read and print Daum Ergo Bike EPP/EUP files. Prints textual representation to stdout.
Usage: eppread [-i FILE] [-o FILE] [-l LIMIT] Options: -h, --help Show this. --version Show version. -i, --input FILE Input EPP/EUP file (default: stdin). -o, --output FILE Output text file (default: stdout). -l, --limit LIMIT Limit of data points to print.
Example usage that reads an EPP file and prints the header and 5 data points at most:
eppread --input track.epp --limit 5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eppconvert-0.9.3.tar.gz
.
File metadata
- Download URL: eppconvert-0.9.3.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93d5151acc0c6083a624d56e829ddf8c1dd0a9d2906ab4660969ba658782ca76 |
|
MD5 | 3c954435f60d7a8b299fda4d803fb3bf |
|
BLAKE2b-256 | 4709cbbed65f7f4a61da32f6afbbeefa6dbb7943d4548d1bca87b75be2c109b1 |
File details
Details for the file eppconvert-0.9.3-py2.py3-none-any.whl
.
File metadata
- Download URL: eppconvert-0.9.3-py2.py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9f1fd40b7824d21584a521571991a54523fb06ebd4c2a400d9dbe5e3eb146df |
|
MD5 | 97b055fc422e1ac9c75a24ebcfcac8ae |
|
BLAKE2b-256 | 52adeb97f6a934a5923bd925a965a69702a67bbaca5d21629042ebf2c5907d76 |