Skip to content

Latest commit

 

History

History
 
 

science_data_format

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Scientific Data Format Files

Many scientific applications require the use of scientific format data files (containing metadata and multi-dimensional arrays) such as netCDF and HDF5. This course will train participants how to manipulate such data format files. We will learn how to use the Python tools NetCDF4 and h5py to read and create files. We will also present examples on how to read data, do calculations and plot data.

Prerequisites: Numpy and knowledge of the NetCDF and HDF5 file formats.

Lecture Topic Interactive Link Lecturer
Introduction to netCDF4 Open In Colab
Introduction to h5py Open In Colab