A little tool to tag EXIF GPS data into a batch of images from a GPX file
Go to file
Amelia ce67d7ef0f
Initial commit
Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
2024-05-10 00:02:02 +02:00
.gitignore Initial commit 2024-05-10 00:02:02 +02:00
korrel.py Initial commit 2024-05-10 00:02:02 +02:00
README.md Initial commit 2024-05-10 00:02:02 +02:00
requirements.txt Initial commit 2024-05-10 00:02:02 +02:00

Korrel

A little python script I wrote to add GPS EXIF data to a batch of photographs using a GPX file.

How to Run

Simply run the following:

python3 -m venv env
source env/bin/activate # depending on shell, this may change
pip3 install -r requirements.txt
./korrel.py <path to GPX> <photo folder>

Photos in the target folder are written on the fly and sought recursively.

License

I don't care enough about licensing random shitty tools I write: ACSL.