Open
Description
Certain JPG images - of which I have not yet found a distinguishing factor, are returning null longitude and latitude values when they do actually have GPS information stored in metadata. If there's something in the files that I'm missing please let me know.
Example 1 - GPS information not retrieved
Image: Image
Tags output:
{
"Keywords": [],
"Rating": null,
"DateTime": "2025-01-21T13:33:23",
"Orientation": 0,
"Software": "T575XXSBEXJ3",
"Latitude": null,
"Longitude": null,
"Altitude": 443,
"ExposureTime": 0.0005,
"FNumber": 1.9,
"ISOSpeedRatings": 40,
"FocalLength": 3.58,
"FocalLengthIn35mmFilm": 27,
"Make": "samsung",
"Model": "SM-T575",
"Creator": null,
"TagTypes": 1024,
"Title": null,
"TitleSort": null,
"Subtitle": null,
"Description": null,
"Performers": [],
"PerformersSort": [],
"PerformersRole": [],
"AlbumArtists": [],
"AlbumArtistsSort": [],
"Composers": [],
"ComposersSort": [],
"Album": null,
"AlbumSort": null,
"Comment": "",
"Genres": [],
"Year": 0,
"Track": 0,
"TrackCount": 0,
"Disc": 0,
"DiscCount": 0,
"Lyrics": null,
"Grouping": null,
"BeatsPerMinute": 0,
"Conductor": null,
"Copyright": null,
"DateTagged": null,
"MusicBrainzArtistId": null,
"MusicBrainzReleaseGroupId": null,
"MusicBrainzReleaseId": null,
"MusicBrainzReleaseArtistId": null,
"MusicBrainzTrackId": null,
"MusicBrainzDiscId": null,
"MusicIpId": null,
"AmazonId": null,
"MusicBrainzReleaseStatus": null,
"MusicBrainzReleaseType": null,
"MusicBrainzReleaseCountry": null,
"ReplayGainTrackGain": "NaN",
"ReplayGainTrackPeak": "NaN",
"ReplayGainAlbumGain": "NaN",
"ReplayGainAlbumPeak": "NaN",
"InitialKey": null,
"RemixedBy": null,
"Publisher": null,
"ISRC": null,
"Length": null,
"Pictures": [],
"Artists": [],
"FirstArtist": null,
"FirstAlbumArtist": null,
"FirstAlbumArtistSort": null,
"FirstPerformer": null,
"FirstPerformerSort": null,
"FirstComposerSort": null,
"FirstComposer": null,
"FirstGenre": null,
"JoinedArtists": null,
"JoinedAlbumArtists": null,
"JoinedPerformers": null,
"JoinedPerformersSort": null,
"JoinedComposers": null,
"JoinedGenres": null,
"IsEmpty": true
}
Actual long: 151.35205
Actual lat: -26.983333333333334
Actual alt: 443
Example 2 - GPS information retrieved correctly
Image: Image
Tags output:
{
"Keywords": [],
"Rating": null,
"DateTime": "2023-08-23T14:32:56",
"Orientation": 1,
"Software": "G996BXXS9EWH1",
"Latitude": -27.4472032,
"Longitude": 153.03424,
"Altitude": null,
"ExposureTime": 0.01,
"FNumber": 1.8,
"ISOSpeedRatings": 64,
"FocalLength": 5.4,
"FocalLengthIn35mmFilm": 26,
"Make": "samsung",
"Model": "SM-G996B",
"Creator": null,
"TagTypes": 1024,
"Title": null,
"TitleSort": null,
"Subtitle": null,
"Description": null,
"Performers": [],
"PerformersSort": [],
"PerformersRole": [],
"AlbumArtists": [],
"AlbumArtistsSort": [],
"Composers": [],
"ComposersSort": [],
"Album": null,
"AlbumSort": null,
"Comment": "",
"Genres": [],
"Year": 0,
"Track": 0,
"TrackCount": 0,
"Disc": 0,
"DiscCount": 0,
"Lyrics": null,
"Grouping": null,
"BeatsPerMinute": 0,
"Conductor": null,
"Copyright": null,
"DateTagged": null,
"MusicBrainzArtistId": null,
"MusicBrainzReleaseGroupId": null,
"MusicBrainzReleaseId": null,
"MusicBrainzReleaseArtistId": null,
"MusicBrainzTrackId": null,
"MusicBrainzDiscId": null,
"MusicIpId": null,
"AmazonId": null,
"MusicBrainzReleaseStatus": null,
"MusicBrainzReleaseType": null,
"MusicBrainzReleaseCountry": null,
"ReplayGainTrackGain": "NaN",
"ReplayGainTrackPeak": "NaN",
"ReplayGainAlbumGain": "NaN",
"ReplayGainAlbumPeak": "NaN",
"InitialKey": null,
"RemixedBy": null,
"Publisher": null,
"ISRC": null,
"Length": null,
"Pictures": [],
"Artists": [],
"FirstArtist": null,
"FirstAlbumArtist": null,
"FirstAlbumArtistSort": null,
"FirstPerformer": null,
"FirstPerformerSort": null,
"FirstComposerSort": null,
"FirstComposer": null,
"FirstGenre": null,
"JoinedArtists": null,
"JoinedAlbumArtists": null,
"JoinedPerformers": null,
"JoinedPerformersSort": null,
"JoinedComposers": null,
"JoinedGenres": null,
"IsEmpty": true
}
Actual long: 153.03423997222222
Actual lat: -27.447203194444445
Actual alt: null
Metadata
Metadata
Assignees
Labels
No labels