registering MODIS in GRASS as space-time dataset

المشرف العام

Administrator
طاقم الإدارة
I have a problem using the space time module in GRASS GIS (7.1 for Ubuntu). I have a MODIS time series with 8 day interval, so 46 images per year. So I created a file (filelist_grass.txt) containing the filenames and timestamps from 2000 to 2013:

2000_01_ndvi_filtered|2000-01-01 00:00:00|2000-01-09 00:00:002000_02_ndvi_filtered|2000-01-09 00:00:00|2000-01-17 00:00:002000_03_ndvi_filtered|2000-01-17 00:00:00|2000-01-25 00:00:002000_04_ndvi_filtered|2000-01-25 00:00:00|2000-02-02 00:00:002000_05_ndvi_filtered|2000-02-02 00:00:00|2000-02-10 00:00:002000_06_ndvi_filtered|2000-02-10 00:00:00|2000-02-18 00:00:00...2013_43_ndvi_filtered|2013-12-03 00:00:00|2013-12-11 00:00:002013_44_ndvi_filtered|2013-12-11 00:00:00|2013-12-19 00:00:002013_45_ndvi_filtered|2013-12-19 00:00:00|2013-12-27 00:00:002013_46_ndvi_filtered|2013-12-27 00:00:00|2014-01-01 00:00:00now I try to register them in GRASS:

t.connect -dt.create type=strds --o temporaltype=absolute output=ndvi title=MCD_NDVI description="MODIS 500 m ndvi Sahel"t.register --v --o type=rast input=ndvi file=/media/Scheune/Dropbox/Skripte/MODIS/filelist_grass.txtwithout success, the error is the following:

Gathering map information...ERROR: invalid literal for int() with base 10: '2000-01-01 00:00:00'what could be wrong?



أكثر...
 
أعلى