Skip to content

Commit

Permalink
Updates the instructions to allow running the workshop with your own …
Browse files Browse the repository at this point in the history
…Sentinel Hub account.
  • Loading branch information
batic committed Sep 20, 2019
1 parent 8d345b4 commit aac5ef8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ conda activate eo-learn-workshop

**Note**: *We'd like to make this repository a "living" tutorial, so we will be updating the materials with the new versions and new functionalities of the `eo-learn` package. To update your local copy, you can download the latest version again, or do a `git pull` if you are using git.*

If you have git installed, you can get the tutorial materials by cloning this repo:
We are tryinIf you have git installed, you can get the tutorial materials by cloning this repo:

```
git clone https://github.com/sentinel-hub/norsc19-eo-learn-workshop.git
Expand All @@ -57,6 +57,19 @@ your browser and click the green "Download" button in the upper right:

<img src="images/download-button.png" alt="download button" width="450">


## Running the tutorial with your Sentinel Hub account

**Note**: *During the workshop, we have provided a Sentinel-Hub account for the participants. If you are trying to run the tutorial by yourself, please follow these instructions.*

It is possible to run the tutorial using your own Sentinel-Hub credentials. In order to do that, there are a few instructions you have to follow:

* if you don't have a Sentinel Hub account, you can create a trial account for free [here](https://www.sentinel-hub.com/trial)
* once you have the account set up, login to Sentinel Hub [Configurator](https://apps.sentinel-hub.com/configurator/). By default you will already have the default confoguration with an instance ID (alpha-numeric code of length 36). For these examples it is recommended that you create a new configuration ("Add new configuration") and set the configuration to be based on `eo-learn workshop template`. The configuration already contains all layers used in this workshop.
* insert the `instanceId` into the `introduction.ipynb` notebook, as shown here:
<img src="images/instance_id.png" alt="your instance id goes here" width="550">


## Authors

EO Research team at Sinergise (<eoresearch@sinergise.com>).
Binary file added images/instance_id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion notebooks/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"!sentinelhub.config --instance_id a333b4d6-887b-40e7-ad31-56b12ce0e8fb\n",
"!sentinelhub.config --instance_id your_instance_id_here\n",
"!sentinelhub.config --show"
]
},
Expand Down

0 comments on commit aac5ef8

Please sign in to comment.