Skip to content

Instantly share code, notes, and snippets.

@jrstrunk
Created June 30, 2023 13:53
Show Gist options
  • Save jrstrunk/1c305ad761e5e5f09c06a4d8c66c5bd1 to your computer and use it in GitHub Desktop.
Save jrstrunk/1c305ad761e5e5f09c06a4d8c66c5bd1 to your computer and use it in GitHub Desktop.
Google Photos JSON metadata with Geo data
{
"title": "PXL_20230630_020529785.MP.jpg",
"description": "",
"imageViews": "1",
"creationTime": {
"timestamp": "1688127360",
"formatted": "Jun 30, 2023, 12:16:00 PM UTC"
},
"photoTakenTime": {
"timestamp": "1688090729",
"formatted": "Jun 30, 2023, 2:05:29 AM UTC"
},
"geoData": {
"latitude": 41.00471110000001,
"longitude": -73.5956583,
"altitude": 0.0,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"geoDataExif": {
"latitude": 41.00471110000001,
"longitude": -73.5956583,
"altitude": 0.0,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"url": "https://lh3.googleusercontent.com/HYVoYYVj67ROTQ9S_xh5HEhnllYDPdQi9rWBv6QfvDp_0rag0rIAMf20mTOrJSgYpDNDMXRgJ-KoX2H7LKkzcb1Mame7X4nG64SZd7w",
"googlePhotosOrigin": {
"webUpload": {
"computerUpload": {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment