Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for miniSEED 3, which is a data format defined by the International Federation of Digital Seismograph Networks (FDSN) for data collection, archiving and exchange of seismological data.
Testing
Reference miniSEED 3 files used for testing are available in the reference-data directory of the FDSN miniSEED3 repository on GitHub. When a miniSEED 3 file is downloaded, the contents can be printed out in plain text using the
mseed3-text
tool from miniSEED3-Utils and compared with the deserialization output using Kaitai Struct.For example, to output the reference file contents of
reference-sinusoid-float64.mseed3
:Which outputs:
The output can be compared with
![image](https://private-user-images.githubusercontent.com/17008439/410202927-b541705a-5f75-40ca-93d8-f96c124430f7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTAyMjksIm5iZiI6MTczOTAwOTkyOSwicGF0aCI6Ii8xNzAwODQzOS80MTAyMDI5MjctYjU0MTcwNWEtNWY3NS00MGNhLTkzZDgtZjk2YzEyNDQzMGY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEwMTg0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4M2I2YWFiZjMxNzA2MTM0OTFkN2IxZjNiZTA2NDQ1NDA4ZDNhMGUxNjU5YjEwMWI0ZmI1ZDllNmI0NTlkNjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-ZYgMAz7nw1w6DPGKblSdlhP9EXiwgV_xDWwSLfSpUU)
kaitai_struct_visualizer
: