How to exploit data with openEO

How to exploit data with openEO#

Eurac Research is working on the Massive Open Online Course (MOOC) “Cubes and Clouds”, which teaches the concepts of data cubes, cloud platforms, and open science in the context of earth observation. The course exercises use mainly openEO to access, interact and process Earth Observation (EO) data.

During this workshop, we will present an exercise developed for the course, which aims to build a complete EO workflow using cloud provided data and openEO.

Snow and Cloud Cover Example#

The notebook is hosted in the cubes and clouds GitHub repository.

The snow and cloud cover example is available in different versions:

  1. Using openEO Platform here: EO-College/cubes-and-clouds

  2. Using the opneEO Client Side Processing here (It may require to install some additional libraries): EO-College/cubes-and-clouds

The second example runs the openEO workflow on the client resources, in the same way as a Pangeo based Python code would do. The openEO processes are implemented using Dask and xArray and are available in this repository: Open-EO/openeo-processes-dask

We can copy the notebooks here using the next cells:

!curl --output 31_data_processing_openEO_Platform.ipynb --url "https://raw.githubusercontent.com/EO-College/cubes-and-clouds/main/lectures/3.1_data_processing/3.1_exercises/_alternatives/31_data_processing_openEO_Platform.ipynb"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1065k  100 1065k    0     0  3486k      0 --:--:-- --:--:-- --:--:-- 3494k
!curl --output 31_data_processing_stac.ipynb --url "https://raw.githubusercontent.com/EO-College/cubes-and-clouds/main/lectures/3.1_data_processing/3.1_exercises/_alternatives/31_data_processing_stac.ipynb"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  556k  100  556k    0     0  1893k      0 --:--:-- --:--:-- --:--:-- 1899k