Hi,
for long time, I didn't have to import geotagged images into QGIS.
Now that I try to, I seem to hit a dead end road, cause all plugins I tried crash or throw errors.

Photo2shape crashes QGIS completely

photo2kmz throws a python error:
KeyError: 2
Traceback (most recent call last):
File "/home/bernd/.qgis2/python/plugins/photo_to_kmz/photo_to_kmz.py", line 160, in run
    lat = [float(x)/float(y) for x, y in a['GPSInfo'][2]]
KeyError: 2

geotag and import photos:
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden
Traceback (most recent call last):
File "/home/bernd/.qgis2/python/plugins/geotagphotos/importphotosdialog.py", line 88, in selectPhotosDir
    self.loadTags(dirName)
File "/home/bernd/.qgis2/python/plugins/geotagphotos/importphotosdialog.py", line 125, in loadTags
    with et:
File "/home/bernd/.qgis2/python/plugins/geotagphotos/exiftool.py", line 179, in __enter__
    self.start()
File "/home/bernd/.qgis2/python/plugins/geotagphotos/exiftool.py", line 162, in start
    stderr=devnull)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden


Using QGIS 2.18.5 on Linux Mint

Any ideas how to solve this problem?

Cheers
Bernd

--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to