grass icon indicating copy to clipboard operation
grass copied to clipboard

[Bug] r.viewshed does not clean tempfiles

Open ninsbl opened this issue 4 years ago • 1 comments

Describe the bug After running r.viewshed, temporary files remain in the .tmp directory.

To Reproduce

ls ${LOCATION}/.tmp/*
g.region raster=elevation.10m
r.viewshed input=elevation.10m output=viewshed coordinates=598869,4916642 memory=800
ls ${LOCATION}/.tmp/*

Expected behavior Temporary files in .tmp are removed when process finishes.

System description (please complete the following information):

  • Operating System: Ubuntu 18.04.1 LTS
  • GRASS GIS 7.8.3

Additional context Remaining tempfiles can slow down closing of GRASS GIS.

ninsbl avatar Mar 09 '21 12:03 ninsbl

(probably the same applies to r.terraflow)

neteler avatar Mar 09 '21 12:03 neteler