Hi,

On Wed, Mar 15, 2017 at 12:59 PM, Andres Solarte
<[email protected]> wrote:
...
> GRASS 7.3.svn (prueba):~ >  t.register -i type=raster input=ndvi_andres
> maps=`g.list raster pattern=prueba_andres* separator=comma`
> start="2015-09-07" increment="1 days"
> Reuniendo información del mapa...
> ERROR: ascii,Definir tiempo absoluto válido para mapa <,25,26,ordinal not
>        in range(128)


two suggestions:
1. switch on the fly to English in the session, then run the last command again:

       export LANG=en_US
       export LANGUAGE=en_US
       export LC_MESSAGES=en_US
       t.register ...

2. if that also fails, change the debug level with

g.gisenv set=DEBUG=1   # or 2 or 3 ...
t.register ...
g.gisenv set=DEBUG=0

and see if you can find out from the output where it roughly happens.

best
Markus
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to