Skip to content

Getting started

1. Your EOCube account

The platform uses a single (OIDC) account, at aai.eocube.ro. The same account opens notebooks, personal storage and catalog writes.

2. Explore the catalog

The easiest starting point is the STAC browser, or the API directly:

curl -s https://stac.eocube.ro/collections | jq '.collections[].id'

3. Install the tools

pip install "eocube[cli]"
eocube auth login

Full tool documentation: eocube-tools.

4. Run a notebook

Continue with the STAC search notebook — it runs unchanged on notebooks.eocube.ro.