Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.02 KB

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.

Requirements

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

  1. Edit $filename variable to match selected image.

  1. Copy coordinates from maps. I recommend tourist variant of mapy.cz

  1. Paste coordinates to $latLongString variable.

  2. 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.