Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlieegan3/gpxif

CLI to update image EXIF locations and times using a GPX track
https://github.com/charlieegan3/gpxif

Last synced: 15 days ago
JSON representation

CLI to update image EXIF locations and times using a GPX track

Awesome Lists containing this project

README

        

# gpxif

CLI to update image EXIF locations and times using a GPX track.

Example usage:

```shell
go run main.go tag -i ~/Downloads/photos/ -g ~/Downloads/2022-08-01-to-2022-08-07.gpx
```

Options:

- `-i` sets the source of images
- `-g` sets the source of the GPX file
- `--dry-run` will cause update operations to be printed without edits being made