Skip to article frontmatterSkip to article content

DestinE Data Lake Gallery

Welcome to the Destination Earth Data Lake Notebook Gallery!
Explore our collection of interactive Jupyter Notebooks, designed to help you work with the wide range of services offered by the DestinE Data Lake. Each notebook provides hands-on examples and practical guidance that you can adapt for your own projects.
Use the tag filters to quickly find notebooks relevant to your interests or workflow. Tags group notebooks by topic, data source, or functionality, making it easier to navigate the gallery and locate the examples most useful for your work.


Filter Notebooks by Tags

Access Token Authentication Avhrr C3S Cluster Core Api Dask Datacube Digital Twin Earthkit Ecmwf Eodag Gfm Hda Hook Http Requests Metop Olci Pyaviso Satpy Sentinel 3 Seviri Stac Stack Storage Token Workflow


Services Overview

The DestinE Data Lake provides three main services to help you discover, process, and manage data:


Using Notebooks on the DestinE Platform

If you are working in the DestinE JupyterLab environment, set up your environment as follows:

# 1. Create a virtual environment
python -m venv /home/jovyan/my_env

# 2. Activate the environment
source /home/jovyan/my_env/bin/activate

# 3. Install required dependencies
pip install -r /home/jovyan/datalake-lab/requirements.txt

# 4. Register the environment as a Jupyter kernel
python -m ipykernel install --name my_env --user

After installation, choose my_env from the Jupyter kernel menu to start running notebooks.


Want to Contribute?

Have a useful notebook to share? Check out our Contributing Guide to learn how to add it to the gallery.


Learn More