[GRASS-dev] [GRASS GIS] #1729: Add 3d raster does not open GUI
GRASS GIS
trac at osgeo.org
Mon Sep 10 19:38:40 PDT 2012
#1729: Add 3d raster does not open GUI
----------------------------+-----------------------------------------------
Reporter: helena | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz | Platform: MacOSX
Cpu: OSX/Intel |
----------------------------+-----------------------------------------------
3D raster cannot be added to GIS manager and cannot be visualized with
wxnviz,
it gives the following error
Unable to fetch interface description for command
'd.rast3d'.
Details: [Errno 2] No such file or directory
So it cannot find the command. I couldn't find any solution,
maybe someone else knows what's going on?
I found related ticket here [1].
[1] http://trac.osgeo.org/grass/ticket/1515
see also https://trac.osgeo.org/grass/ticket/1692 and friends.
d.rast3d.py fails because it is not in the PATH.
This trick helps (for testing):
ln -s $HOME/grass64/gui/wxpython/scripts/d.rast3d.py $GISBASE/scripts/
chmod a+x $GISBASE/scripts/d.rast3d.py
Markus
_________________________________________
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list