Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charlieegan3/gpxif
- Owner: charlieegan3
- License: mit
- Created: 2022-08-03T16:28:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:10:43.000Z (about 2 months ago)
- Last Synced: 2024-09-13T02:21:14.405Z (about 2 months ago)
- Language: Go
- Size: 45.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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