Skip to main content

An easy way to convert between GPX and CSV files

Project description

GPX to CSV Converter

Downloads

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

  1. Install module using pip
pip install gpx-csv-converter
  1. Import module within Python file
from gpx_csv_converter import Converter
  1. 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

https://pypi.org/project/gpx-csv-converter/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpx_csv_converter-0.2.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

gpx_csv_converter-0.2.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page