Changes between Initial Version and Version 1 of Ticket #2699
- Timestamp:
- 06/19/15 00:23:35 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2699
- Property Component Default → wxGUI
- Property Keywords g.gui.iclass added
-
Ticket #2699 – Description
initial v1 6 6 I 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: 7 7 8 {{{ 8 9 ''File "C:\Program Files (x86)\GRASS GIS 7.0.1RC1\gui\wxpython\iclass\toolbars.py", line 163, in <lambda> 9 10 lambda event : self.parent.AddBands()), … … 25 26 Illegal filename <PERMANENT 26 27 >. Character not allowed.'' 28 }}} 27 29 28 30 My file name doesn’t have any special character as it is called feb2014. … … 35 37 But After selecting some training areas, I try to run the model and I got another error: 36 38 39 {{{ 37 40 ''File "C:\Program Files (x86)\GRASS GIS 7.0.1RC1\gui\wxpython\iclass\frame.py", line 911, in OnRunAnalysis 38 41 if self.RunAnalysis(): … … 49 52 grass.exceptions.CalledModuleError: Module run None ['r.info', '-gre', u'map=Feb2014_111_112_753mos@PERMANENT\r'] ended with error 50 53 Process ended with non-zero return code 1. See errors in the (error) output.'' 51 54 }}} 52 55 53 56 I have been trying to work with this module for a week and I cannot figure out why it doesn’t work.