Skip to main content

A tool to read GPX files and rename the files according to the location and time of the track.

Project description

gpx_reader

A tool to read GPX files and rename the files according to the location and time of the track.

usage

to rename your .gpx files

import the function rename: from gpx_reader import rename.
call the function, with the argument the folder containing the files as the first argument, and the folder where to write the new files as second argument:
rename('input_files', 'output_folder')

optionally, set the keyword argument move=True in order to delete the files after being processed:
rename('input_files', 'output_folder', move=True)

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_reader-0.3.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

gpx_reader-0.3.0-py3-none-any.whl (16.8 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