Skip to content

Commit 4f5c981

Browse files
Update README.md
1 parent 67e8c11 commit 4f5c981

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
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.
66

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

10+
Many notebooks that showcase processing of ECMWF data using [Metview](https://metview.readthedocs.io/en/latest/) can now be found in Metview documentation page:
11+
* [Gallery of Jupyter notebooks](https://metview.readthedocs.io/en/latest/notebook_gallery.html)
12+
* [Gallery of small Python examples](https://metview.readthedocs.io/en/latest/gen_files/gallery/index.html)
13+
1114
Each notebook has a list of nececary libraries needed for it to work and code to install it.
1215

13-
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:
16+
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:
1417

1518
`conda env create -f environment.yml`
1619

17-
Note: All the libraries are frozen on 30th March 2023.
20+
Note: All the libraries are frozen on 09th January 2025.

0 commit comments

Comments
 (0)