Changes between Initial Version and Version 1 of Ticket #2699


Ignore:
Timestamp:
Jun 19, 2015, 12:23:35 AM (9 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2699

    • Property Keywords g.gui.iclass added
    • Property Component DefaultwxGUI
  • Ticket #2699 – Description

    initial v1  
    66I can open the module by selecting group and imagery subgroup. But when the windows GRASS Supervised Classification Tool opens, I observed that  name of imagery subgroup is missing. By adding it through select imagery group I got the following error:
    77
     8{{{
    89  ''File "C:\Program Files (x86)\GRASS GIS 7.0.1RC1\gui\wxpython\iclass\toolbars.py", line 163, in <lambda>
    910    lambda event : self.parent.AddBands()),
     
    2526Illegal filename <PERMANENT
    2627>. Character not allowed.''
     28}}}
    2729
    2830My file name doesn’t have any special character as it is called feb2014.
     
    3537But After selecting some training areas, I try to run the model and I got another error:
    3638
     39{{{
    3740  ''File "C:\Program Files (x86)\GRASS GIS 7.0.1RC1\gui\wxpython\iclass\frame.py", line 911, in OnRunAnalysis
    3841    if self.RunAnalysis():
     
    4952grass.exceptions.CalledModuleError: Module run None ['r.info', '-gre', u'map=Feb2014_111_112_753mos@PERMANENT\r'] ended with error
    5053Process ended with non-zero return code 1. See errors in the (error) output.''
    51 
     54}}}
    5255
    5356I have been trying to work with this module for a week and I cannot figure out why it doesn’t work.