Hi all,
First post - great to see an online community building up behind a superb offline group of users.
I'm trying to work with a series of images, which all have metadata embedded (predominently want the lat, long, to do some geo spatial work) - anyone got any ideas how I can pull that metadata off the images?
Cheers,
Andy
Solved! Go to Solution.
Hi Andy,
Not at my laptop = not tested.There is a directory input tool, but I can't remember how much detail it gives back.
Let me know if it helps.
Daniel
Not really Alteryx, but this could maybe help you retrieve your data for analysis.
Best regards,
Daniel
Hi Andy,
Are you able to share a sample image I can test my solution on?
I am eager to see a solution. Perhaps you can use the attached picture? (I am not sure if it looses it metadata when uploaded as a picture, but jpeg is not an allowed file upload format.)
Daniel
Here is the exif data via a online service - i searched jpg file with VIM and could not see any of those words so it must be part of the JPEG compression - you will need to find a way to uncompress more than likely. Or a online service to dump data to a flat file.
I imagine you could use the R package 'adimpro' to achieve this goal; however, you'll need to install additional tools to get the most out of it (dcraw & ImageMagik). This is the extent of what I can offer since my experience with adimpro is equal to the searching of the google's I did this morning.
Here is my EXIF Reader Alteryx macro!
The values I am getting out look to be the same as that online tool.
It is using a command line tool http://www.sno.phy.queensu.ca/~phil/exiftool/ to extract the information. Many thanks go to Phil Harvey for writing that tool as that is what is doing the bulk of the work here.