pyModis
pyModis copied to clipboard
Sometimes incomplete tile list file
Sometimes a downloaded tile is not listed in the list file (randomly ? missing):
# landuse_MCD12Q1: download from NASA year 2013
modis_download.py -e 2013-01-01 -f 2013-12-31 --product=MCD12Q1.051 --source=MOTA landuse_MCD12Q1/
# dirty hack = workaround:
# since the tile list is (sometimes?) incomplete in pymodis, create a new one
cd landuse_MCD12Q1/
ls -1 MCD12Q1.A2013001.h* | sort > listfileMCD12Q1.051.txt
cd ..
Not sure why this happens...
The same happens here (global product):
modis_download.py -e 2015-10-01 -f 2016-01-31 --product=MOD13C1.006 ndvi_MOD13C1.006/
@neteler but the tiles are correctly downloaded?
Yes, "just" the list is not complete. At time I create it again manually from the downloaded tiles in a terminal
So, I found a possible cause b329cb2 but I'm not sure this solves your problem.
Next time can you set debug on (-x flag) so we can look into log file?