Skip to content

Guided usage exercise

Jeroen Dries edited this page Oct 16, 2020 · 6 revisions

Step 1: setup your environment

https://openeo.org/documentation/1.0/python/#installation

This exercise will use a Jupyter notebook, but it's also possible to copy paste the code into a regular script.

Managed Jupyter notebook environments can also be used, this may require you to register for an account. Example: https://notebooks.terrascope.be Note that all you need is Python > 3.6 and the ability to install packages.

Step 2: Get the notebook

https://github.com/Open-EO/openeo-usecases/blob/master/vito_phenology_usecase/notebook/data_fusion.ipynb

This notebook runs on the backend at https://openeo.vito.be/openeo/ Other backends may work, but keep in mind that names of data collections and supported processes will need to be adjusted!

Find your preferred backend at: https://hub.openeo.org/

Step 3: Connect and authenticate

Information about demo credentials will be provided in the session. Future warning: backends will allow you to log in with your institution (edugain) or social accounts. This will make demo credentials invalid. Always avoid sharing your credentials with others!

Try to run the initial connection steps in the notebook or your IDE.

Step 4 Try to download a very simple example

Clone this wiki locally