14
[Feature] Image Details: GPS Altitude
Source: immich-app/immich#6915 · opened by @jtamm-red
The feature
During my mountain hiking adventure, I captured a stunning photograph using my mobile device, which was seamlessly uploaded through the Immich app. The captivating scenery brought me immense joy, and now I am eager to discover the altitude of the location.
Upon attempting to retrieve this information using exiftool, I found that the image contains GPS data.
Executed command exiftool IMG_20240114_115349.jpg | grep GPS.
To extract the altitude value programmatically, we can use exiftool and parse the result as an array. The first element of the array represents the numerical value, while the second element indicates the unit type in string format.
I recommend displaying the GPS Altitude information in the detailed image information for a more comprehensive overview.
![image](
Platform
• Server
• Web
• Mobile
During my mountain hiking adventure, I captured a stunning photograph using my mobile device, which was seamlessly uploaded through the Immich app. The captivating scenery brought me immense joy, and now I am eager to discover the altitude of the location.
Upon attempting to retrieve this information using exiftool, I found that the image contains GPS data.
Executed command exiftool IMG_20240114_115349.jpg | grep GPS.
To extract the altitude value programmatically, we can use exiftool and parse the result as an array. The first element of the array represents the numerical value, while the second element indicates the unit type in string format.
I recommend displaying the GPS Altitude information in the detailed image information for a more comprehensive overview.
![image](
Platform
• Server
• Web
• Mobile
No pledges yet. Be the first to back this.
Comments
Similar requests
GPS utility improvements
13 votes · 0 comments
[Feature] GPS metadata from videos recorded by Sony Alpha cameras
4 votes · 0 comments
[Feature] Date utility
3 votes · 0 comments
[Feature] Overlay Label on Picture if specific Metadata Found
1 vote · 0 comments
[Feature] Image caption
6 votes · 0 comments
No comments yet.