[GRASS-dev] [GRASS GIS] #951: Error querying rasters in wxgui

GRASS GIS trac at osgeo.org
Wed Feb 17 09:40:15 EST 2010


#951: Error querying rasters in wxgui
----------------------------------+-----------------------------------------
 Reporter:  epatton               |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect                |      Status:  new                      
 Priority:  normal                |   Milestone:  6.5.0                    
Component:  wxGUI                 |     Version:  svn-develbranch6         
 Keywords:  query, gui, wxpython  |    Platform:  Linux                    
      Cpu:  x86-64                |  
----------------------------------+-----------------------------------------
 In the North Carolina dataset, load the elevation raster into the Layer
 Manager and then use the query raster/vector maps tool from the Map
 Display window to query the elevation raster, which gives the following
 error:

 {{{
 Exception in thread Thread-1:
 Traceback (most recent call last):
   File "/usr/lib/python2.6/threading.py", line 525, in
 __bootstrap_inner
     self.run()
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/go
 utput.py", line 108, in run
     moduleInterface = menuform.GUI().ParseCommand(args[0],
 show = None)
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
 nuform.py", line 1782, in ParseCommand
     self.grass_task.set_flag(option[2:], True)
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
 nuform.py", line 373, in set_flag
     param = self.get_flag(aFlag)
   File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
 nuform.py", line 367, in get_flag
     raise ValueError, _("Flag not found: %s") % aFlag
 ValueError: Flag not found: q
 }}}

 The full command printed to the Output window is:

 {{{
 r.what --q -f input=elevation at PERMANENT
 east_north=632293.445122,224363.567073
 }}}

 ~ Eric

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/951>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list