Geotagger pre-Alpha is released.
http://notions.okuda.ca/geotagger/
I’ve been working on this little tool for geotagging photographs on my long commute. It is an open source C# application that uses Google Maps to geotag JPEG files from GPX GPS data. It was built partly as an exercise in using C#, but mostly because I don’t trust most other tools to save the JPEG file. I have had experience with tools that made quite a few changes when saving, and I wanted full control. At the core of this application is a JPEG EXIF library that can parse, edit, and save EXIF data with minimal changes.
It is had limited testing with a small range of different file sources and has a few quirks. I am making it public to help fix some of those issues.