I am trying to edit/modify existing metadata within python 2.7. More specifically I have GPS coordinates in a my metedata, however the altitude field is incorrect. Is there a way of changing this?
I have had a look at PIL
piexif
pyexif
, but I cannot seem to find a way to modify existing fields.
Has anyone managed to do this? It sounds like it would be very simple, but I can't seem to work it out.