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
Built Distribution
File details
Details for the file gpx_csv_converter-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: gpx_csv_converter-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cafe3f280f6dbdf0ac99cb895793ec98bafe4d41c605723c742eb0944055929a |
|
MD5 | c845b3575097ad844115f21458b369ce |
|
BLAKE2b-256 | 641831acd2d136ec69cc694b57e6e0954839bbaf38a165dc0621afb6845eb604 |