Exploring HDF5 files
Using Dask arrays, you can load data from the popular HDF5 file format in chunks. This means you can use all the scheduling features of Dask to speed up processing this data.
A h5py.File
object has been used to load the dataset at 'data/era_eu.hdf5'
and is available in the console as file
. Using this object, find the size of the array, which represents the temperature.
Diese Übung ist Teil des Kurses
Parallel Programming with Dask in Python
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
