Hi, unfortunately renaming of raster layers with g.rename is not recognized by the temporal framework. You have to remove the old strds and register the renamed maps in a new strds. Using t.rast.list on the old strds will give you a map list that you can use as template for registering.
Best regards Soeren 2017-03-22 22:31 GMT+01:00 Rich Shepard <[email protected]>: > On Wed, 22 Mar 2017, Anna Petrášová wrote: > >> ... and look if there are any messages in terminal. Can you reproduce that >> behavior? > > > Anna, > > Yes, and yes. I missed seeing the details when the terminal was obscurred > by the three GUI windows. > > It's a name issue: the strds is named blocked_h (as are the individual > raster maps) but the renderer is looking for open_h instead. For example, > > GRASS_INFO_WARNING(14315,1): Rendering failed: > GRASS_INFO_WARNING(14315,1): GRASS_INFO_ERROR(14306,1): Raster map > <open_h_0012@analyses> not found > > I used a bash script with sed to rename all raster maps from open_h_* to > blocked_h_*, then used 't.rename in=open_h out=blocked_h'. The error message > suggests that somewhere a name was not changed. > > t.info does not indicate any name differences and t.list shows only > blocked_h and blocked_wse so why the animator is looking for open_h puzzles > me. > > Thanks, > > > Rich > _______________________________________________ > grass-user mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-user _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
