https://github.com/bopen/edh-learning
Earth Data Hub learning resources
https://github.com/bopen/edh-learning
Last synced: 3 months ago
JSON representation
Earth Data Hub learning resources
- Host: GitHub
- URL: https://github.com/bopen/edh-learning
- Owner: bopen
- License: apache-2.0
- Created: 2025-09-03T07:38:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T11:07:04.000Z (5 months ago)
- Last Synced: 2026-03-13T04:50:57.545Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: https://earthdatahub.destine.eu
- Size: 5.23 MB
- Stars: 33
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# edh-learning
This repo is a Jupyter notebook-based learning resource for the [Earth Data Hub (EDH)](https://earthdatahub.destine.eu/), a cloud platform for accessing climate and Earth observation Zarr data via Python and Xarray.
**Key Purpose**: Educational notebooks demonstrating best practices for data access, authentication, transformation, and visualization workflows for EDH climate and geospatial datasets.
**Target Users**: Data scientists and developers learning to work with the EDH Zarr datasets.
## Setup
Install the `uv` package manager, e.g. `pip install uv` or `conda install uv`.
Clone this repo, enter the repo folder and start Jupyter Lab in an isolated
environment without messing up your existing Python installations.
```bash
git clone git@github.com:bopen/edh-learning.git
cd edh-learning
uv run --frozen jupyter lab
```
### Optional interactive map support
You can start Jupyter Lab with support for interactive data exploration and map
integration (at the cost of a much more complex installation) with:
```bash
uv run --frozen --extra maps jupyter lab
```