ImportPhotos generates Errors The 2019 Stack Overflow Developer Survey Results Are In ...

Was credit for the black hole image misappropriated?

One-dimensional Japanese puzzle

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Identify 80s or 90s comics with ripped creatures (not dwarves)

Working through the single responsibility principle (SRP) in Python when calls are expensive

Deal with toxic manager when you can't quit

Would an alien lifeform be able to achieve space travel if lacking in vision?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Circular reasoning in L'Hopital's rule

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Nested ellipses in tikzpicture: Chomsky hierarchy

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

What can I do to 'burn' a journal?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Define a list range inside a list

What does "spokes" mean in this context?

My body leaves; my core can stay

Are spiders unable to hurt humans, especially very small spiders?

Word for: a synonym with a positive connotation?

60's-70's movie: home appliances revolting against the owners

What happens to a Warlock's expended Spell Slots when they gain a Level?

how can a perfect fourth interval be considered either consonant or dissonant?



ImportPhotos generates Errors



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraQuickFinder 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;
}







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.










share|improve this question
















bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    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.










    share|improve this question
















    bumped to the homepage by Community 10 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 11 '18 at 19:19









      John Powell

      10.9k43050




      10.9k43050










      asked Aug 13 '18 at 11:14









      LENLEN

      11




      11





      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.






          share|improve this answer































            0














            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?






            share|improve this answer
























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              0














              Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.






              share|improve this answer




























                0














                Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.






                share|improve this answer


























                  0












                  0








                  0







                  Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.






                  share|improve this answer













                  Try using the inbuilt "import geotagged photos" algorithm from the processing toolbox instead.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 13 '18 at 22:03









                  ndawsonndawson

                  20.2k22944




                  20.2k22944

























                      0














                      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?






                      share|improve this answer




























                        0














                        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?






                        share|improve this answer


























                          0












                          0








                          0







                          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?






                          share|improve this answer













                          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?







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Sep 11 '18 at 14:53









                          Gis_lady_1040Gis_lady_1040

                          62




                          62






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                              is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                              Meter-Bus Содержание Параметры шины | Стандартизация |...