Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. Processing algorithm…
  2. Algorithm 'Polygonize (raster to vector)' starting…
  3. Input parameters:
  4. { 'BAND' : 1, 'EIGHT_CONNECTEDNESS' : False, 'FIELD' : 'DN', 'INPUT' : 'C:/Users/Erik/Desktop/AgriSA/AgriSAshape.tif', 'OUTPUT' : 'C:/Users/Erik/Desktop/AgriSA/AgriSApol.gpkg' }
  5.  
  6. GDAL command:
  7. python3 -m gdal_polygonize C:/Users/Erik/Desktop/AgriSA/AgriSAshape.tif C:/Users/Erik/Desktop/AgriSA/AgriSApol.gpkg -b 1 -f "GPKG" AgriSApol DN
  8. GDAL command output:
  9. Traceback (most recent call last):
  10.  
  11. File "C:PROGRA~1QGIS3~1.4appsPython37librunpy.py", line 193, in _run_module_as_main
  12.  
  13. "__main__", mod_spec)
  14.  
  15. File "C:PROGRA~1QGIS3~1.4appsPython37librunpy.py", line 85, in _run_code
  16.  
  17. exec(code, run_globals)
  18.  
  19. File "C:PROGRA~1QGIS3~1.4bingdal_polygonize.py", line 36, in <module>
  20.  
  21. from osgeo import gdal
  22.  
  23. File "C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesosgeo__init__.py", line 21, in <module>
  24.  
  25. _gdal = swig_import_helper()
  26.  
  27. File "C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesosgeo__init__.py", line 17, in swig_import_helper
  28.  
  29. _mod = imp.load_module('_gdal', fp, pathname, description)
  30.  
  31. File "C:PROGRA~1QGIS3~1.4appsPython37libimp.py", line 243, in load_module
  32.  
  33. return load_dynamic(name, filename, file)
  34.  
  35. File "C:PROGRA~1QGIS3~1.4appsPython37libimp.py", line 343, in load_dynamic
  36.  
  37. return _load(spec)
  38.  
  39. ImportError: DLL load failed: Kan opgegeven procedure niet vinden.
  40.  
  41. Execution completed in 0.56 seconds
  42. Results:
  43. {'OUTPUT': 'C:/Users/Erik/Desktop/AgriSA/AgriSApol.gpkg'}
  44.  
  45. Loading resulting layers
  46. The following layers were not correctly generated.<ul><li>C:/Users/Erik/Desktop/AgriSA/AgriSApol.gpkg</li></ul>You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.
  47.  
  48. 2019-07-16T09:28:32 INFO python3 -m gdal_polygonize C:/Users/Erik/Desktop/AgriSA/subsistenceSAclip.tif C:/Users/Erik/AppData/Local/Temp/processing_65c11c5862ef4f1c88e5495ff73aeeba/2e6619d834b246e1a07916ba724274ad/OUTPUT.shp -b 1 -f "ESRI Shapefile" OUTPUT DN
  49. 2019-07-16T09:28:32 INFO GDAL execution console output
  50. Traceback (most recent call last):
  51.  
  52. File "C:PROGRA~1QGIS3~1.4appsPython37librunpy.py", line 193, in _run_module_as_main
  53.  
  54. "__main__", mod_spec)
  55.  
  56. File "C:PROGRA~1QGIS3~1.4appsPython37librunpy.py", line 85, in _run_code
  57.  
  58. exec(code, run_globals)
  59.  
  60. File "C:PROGRA~1QGIS3~1.4bingdal_polygonize.py", line 36, in
  61.  
  62. from osgeo import gdal
  63.  
  64. File "C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesosgeo__init__.py", line 21, in
  65.  
  66. _gdal = swig_import_helper()
  67.  
  68. File "C:PROGRA~1QGIS3~1.4appsPython37libsite-packagesosgeo__init__.py", line 17, in swig_import_helper
  69.  
  70. _mod = imp.load_module('_gdal', fp, pathname, description)
  71.  
  72. File "C:PROGRA~1QGIS3~1.4appsPython37libimp.py", line 243, in load_module
  73.  
  74. return load_dynamic(name, filename, file)
  75.  
  76. File "C:PROGRA~1QGIS3~1.4appsPython37libimp.py", line 343, in load_dynamic
  77.  
  78. return _load(spec)
  79.  
  80. ImportError: DLL load failed: Kan opgegeven procedure niet vinden. [Cannot find requested procedure]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement