[GRASS-dev] [GRASS GIS] #1729: Add 3d raster does not open GUI

#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&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
     Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
      Cpu: OSX/Intel |
--------------------------------------+-------------------------------------
Changes (by martinl):

* cc: grass-dev@… (added)
  * keywords: volume, wxnviz => volume, wxnviz, d.rast3d
  * status: new => assigned
  * owner: grass-dev@… => martinl

Comment:

Please could you try r53163 (GRASS 6.5)?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
     Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
      Cpu: OSX/Intel |
--------------------------------------+-------------------------------------

Comment(by helena):

Replying to [comment:1 martinl]:
> Please could you try r53163 (GRASS 6.5)?

I just tried it and it works - I can add the 3d raster and the isosurfaces
work as well.

Thanks a lot, Helena

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
     Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
      Cpu: OSX/Intel |
--------------------------------------+-------------------------------------

Comment(by cmbarton):

I will try this tomorrow too. I hope it allows me to actually visualize a
3D volume finally. Thanks for working on this.

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
     Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
      Cpu: OSX/Intel |
--------------------------------------+-------------------------------------

Comment(by martinl):

Replying to [comment:2 helena]:
> Replying to [comment:1 martinl]:
> > Please could you try r53163 (GRASS 6.5)?
>
> I just tried it and it works - I can add the 3d raster and the
isosurfaces work as well.

Backported to `relbr64` in r53168. We can close the ticket when confirmed
that it works also in GRASS 6.4.3svn.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
     Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
      Cpu: OSX/Intel |
--------------------------------------+-------------------------------------

Comment(by cmbarton):

This is better but still not working for me. I can now add a 3D raster to
the layer tree and open the 3D display. But I am unable to display a
volume that I created and have displayed previously. I can add a slice or
an isosurface. But as soon as I try to change any setting for either, the
entire GUI crashes. I will attach the error message that I sent to Anna
previously in case someone else can figure this out. Note that whenever I
quit the GUI after using the 3D manager, I also get a similar error
message.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>

Michael,

can you post your data somewhere so that I can try it out? Just the 3d raster will be enough.
I found that with some noisy data, when I get a lot of small isosurfaces, I had problems,
but I haven't tried to reproduce this case.

Helena

Helena Mitasova
Associate Professor
Department of Marine, Earth, and Atmospheric Sciences
2800 Faucette Drive, Rm. 1125 Jordan Hall
North Carolina State University
Raleigh, NC 27695-8208
hmitaso@ncsu.edu

"All electronic mail messages in connection with State business which are sent to or received by this account are subject to the NC Public Records Law and may be disclosed to third parties.”

On Sep 12, 2012, at 3:01 PM, GRASS GIS wrote:

#1729: Add 3d raster does not open GUI
--------------------------------------+-------------------------------------
Reporter: helena | Owner: martinl
    Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: volume, wxnviz, d.rast3d | Platform: MacOSX
     Cpu: OSX/Intel |
--------------------------------------+-------------------------------------

Comment(by cmbarton):

This is better but still not working for me. I can now add a 3D raster to
the layer tree and open the 3D display. But I am unable to display a
volume that I created and have displayed previously. I can add a slice or
an isosurface. But as soon as I try to change any setting for either, the
entire GUI crashes. I will attach the error message that I sent to Anna
previously in case someone else can figure this out. Note that whenever I
quit the GUI after using the 3D manager, I also get a similar error
message.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>

#1729: Add 3d raster does not open GUI
----------------------+-----------------------------------------------------
  Reporter: helena | Owner: martinl
      Type: defect | Status: closed
  Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Resolution: fixed | Keywords: volume, wxnviz, d.rast3d
  Platform: MacOSX | Cpu: OSX/Intel
----------------------+-----------------------------------------------------
Changes (by martinl):

  * status: assigned => closed
  * resolution: => fixed

Comment:

Replying to [comment:5 cmbarton]:
> This is better but still not working for me. I can now add a 3D raster
to the layer tree and open the 3D display. But I am unable to display a
volume that I created and have displayed previously. I can add a slice or
an isosurface. But as soon as I try to change any setting for either, the
entire GUI crashes. I will attach the error message that I sent to Anna
previously in case someone else can figure this out. Note that whenever I
quit the GUI after using the 3D manager, I also get a similar error
message.

Please create for this a new bug report. I am closing this ticket because
reported bug has been already fixed.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1729#comment:6&gt;
GRASS GIS <http://grass.osgeo.org>