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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gpx_reader-0.3.0.tar.gz
.
File metadata
- Download URL: gpx_reader-0.3.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba7c4f8d3e91d16bb62ac4baed1219792b1bdbca51e5b3fc94b938ffbf75a58a |
|
MD5 | 2f50534d9a6ed9e934270c5c7b8a27c9 |
|
BLAKE2b-256 | 86ceac34883eee2cd398876ad78d494044bcdc08dd7ee1de80d84ccf3a69f83c |
File details
Details for the file gpx_reader-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: gpx_reader-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 430b560c522f28094d8779169cce94a2ba68f613dad5f061fe5eaf6e40e879d9 |
|
MD5 | 6dd19e121d8389abb923c5035196f208 |
|
BLAKE2b-256 | 21d98f04dbc6bb94dfda65d322a80f83dc937d1295d8ba48ec7d3b0afd5497aa |