leo.blog();

miniSEED

miniSEED is a file format that contains waveform data from earthquake sensors. It’s a very raw form of earthquake data.

A miniSEED file consists of multiple “records”. Each record is header + data. Even without parsing all the different data encodings, it is easy to iterate over the records and parse their metadata.

Leave a Comment