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

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.

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*

![](media/2018-04-05-22-41-07.png)

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

![](media/2018-04-05-22-49-37.png)

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

![](media/2018-04-05-23-05-15.png)

5. Paste coordinates to `$latLongString` variable.

6. Press F5 to run the script. This is expected result:

![](media/2018-04-05-23-28-04.png)

## PowerShell and F#

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