google-photos-exif icon indicating copy to clipboard operation
google-photos-exif copied to clipboard

Suggestion to copy other data fields such as gps data

Open tuanla93 opened this issue 3 years ago • 2 comments

Hi,

Thanks for this useful tool! I love it! I just have a suggestion.

As I can see in src/helpers/update-exif-metadata.ts , this is to update the DateTimeOriginal only. May be it will be useful in the future if you could copy/tag all other infomation in json such as GPS data?

Thank you.

tuanla93 avatar Jun 07 '21 21:06 tuanla93

Hello,

Thanks for this tool!! It would be great addition to include the following from the JSON file along with the currently supported:
"photoTakenTime": {"timestamp": "1630106806", "formatted": "Aug 27, 2021, 11:26:46 PM UTC"}

Please update the code to include the following -- "description": " defined description from manually adding to photo"

-- "geoData": { "latitude": 41.853960799999996, "longitude": -88.157765, "altitude": 0.0, "latitudeSpan": 0.0013490000000001604, "longitudeSpan": 0.0013488999999991288 Assuming these entries have data values

Thank you ..

DD0011 avatar Jan 09 '22 17:01 DD0011

In my testing, GPS data is retained in the image's exif data when exported with Takeout.

So this tool could manually re-apply the JSON data to the image, but there's no need?

AlecRust avatar Oct 27 '23 14:10 AlecRust