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

Output raster of Crop Cycle notebook does not match input geometry

rafaspadilha opened this issue · comments

When running the notebooks/crop_cycle example, the geometry of the output raster does not match the input geometry used to invoke the workflow.

This was caused by a bug in the combine_chunks operation of the data_processing/chunk_onnx/chunk_onnx workflow that would lead to the final/combined raster to be assigned the geometry of a chunk rather than the union of all chunks' geometries.

This was previously reported by @click2cloud-sagarB and will be fixed in the next release.