[GRASS-dev] [GRASS GIS] #2214: animator fails to render a second time

GRASS GIS trac at osgeo.org
Mon Mar 10 19:23:54 PDT 2014


#2214: animator fails to render a second time
---------------------+------------------------------------------------------
 Reporter:  bhlevca  |       Owner:  grass-dev@…              
     Type:  defect   |      Status:  new                      
 Priority:  normal   |   Milestone:  7.0.0                    
Component:  wxGUI    |     Version:  unspecified              
 Keywords:           |    Platform:  Linux                    
      Cpu:  x86-64   |  
---------------------+------------------------------------------------------

Comment(by annakrat):

 Replying to [comment:5 bhlevca]:
 > Replying to [comment:4 annakrat]:
 >
 > I tried to replicate and I could not crash it anymore. I guess we'll
 have to close this until I find what was I doing, because I was not
 dreaming when I reported this.

 I believe you, however without being able to reproduce it I can't fix it.
 >
 > Meanwhile I found that I cannot render two animations. I am using
 multiple raster files and not space time raster I am unable to have two
 animation in the list and render both. When I am trying to render the
 second one I am getting :
 >
 > {{{
 > "Inconsistent number of maps, please check input data."
 > }}}
 >
 > looking in the code I see that only one animation is allowed in non-
 temporal mode. Any reason for that? Thanks
 >
 > {{{
 > if temporalMode == TemporalMode.NONTEMPORAL:
 >             if len(mapCount) > 1:
 >                 raise GException(_("Inconsistent number of maps, please
 check input data."))
 > }}}

 That's probably a bad name for this variable. But anyway, you have
 probably inconsistent number of maps in each animation. You have to have
 the same number of maps in each animation when using non temporal mode.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2214#comment:6>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list