[GRASS-dev] [GRASS GIS] #2616: grass.script.array cannot write raster
GRASS GIS
trac at osgeo.org
Fri Mar 6 18:39:10 PST 2015
#2616: grass.script.array cannot write raster
-------------------------+--------------------------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.1
Component: Python | Version: svn-trunk
Keywords: array | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
It seems the r64426 (backported in r64614) broke writing the array.
Tested [http://grass.osgeo.org/grass70/manuals/libpython/script.html
example] with 1.8.2 !NumPy, the temporary file disappears once calling
this line:
{{{
map2d_1[y][x] = y + x
# and then this fails
map2d_1.write(mapname="map2d_1", overwrite=True)
ERROR: Unable to open
</home/anna/grassdata/xyLocation/anna/.tmp/anna-laptop/12383.0>
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2616>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list