GPS Position datas #288
Unanswered
sylvaincotegeo-ai
asked this question in
Q&A
Replies: 1 comment
-
The extraction of GPS fields relies on exiftool: if it can’t find your GPS lat/lon, this library won’t either (and it’s probably not encoded in the file!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using ExifVendored inside an Express API to extract datas from a photo. This photo have GPS properties (with exiftool processing), but exiftool.read(myPic.jpg) returns datas without these properties. I need absolutely these properties. A console log of tags.GPSLatitude after const tags = await exiftool.read("myPic.jpg") returns undefined.
If someone have a solution....
Update : For an unknown reason, with another file, that's work, I have GPS datas
Thanks
Beta Was this translation helpful? Give feedback.
All reactions