Results 1 to 3 of 3

Thread: QGIS memory error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guild Adept acrosome's Avatar
    Join Date
    Dec 2013
    Location
    35.2, -106.5
    Posts
    289

    Default QGIS memory error

    I am trying to use QGIS 3.16 to Merge a bunch of GMTED raster images. I am getting this error:

    ERROR 3: /tmp/processing_ROvHme/efc498e9f46047289ac5454ea621f03b/OUTPUT.tif: Free disk space available is 6708756480 bytes, whereas 13824000000 are at least necessary. You can disable this check by defining the CHECK_DISK_FREE_SPACE configuration option to FALSE.
    Frustratingly, the Merge function does not appear to have a CHECK_DISK_FREE_SPACE parameter at all! The Help button and the manual list all sorts of neat parameters that you can monkey with, but not that one.
    So, I googled around and found this:

    https://www.luisalucchese.com/post/g...no-free-space/

    Which makes me think that I may be having a similar issue, since as in the example my images should not be taking up anywhere near the amount of space listed in the error. But I don't understand the fix that is presented. Any help would be appreciated.
    Last edited by acrosome; 10-10-2021 at 09:45 PM.

  2. #2

    Default

    You ever find a solution to this?

  3. #3
    Professional Artist Tiana's Avatar
    Join Date
    Oct 2009
    Location
    Winnipeg, Manitoba, Canada!
    Posts
    1,797

    Default

    Looks like the solution was posted.

    The Luis blog was using the command:

    C:/…/gdal_translate.exe -projwin 111500.205796943 6802000.89149315 171000.731271099 6760000.94138945 -of GTiff "C:/…/input.tif" ./output.tif

    And switched to using:
    C:/…/gdal_translate.exe -projwin 111500.205796943 6802000.89149315 171000.731271099 6760000.94138945 -projwin_srs EPSG:32722 -of GTiff "C:/…/input.tif" ./output.tif


    Looks like they added -projwin_srs and then the desired coordinate projection, in this case EPSG:32722.

    Obviously the paths with ... should be adapted to your computer's storage positions, and the input.tif.

    I assume your problem is that you are not using the console to run the command, but instead clicking on merge raster. You could try opening the console and trying the command.


    I don't know anything about the programming side of QGis, but I know one problem I had with merging some raster data was solved by using "create virtual raster" instead of "merge".

    Click my banner, behold my art! Fantasy maps for Dungeons and Dragons, RPGS, novels.
    No obligation, free quotes. I also make custom PC / NPC / monster tokens.
    Contact me: calthyechild@gmail.com or _ti_ (Discord) to discuss a map!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •