Skip to content

API Workflow parameters #115

Closed Answered by rafaspadilha
hugo-codestack asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @hugo-codestack. Thanks for using FarmVibes.AI and raising this question.

You are missing a workflow that downloads a Raster, over which the NDVI will be computed. The workflow data_processing/index/index expects a Raster object, which comes from a few of our data_ingestion workflows (e.g., Sentinel-2, LandSat, etc). You are passing as input a DataVibe with the geometry and time range, but these should first be used to download the raster.

The following examples and documentation will probably help you:

  • Spectral Indices notebook: an example of how to combine a download operation (in this case, Sentinel-2 download) with the data_processing/index/index workflow to compute several indic…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hugo-codestack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Information requested from user
2 participants