ImportPhotos generates Errors Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?QuickFinder QGIS plugin generates python errorsConversion of .csv file to MapInfo generates very large .dat fileClipping virtual raster generates out of memory errorQuickMapServices plugin generates distorted basemap“Import Textfile as Layer” generates only 1 featureCleaning GPX-ErrorsWFS consumed in QGIS generates duplicate featuresQGIS generates empty output using Clipr.flow in QGIS 2.16.1 generates wrong outputImportPhotos not working for QGIS 2.18.28
How do I find my Spellcasting Ability for my D&D character?
Determine whether an integer is a palindrome
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
How to make an animal which can only breed for a certain number of generations?
Did any compiler fully use 80-bit floating point?
Baking rewards as operations
Is a copyright notice with a non-existent name be invalid?
Is this Kuo-toa homebrew race balanced?
How to resize main filesystem
Does the main washing effect of soap come from foam?
Weaponising the Grasp-at-a-Distance spell
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
How to achieve cat-like agility?
How to make triangles with rounded sides and corners? (squircle with 3 sides)
Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?
First paper to introduce the "principal-agent problem"
Twin's vs. Twins'
What are some likely causes to domain member PC losing contact to domain controller?
3D Masyu - A Die
Was the pager message from Nick Fury to Captain Marvel unnecessary?
Why do C and C++ allow the expression (int) + 4*5;
Getting representations of the Lie group out of representations of its Lie algebra
Vertical ranges of Column Plots in 12
NIntegrate on a solution of a matrix ODE
ImportPhotos generates Errors
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?QuickFinder QGIS plugin generates python errorsConversion of .csv file to MapInfo generates very large .dat fileClipping virtual raster generates out of memory errorQuickMapServices plugin generates distorted basemap“Import Textfile as Layer” generates only 1 featureCleaning GPX-ErrorsWFS consumed in QGIS generates duplicate featuresQGIS generates empty output using Clipr.flow in QGIS 2.16.1 generates wrong outputImportPhotos not working for QGIS 2.18.28
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to get a layer with all my Photolocations. The Importphotos plug-in doesn't work. It just generates a ZeroDivisionError
.
line 338, in ok
lat, lon = self.get_exif_location(tags, "lonlat")
line 492, in get_exif_location
lat = self._convert_to_degress(gps_latitude)
line 471, in _convert_to_degress
d = float(value.values[0].num) / float(value.values[0].den)
ZeroDivisionError: float division by zero.
How do you resolve this divide by zero error?
I am using QGIS 3.2.0 Bonn and Python 3.6.0
EDIT: I just tried Las Palmas with photo2shape and it works without any problems.
qgis import photos
add a comment |
I'm trying to get a layer with all my Photolocations. The Importphotos plug-in doesn't work. It just generates a ZeroDivisionError
.
line 338, in ok
lat, lon = self.get_exif_location(tags, "lonlat")
line 492, in get_exif_location
lat = self._convert_to_degress(gps_latitude)
line 471, in _convert_to_degress
d = float(value.values[0].num) / float(value.values[0].den)
ZeroDivisionError: float division by zero.
How do you resolve this divide by zero error?
I am using QGIS 3.2.0 Bonn and Python 3.6.0
EDIT: I just tried Las Palmas with photo2shape and it works without any problems.
qgis import photos
add a comment |
I'm trying to get a layer with all my Photolocations. The Importphotos plug-in doesn't work. It just generates a ZeroDivisionError
.
line 338, in ok
lat, lon = self.get_exif_location(tags, "lonlat")
line 492, in get_exif_location
lat = self._convert_to_degress(gps_latitude)
line 471, in _convert_to_degress
d = float(value.values[0].num) / float(value.values[0].den)
ZeroDivisionError: float division by zero.
How do you resolve this divide by zero error?
I am using QGIS 3.2.0 Bonn and Python 3.6.0
EDIT: I just tried Las Palmas with photo2shape and it works without any problems.
qgis import photos
I'm trying to get a layer with all my Photolocations. The Importphotos plug-in doesn't work. It just generates a ZeroDivisionError
.
line 338, in ok
lat, lon = self.get_exif_location(tags, "lonlat")
line 492, in get_exif_location
lat = self._convert_to_degress(gps_latitude)
line 471, in _convert_to_degress
d = float(value.values[0].num) / float(value.values[0].den)
ZeroDivisionError: float division by zero.
How do you resolve this divide by zero error?
I am using QGIS 3.2.0 Bonn and Python 3.6.0
EDIT: I just tried Las Palmas with photo2shape and it works without any problems.
qgis import photos
qgis import photos
edited Sep 11 '18 at 19:19
John Powell
10.9k43150
10.9k43150
asked Aug 13 '18 at 11:14
LENLEN
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.
add a comment |
I have had success adding the markers for the location of the photos using the inbuilt feature and something I thought was useful you can set the marker as a triangle or arrow and set the rotation to the direction of the photo so the marker points the way the camera was pointed. But I can't figure out how to add a preview of the photo if you click/scroll over the marker. Is that possible with the inbuilt version? I played around a little and found a widget menu but couldn't get it to work. I also installed importphotos plugin but can't find it in the vector menu and the buttons don't appear on the toolbars. Anyone have a similar issue?
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f292598%2fimportphotos-generates-errors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.
add a comment |
Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.
add a comment |
Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.
Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.
answered Aug 13 '18 at 22:03
ndawsonndawson
20.2k22944
20.2k22944
add a comment |
add a comment |
I have had success adding the markers for the location of the photos using the inbuilt feature and something I thought was useful you can set the marker as a triangle or arrow and set the rotation to the direction of the photo so the marker points the way the camera was pointed. But I can't figure out how to add a preview of the photo if you click/scroll over the marker. Is that possible with the inbuilt version? I played around a little and found a widget menu but couldn't get it to work. I also installed importphotos plugin but can't find it in the vector menu and the buttons don't appear on the toolbars. Anyone have a similar issue?
add a comment |
I have had success adding the markers for the location of the photos using the inbuilt feature and something I thought was useful you can set the marker as a triangle or arrow and set the rotation to the direction of the photo so the marker points the way the camera was pointed. But I can't figure out how to add a preview of the photo if you click/scroll over the marker. Is that possible with the inbuilt version? I played around a little and found a widget menu but couldn't get it to work. I also installed importphotos plugin but can't find it in the vector menu and the buttons don't appear on the toolbars. Anyone have a similar issue?
add a comment |
I have had success adding the markers for the location of the photos using the inbuilt feature and something I thought was useful you can set the marker as a triangle or arrow and set the rotation to the direction of the photo so the marker points the way the camera was pointed. But I can't figure out how to add a preview of the photo if you click/scroll over the marker. Is that possible with the inbuilt version? I played around a little and found a widget menu but couldn't get it to work. I also installed importphotos plugin but can't find it in the vector menu and the buttons don't appear on the toolbars. Anyone have a similar issue?
I have had success adding the markers for the location of the photos using the inbuilt feature and something I thought was useful you can set the marker as a triangle or arrow and set the rotation to the direction of the photo so the marker points the way the camera was pointed. But I can't figure out how to add a preview of the photo if you click/scroll over the marker. Is that possible with the inbuilt version? I played around a little and found a widget menu but couldn't get it to work. I also installed importphotos plugin but can't find it in the vector menu and the buttons don't appear on the toolbars. Anyone have a similar issue?
answered Sep 11 '18 at 14:53
Gis_lady_1040Gis_lady_1040
62
62
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f292598%2fimportphotos-generates-errors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown