An easy way to convert between GPX and CSV files
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for gpx_csv_converter-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cafe3f280f6dbdf0ac99cb895793ec98bafe4d41c605723c742eb0944055929a |
|
MD5 | c845b3575097ad844115f21458b369ce |
|
BLAKE2b-256 | 641831acd2d136ec69cc694b57e6e0954839bbaf38a165dc0621afb6845eb604 |