Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
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.

* [Visualisation meteorological data](visualisation) using ECMWF's [Magics](https://software.ecmwf.int/magics) plotting package for meteorological data.
* [Retrieving and processing meteorological data](processing) using [Metview](https://software.ecmwf.int/metview) and related Python packages
* [Download images and reproducing ECMWF Open Charts](opencharts) using new ECMWF Python libraries

Many notebooks that showcase processing of ECMWF data using [Metview](https://metview.readthedocs.io/en/latest/) can now be found in Metview documentation page:
* [Gallery of Jupyter notebooks](https://metview.readthedocs.io/en/latest/notebook_gallery.html)
* [Gallery of small Python examples](https://metview.readthedocs.io/en/latest/gen_files/gallery/index.html)

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:
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 30th March 2023.
Note: All the libraries are frozen on 09th January 2025.
Loading