https://github.com/senorprogrammer/gps_extractor
🧠Extracts GPS co-ordinates from image files
https://github.com/senorprogrammer/gps_extractor
Last synced: 8 months ago
JSON representation
🧠Extracts GPS co-ordinates from image files
- Host: GitHub
- URL: https://github.com/senorprogrammer/gps_extractor
- Owner: senorprogrammer
- Created: 2021-04-20T16:28:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T17:05:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T04:44:19.852Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 8.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

GPS Extractor takes a collection of images, extracts any GPS data from
them, and writes it out to the format of your choice.
# Installation
# Usage
```
go run . --target ./images --output image_data.csv
```
## Supported Output Formats
* `csv`
* `html`
* `table`