Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. An error has occurred while executing Python code:
  2.  
  3. AttributeError: 'NoneType' object has no attribute 'GetGeoTransform'
  4. Traceback (most recent call last):
  5. File "C:/Users/user/.qgis2/python/pluginsViewshedAnalysisviewshedanalysis.py", line 197, in run
  6. Algo)
  7. File "C:/Users/user/.qgis2/python/pluginsViewshedAnalysisdoViewshed.py", line 356, in Viewshed
  8. gt=gdal_raster.GetGeoTransform()#daje podatke o rasteru (metadata)
  9. AttributeError: 'NoneType' object has no attribute 'GetGeoTransform'
  10.  
  11.  
  12. Python version: 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)]
  13. QGIS version: 2.18.28 Las Palmas, aa30730ac6
  14.  
  15. Python Path:
  16. C:/PROGRA~1/QGIS2~1.18/apps/qgis-ltr/./python/pluginsprocessing
  17. C:/PROGRA~1/QGIS2~1.18/apps/qgis-ltr/./python
  18. C:/Users/user/.qgis2/python
  19. C:/Users/user/.qgis2/python/plugins
  20. C:/PROGRA~1/QGIS2~1.18/apps/qgis-ltr/./python/plugins
  21. C:Program FilesLaubwerkPython
  22. C:PROGRA~1QGIS2~1.18binpython27.zip
  23. C:PROGRA~1QGIS2~1.18appsPython27DLLs
  24. C:PROGRA~1QGIS2~1.18appsPython27lib
  25. C:PROGRA~1QGIS2~1.18appsPython27libplat-win
  26. C:PROGRA~1QGIS2~1.18appsPython27liblib-tk
  27. C:PROGRA~1QGIS2~1.18bin
  28. C:PROGRA~1QGIS2~1.18appsPython27
  29. C:PROGRA~1QGIS2~1.18appsPython27libsite-packages
  30. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesjinja2-2.7.2-py2.7.egg
  31. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesmarkupsafe-0.23-py2.7-win-amd64.egg
  32. C:PROGRA~1QGIS2~1.18appsPython27libsite-packageswin32
  33. C:PROGRA~1QGIS2~1.18appsPython27libsite-packageswin32lib
  34. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesPythonwin
  35. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesShapely-1.2.18-py2.7-win-amd64.egg
  36. C:PROGRA~1QGIS2~1.18appsPython27libsite-packageswx-2.8-msw-unicode
  37. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesxlrd-0.9.2-py2.7.egg
  38. C:PROGRA~1QGIS2~1.18appsPython27libsite-packagesxlwt-0.7.5-py2.7.egg
  39. C:/Users/user/.qgis2//python
  40. C:/GIS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement