Skip to content

Example notebooks showing how to work with ECMWF services and data

License

Notifications You must be signed in to change notification settings

ecmwf/notebook-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- How to work with meteorological data

Binder

The examples in this space should give you a good starting point how you can work with ECMWF services and data through Python using Jupyter notebooks.

Many notebooks that showcase processing of ECMWF data using Metview can now be found in Metview documentation page:

Each notebook has a list of nececary libraries needed for it to work and code to install it.

If you clone this repo and want to explore all the notebooks, you can use the environment.yml file to create a conda environment and install all the libraries inside, using this command:

conda env create -f environment.yml

Note: All the libraries are frozen on 09th January 2025.