https://github.com/tesar-tech/editgeotag
Simple PowerShell (and F#) script that makes editing geotag easier.
https://github.com/tesar-tech/editgeotag
fsharp geotag gps gps-coordinates mapycz powershell
Last synced: 7 months ago
JSON representation
Simple PowerShell (and F#) script that makes editing geotag easier.
- Host: GitHub
- URL: https://github.com/tesar-tech/editgeotag
- Owner: tesar-tech
- License: mit
- Created: 2018-04-05T21:59:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T22:28:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T08:50:09.028Z (about 1 year ago)
- Topics: fsharp, geotag, gps, gps-coordinates, mapycz, powershell
- Language: F#
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Why?
I just needed to edit (add) GPS coordinates of some photos without unnecessarry effort (raw exiftool) and with GPS format that matches my favorite [maps](https://en.mapy.cz/turisticka).
# Requirements
- exiftool installed
- via chocolatey: `choco install exiftool`
- or http://owl.phy.queensu.ca/~phil/exiftool/
# Hot to use it (on Windows)
1. Place the `editGeoTag.ps1` script to the same folder as images you want to edit the geotag.
2. Open the script in Windows PowerShell ISE by selecting *Edit*

3. Edit `$filename` variable to match selected image.

4. Copy coordinates from maps. I recommend tourist variant of [mapy.cz](https://en.mapy.cz/turisticka)

5. Paste coordinates to `$latLongString` variable.
6. Press F5 to run the script. This is expected result:

## PowerShell and F#
F# version works same, but needs also F# installed. PowerShell script is more straightforward.