My Aim: Extract the gps information from all images in a directory and generate a html file to view in a browser showing all images in google maps at the coordinates they were taken.
As a follow-up to my question in this thread: Link and the code from canalrun hier: Link, I will post my whole project for those who are interested.
You will need the latest version of metadata-extractor (Link). Version 2.6.2 does not seem to work for the newer Nikon cameras. Extract the two files and put them in your other libraries directory.
To use the program I would recommend the following:
1. Create a directory eg. Img2HTM (change line 42 if you want another directory)
2. Extract the GM_Utils.zip so that it is a subdirectory of 1 above
3. Create a sub directory in 1 eg. images
Now you will have eg.:
d:\Img2HTM
d:\Img2HTM\GM_Utils
d:\Img2HTM\images
Now put your images in the images subdirectory, the ones including gps info would be a good idea.
Run the B4J app and tell it where to find your images. Generate the html and view it in your browser.
If all has gone well, you should see something like this. Clicking on an icon will open the image.
Have fun.
As a follow-up to my question in this thread: Link and the code from canalrun hier: Link, I will post my whole project for those who are interested.
You will need the latest version of metadata-extractor (Link). Version 2.6.2 does not seem to work for the newer Nikon cameras. Extract the two files and put them in your other libraries directory.
To use the program I would recommend the following:
1. Create a directory eg. Img2HTM (change line 42 if you want another directory)
2. Extract the GM_Utils.zip so that it is a subdirectory of 1 above
3. Create a sub directory in 1 eg. images
Now you will have eg.:
d:\Img2HTM
d:\Img2HTM\GM_Utils
d:\Img2HTM\images
Now put your images in the images subdirectory, the ones including gps info would be a good idea.
Run the B4J app and tell it where to find your images. Generate the html and view it in your browser.
If all has gone well, you should see something like this. Clicking on an icon will open the image.
Have fun.