[GRASS-user] GRASS, ordinal not in range(128)
Markus Neteler
neteler at osgeo.org
Fri Mar 17 12:37:46 PDT 2017
Hi,
On Wed, Mar 15, 2017 at 12:59 PM, Andres Solarte
<e.andres.solartec at gmail.com> 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
More information about the grass-user
mailing list