#1006: r.terraflow fails to create temp file on Windows when launched from wxgui
------------------------------+---------------------------------------------
  Reporter:  marisn           |       Owner:  [email protected] 
      Type:  defect           |      Status:  new                       
  Priority:  normal           |   Milestone:  6.4.0                     
 Component:  Raster           |     Version:  svn-releasebranch64       
Resolution:                   |    Keywords:  wxgui, wingrass, terraflow
  Platform:  MSWindows Vista  |         Cpu:  x86-32                    
------------------------------+---------------------------------------------
Comment (by hamish):

 what does "r.terraflow --help" say ?

 (specifically the STREAM_DIR section)


 {{{
   /* temporary STREAM path */
   struct Option *streamdir;
   streamdir = G_define_option() ;
   streamdir->key        = "STREAM_DIR";
   streamdir->type       = TYPE_STRING;
   streamdir->required   = NO;
 #ifdef __MINGW32__
   streamdir->answer     =
 G_convert_dirseps_from_host(G_store(getenv("TEMP")));
 #else
   streamdir->answer     = G_store("/var/tmp/");
 #endif
   streamdir->description=
      _("Directory to hold temporary files (they can be large)");
 }}}


 Maris:
 > Aaah - just noticed - could this be related to #520?

 probably not as that should be already fixed. (just not ideal)


 can you try on a small (file size) raster like elevation.dem @ Spearfish?
 (existing 300mb doesn't seem so bad though)


 can you try with --verbose so percent done is shown for nrows and we get
 more details?


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1006#comment:3>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to