ObsPy Tutorial

This tutorial does not attempt to be comprehensive and cover every single feature. Instead, it introduces many of ObsPy’s most noteworthy features, and will give you a good idea of the library’s flavor and style.

A pdf version of the Tutorial is available here.

There are also IPython notebooks available online with an introduction to Python (with solutions/output) and an introduction to ObsPy (with solutions/output).

Introduction to ObsPy

Advanced Exercise

In the advanced exercise we show how ObsPy can be used to develop an automated processing workflow. We start out with very simple tasks and then automate the routine step by step. For all exercises solutions are provided.