microsoft / farmvibes-ai

FarmVibes.AI: Multi-Modal GeoSpatial ML Models for Agriculture and Sustainability

Home Page:https://microsoft.github.io/farmvibes-ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in workflow execution "farm_ai/land_degradation/landsat_ndvi_trend"

click2cloud-sagarB opened this issue · comments

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

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.

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

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.