Visit https://openeo.cloud/ and create and openEO account.
poetry install --all-extras
import openeo
conn = openeo.connect("openeo.cloud")
conn = conn.authenticate_oidc()
These notebooks provide simple examples to start using openEO: We create process graphs, send them to openEO, run them as jobs, and download and explore the results.