Hello, I'm trying to work with temporal series using GRASS GIS, but when I
try to register maps an error occurs:

Reuniendo información del mapa...
ERROR: ascii,Definir tiempo absoluto válido para mapa <,25,26,ordinal not
       in range(128)

I have five maps:

MODIS_2015250_h12v12
MODIS_2015251_h12v12
MODIS_2015252_h12v12
MODIS_2015253_h12v12
MODIS_2015254_h12v12

The secuence of commands is:

t.connect -d

t.create type=strds temporaltype=absolute output=ndvi title="prueba ndvi"
description="prueba ndvi" semantictype=mean --o

t.register -i type=raster input=ndvi maps=`g.list raster pattern="MODIS*"
separator=comma` start="2015-09-07" increment="1 days"

any ideas about how to solve it?

Thanks,

Andrés.
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to