GPX to CSV Converter
A handy tool for converting GPX files exported from Strava, WatShout, etc into easily readable CSV files
I made this tool to make it easier to perform calculations on large amounts of GPX data collected from a GPS. Rather than manually copy and paste files into an Excel spreadsheet this module simple inputs the GPX file and exports a CSV file.
Format
For now the module exports the following GPX tags to the CSV file:
- Timestamp
- Latitude
- Longitude
- Elevation
- Heart Rate
Usage
- Install module using pip
pip install gpx-csv-converter
- Import module within Python file
from gpx_csv_converter import Converter
- Converter takes two keyword arguments, 'input_file' and 'output_file'
Converter(input_file="input.gpx", output_file="output.csv")
This will output a CSV file to the current directory
Support
If you have any questions or concerns please shoot me an email at ethan.houston@gmail.com
Release files for gpx-csv-converter 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gpx_csv_converter-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / gpx_csv_converter-0.2.3-py3-none-any.whl
| Download URL | gpx_csv_converter-0.2.3-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cafe3f280f6dbdf0ac99cb895793ec98bafe4d41c605723c742eb0944055929a
|
|
BLAKE2b-256 checksum How to use checksums |
641831acd2d136ec69cc694b57e6e0954839bbaf38a165dc0621afb6845eb604
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
|