microsoft / farmvibes-ai

FarmVibes.AI: Multi-Modal GeoSpatial ML Models for Agriculture and Sustainability
https://microsoft.github.io/farmvibes-ai/
MIT License
650 stars 108 forks source link

Error in workflow execution "farm_ai/land_degradation/landsat_ndvi_trend" #116

Open click2cloud-sagarB opened 11 months ago

click2cloud-sagarB commented 11 months ago

Dear Farmvibes Team, While running workflow "farm_ai/land_degradation/landsat_ndvi_trend" the task "landsat.stack" got failed and raise RuntimeError
" filne_name.TIF not recognized as a supported file format" I retry the download op. after removing the assets and stac entry from my cache directory but the same error persists "filne_name.TIF not recognized as a supported file format" I have also tried by increasing the time_range and also tried for multiple farms but experience same issue.

Attached to this issue, you will find the following files for your reference: 1) Log_file for failure 2) .wkt file of the farm for which I got the error.

files.zip

rafaspadilha commented 11 months ago

Hi, @click2cloud-sagarB. Thank you for raising this issue.

I was able to reproduce the error on my side. It seems that one of the bands of the Landsat tile for 2022-11-05 is incomplete and rasterio fails when it tries to read it.

We are investigating possible solutions to deal with this and I'll keep you updated as we implement them.

KeynesYouDigIt commented 3 months ago

Is this issue still open? would this be a good bug to get started on as a contributor?

rafaspadilha commented 1 month ago

Hi, @KeynesYouDigIt. This is still an open issue that the team wasn't able to fix. Unfortunately, it is not a good bug to work as a contributor, because it would require changes to the code of our ops, which are not publicly released.