What is the best way to geotag jpeg-images with python?

Frank Bannister picture Frank Bannister · Jan 17, 2009 · Viewed 13.9k times · Source

I have coordinates from some source and want to tag my jpg files with them. What is the best python library for writing geotags into exif data?

Answer

Simon Willison picture Simon Willison · Jan 17, 2009

I haven't tried it myself, but from the documentation [pyexiv2][1] looks like it should do the job.

[1]: http://tilloy.net/dev/pyexiv2/tutorial.html #link was missing last character