[GRASSLIST:3437] Re: Snapping thershold
Hamish
hamish_nospam at yahoo.com
Mon May 17 19:27:34 EDT 2004
> Where do the temporary files of GRASS 5.3 reside? Is it the .tmp
> directory in the location directory or there anything else?
Usually:
[GISDBASE]/[LOCATION_NAME]/[MAPSET]/.tmp
but sometimes it can put files in /tmp (those need to be updated to
use g.tempfile, usually contributed scripts)
You can remove any temporary files with the following command:
$GISBASE/etc/clean_temp
(e.g. before switching mapsets with 'g.gisenv set="MAPSET=foo"')
Hamish
More information about the grass-user
mailing list