Skip to content

Simple PowerShell (and F#) script that makes editing geotag easier.

License

Notifications You must be signed in to change notification settings

tesar-tech/editGeoTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple PowerShell (and F#) script that makes editing geotag easier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published