davidfrantz / force

Framework for Operational Radiometric Correction for Environmental monitoring
GNU General Public License v3.0
172 stars 50 forks source link

force-lut-modis: 0.0% of useful frames #187

Closed mhelleis closed 2 years ago

mhelleis commented 2 years ago

Hello,

I'm trying to create a custom WVDB for Landsat processing following the tutorial, however for some reason no useful Terra/Aqua data is found.

The command I'm using: force-lut-modis coords-file.coo wvdb geometa modis_hdfs -d 20220201,20220419

The content of the coords_file.coo is

5.3953 47.5589 

The output is always:


2022/02/01. do. Download TERRA geometa. Try # 10
Download AQUA geometa. Try # 10
  0.0% of useful frames.
2022/02/02. do. Download TERRA geometa. Try # 10
Download AQUA geometa. Try # 10
  0.0% of useful frames.
2022/02/03. do. Download TERRA geometa. Try # 10
...

The resulting tables all contain the same value: 5.3953 47.5589 9999.000000 9999.000000 0

Things I've checked:

Do you have any idea why this could be?