[GRASS-dev] [GRASS GIS] #2689: handling nulls warning on Windows
GRASS GIS
trac at osgeo.org
Tue Jun 9 14:51:05 PDT 2015
#2689: handling nulls warning on Windows
------------------------------+-------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: LibRaster | Version: svn-trunk
Keywords: nulls, rendering | CPU: Unspecified
Platform: MSWindows 8 |
------------------------------+-------------------------
Simple example:
{{{
r.mapcalc "test = null()"
}}}
produces:
{{{
WARNING: Unable to rename file
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/.tmp/unknown/8048.1> to
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/cell_misc/test/null>:
Permission denied
}}}
but then when I check the directory, the null file is there. I am getting
rendering error, that it didn't find PPM file, but only when running
mapcalc from the mapcalc gui when it tries to add the result to the layer
manager.
Tested with trunk on Windows 8, revision r65361 (4 days ago).
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2689>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list