#cartopy Articles


Matplotlib animations from ECMWF data

Loading data¶ In our previous post, we saw how to retrieve data from the ECMWF. Today we're going to work on a NetCDF dataset from ERA Interim providing the 2 metre temperature in kelvins. We retrieved this file using this Python code: from ecmwfapi import ECMWFDataServer server = ECMWFDataServer() server.retrieve({ "class" [...]