Home Forums Urban Modeling and Simulation ur-scape/site data video/error

Viewing 4 reply threads
  • Author
    Posts
    • #8012
      Artem Gilmanov
      Participant

      I have an error:

      Could not load source layer for INPUT: D:\BUW\2nd semester\UMS Advanced\1_ur-scape
      Spatial Data Exploration\6_Site Data\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif
      not found in line:_core.QgsProcessingException: Unable to execute algorithm.

      I guess it somehow connected with csv file that was created for tif file, but I follow the video, and the csv file has a normal resolution of csv file.

    • #8035

      Dear Artem,
      thank you for sharing the error. I would like to ask you for the assistance on debugging this error as far there might be more possible issues causing this error. Can you please reproduce the error and check the Log Message Panel for any errors or warnings? If you can see any, please make screenprint and share. You can open Log Message panel in top QGIS Menu / View / Panels/ Log Message Panel.
      Kind regards
      David

    • #8190
      Artem Gilmanov
      Participant

      Dear David,

      thank you for your quick response! Here is the Log message.

      from the processing window

      2019-04-17T11:08:27 CRITICAL Unable to execute algorithm
      Could not load source layer for INPUT: D:\BUW\2nd semester\UMS Advanced\1_ur-scape Spatial Data Exploration\6_Site Data\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif not found
      2019-04-17T11:17:50 INFO gdal_translate -projwin -103.44143872744851 39.669469024307155 136.73331599251765 -37.15113266921144 -a_nodata -1.0 -ot Float32 -of GTiff “D:/BUW/2nd semester/UMS Advanced/1_ur-scape Spatial Data Exploration/6_Site Data/ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0.tif” “D:\\BUW\\2nd semester\\UMS Advanced\\1_ur-scape Spatial Data Exploration\\6_Site Data\\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif”
      2019-04-17T11:17:51 INFO GDAL command:
      2019-04-17T11:17:51 INFO gdal_translate -projwin -103.44143872744851 39.669469024307155 136.73331599251765 -37.15113266921144 -a_nodata -1.0 -ot Float32 -of GTiff “D:/BUW/2nd semester/UMS Advanced/1_ur-scape Spatial Data Exploration/6_Site Data/ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0.tif” “D:\\BUW\\2nd semester\\UMS Advanced\\1_ur-scape Spatial Data Exploration\\6_Site Data\\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif”
      2019-04-17T11:17:51 INFO GDAL command output:
      2019-04-17T11:17:51 INFO ERROR 3: Free disk space available is 278173290496 bytes, whereas 2152048646532 are at least necessary. You can disable this check by defining the CHECK_DISK_FREE_SPACE configuration option to FALSE.

      2019-04-17T11:17:51 INFO Input file size is 380866, 395077

      2019-04-17T11:17:51 INFO GDAL execution console output
      ERROR 3: Free disk space available is 278173290496 bytes, whereas 2152048646532 are at least necessary. You can disable this check by defining the CHECK_DISK_FREE_SPACE configuration option to FALSE.

      Input file size is 380866, 395077

      2019-04-17T11:17:51 INFO Results: {‘OUTPUT’: ‘D:\\BUW\\2nd semester\\UMS Advanced\\1_ur-scape Spatial Data Exploration\\6_Site Data\\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif’}
      2019-04-17T11:17:51 CRITICAL Unable to execute algorithm
      Could not load source layer for INPUT: D:\BUW\2nd semester\UMS Advanced\1_ur-scape Spatial Data Exploration\6_Site Data\ESACCI-LC-L4-LC10-Map-20m-P1Y-2016-v1.0/temporary_Workspace/ClippedPatch_0 of 0_CR.tif not found:

    • #8191
      Artem Gilmanov
      Participant

      from the python window:

      2019-04-17T11:17:50 WARNING warning:__console__:1: ResourceWarning:

      unclosed file

      traceback: File “C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\console\console.py”, line 579, in runScriptEditor
      self.tabEditorWidget.currentWidget().newEditor.runScriptCode()
      File “C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\console\console_editor.py”, line 633, in runScriptCode
      .format(filename.replace(“\\”, “/”), sys.getfilesystemencoding()))
      File “C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\console\console_sci.py”, line 630, in runCommand
      more = self.runsource(src)
      File “C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python\console\console_sci.py”, line 660, in runsource
      return super(ShellScintilla, self).runsource(source, filename, symbol)
      File “C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\code.py”, line 74, in runsource
      self.runcode(code)
      File “C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\code.py”, line 90, in runcode
      exec(code, self.locals)
      File “”, line 1, in

    • #8196

      Dear Artem,
      Thank you for sharing the log message panel content, it is very helpful. This error message was caused by insufficient disk space on your computer. To solve this issue, please free up more disk space.
      Alternately if not possible for you to free up more space you can also try to zoom in on canvas to use smaller area. Next alternative is to use lower resolution.
      To give you a bit of background:
      In GIS is work with large datasets quite common and users need to allocate big amount of disk space for temporary files which are used in data processing.
      Again thank you for sharing this issues. We are aware of this and trying to solve it in the next generation of ur-scape import data manager.
      Kind wishes
      David

Viewing 4 reply threads
  • You must be logged in to reply to this topic.