Hello, Would you care to give more details on how you could fix the issue? I am facing exactly same issue, however, I am using different shape location.
Thanks
Hi,
The configuration’s of the instance ID and the oauth
client id and secret was not correct set in the Python package sentinelhub.config:
“After you have prepared a configuration please put configuration’s instance ID into sentinelhub
package’s configuration file following the configuration instructions. For Processing API request you also need to obtain and set your oauth
client id and secret. More info here.”
Use the folowing comands:
• sentinelhub.config --sh_client_secret “…”
• sentinelhub.config --sh_client_id “…”
• sentinelhub.config --instance_id …
• sentinelhub.config --show
Also to latest script is important:
github.com
{
"cells": /
{
"cell_type": "markdown",
"metadata": {},
"source": e
"# How To: Land-Use-Land-Cover Prediction for Slovenia\n",
"\n",
"This notebook shows the steps towards constructing a machine learning pipeline for predicting the land use and land cover for the region of Republic of Slovenia. We will use satellite images obtained by ESA's Sentinel-2 to train a model and use it for prediction. The example will lead you through the whole process of creating the pipeline, with details provided at each step.\n",
"\n",
"## Before you start\n",
"\n",
"### Requirements\n",
"\n",
"In order to run the example you'll need a Sentinel Hub account. If you do not have one yet, you can create a free trial account at Sentinel Hub webpage](https://www.sentinel-hub.com/trial). If you are a researcher you can even apply for a free non-commercial account at ESA OSEO page](https://earth.esa.int/aos/OSEO).\n",
"\n",
"Once you have the account set up, please configure the `sentinelhub` package's configuration file following the oconfiguration instructions](http://sentinelhub-py.readthedocs.io/en/latest/configure.html). For Processing API request you need to obtain and set your `oauth` client id and secret. \n",
"\n",
"### Overview\n",
"\n",
This file has been truncated. show original
Best regards