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

Downloads from Sentinel Fail

shenoy10 opened this issue · comments

Hi,

I'm looking to download a dataset of satellite imagery using the Farmvibes API platform. I seem to have failing downloads. When I run run.reason, it seems to be a key error, any insights into this issue?

failed getting secret with key pc-sub-key from secret store kubernetes: secrets “pc-sub-key” not found

I am currently trying to use the public api key.

Hi, @shenoy10. Thank you for using FarmVibes.AI.

It seems that you have not added your PlanetaryComputer API Key to the cluster, or you have added it with a different key name (and the workflow is expecting "pc-sub-key"). You can add a new secret by following the instructions in our documentation page.

An alternative would be to pass your key as a workflow parameter directly when calling client.run() method.

Could you provide a code snippet of how you are calling your workflow and which workflow you are trying to run?

Solved the issue. Added the proper key.