[GRASS-dev] [GRASS GIS] #2427: r.cost doesn't finish on Windows
GRASS GIS
trac at osgeo.org
Fri Sep 19 14:56:35 PDT 2014
#2427: r.cost doesn't finish on Windows
-------------------------+--------------------------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Keywords: r.cost | Platform: MSWindows 8
Cpu: Unspecified |
-------------------------+--------------------------------------------------
On Windows, r.cost doesn't finish, it keeps running and outputting
progress over 100%. It seems that some loop is not finishing.
How to test in nc_spm:
{{{
g.region swwake_30m -p
v.to.rast roadsmajor out=roadsmajor use=val type=line
r.mapcalc "area_one = 1"
r.cost -k in=area_one output=dist_toroad start_rast=roadsmajor
}}}
On Linux, this seems to be running fine. When I try not to use -k on
Windows, it finishes correctly. But the user who actually found this was
trying to run it without -k and still it didn't work (but I can't confirm
it).
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2427>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list