Hola Andres, I just tested with your data... No issues here. As you say, it must be something else... but I have no hint... I'm sorry
Hope someone else can point you to a solution un beso, Vero 2017-03-15 12:59 GMT+01:00 Andres Solarte <[email protected]>: > Hello Vero > > Thank you for your answer, I'm glad to be here too! > > I followed your steps and I have the same problem :( > > GRASS 7.3.svn (prueba):~ > for i in `seq 1 5` ; do r.mapcalc > "prueba_andres${i} = 3" ; done > 100% > 100% > 100% > 100% > 100% > GRASS 7.3.svn (prueba):~ > t.create type=strds temporaltype=absolute > output=ndvi_andres title="NDVI prueba" description="prueba tesis" > semantictype=mean > 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) > > The dataset is available in the link below. The images were resampled but > I think that's not the problem :S > > https://drive.google.com/open?id=0B5vy4w_s2kxmNXhnY0doYzQtN0E > > Once again, thanks for your answer > > Regards, > > Andrés. > > > 2017-03-15 4:49 GMT-03:00 Veronica Andreo <[email protected]>: > >> Hola Andres! >> Bienvenido a la lista! I'm glad that you write here :) >> >> I regularly use t.register with MODIS products, and haven't found that >> ERROR you describe. Moreover, I did some testing, just creating ad-hoc >> maps, creating the strds and then registering those maps and all went fine. >> I cannot reproduce the error that you get. >> >> Here are my steps: >> >> for i in `seq 1 5` ; do r.mapcalc "prueba_andres${i} = 3" ; done >> 100% >> 100% >> 100% >> 100% >> 100% >> GRASS 7.3.svn (latlong_wgs84):~ > t.create type=strds >> temporaltype=absolute output=ndvi_andres title="NDVI prueba" >> description="prueba tesis" semantictype=mean >> GRASS 7.3.svn (latlong_wgs84):~ > t.register -i type=raster >> input=ndvi_andres maps=`g.list raster pattern=prueba_andres* >> separator=comma` start="2015-09-07" increment="1 days" >> Gathering map information... >> 100% >> Registering maps in the temporal database... >> Registering maps in the space time dataset... >> Updating space time dataset... >> 100% >> >> all fine... >> >> Is there anything special with those maps you use, i.e: which processing >> have they gone through? >> Maybe you could put them in a dropbox and share so someone else can >> access them and test >> >> Cheers, >> Vero >> >> >> 2017-03-12 12:01 GMT+01:00 Andres Solarte <[email protected]>: >> >>> Hello Markus >>> >>> I'm working on Ubuntu 14.04 and the path is >>> /home/andres/Escritorio/pruebas >>> >>> Regards >>> >>> 2017-03-12 7:08 GMT-03:00 Markus Neteler <[email protected]>: >>> >>>> On Sat, Mar 11, 2017 at 9:49 PM, Andres Solarte >>>> <[email protected]> wrote: >>>> > 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) >>>> >>>> Just wondering: >>>> - which operating system do you use? >>>> - given your name "Andrés" - do you have special characters in the path? >>>> >>>> Best >>>> Markus >>>> >>> >>> >>> _______________________________________________ >>> 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
