Major updates
SeisBench now features three new datasets, each covering an interesting new case:
* VCSEIS contains seismic waveforms and annotations from diverse volcanos around the globe. In total, the dataset has around 160,000 waveforms. In addition, with the `volpick` weights for PhaseNet, we've now added the first set of pretrained weights that was trained specifically for volcanic events. 306
* CREW is a large dataset of regional phases. CREW features 1.6 million waveforms with a wide global distribution. With 1.1 TB, CREW is the largest dataset in SeisBench so far in terms of size. 305
* The AQ2009 dataset provides 1.25 million waveforms from the dense L'Aquila sequence in Italy 2009. Crucially, it includes many examples where multiple earthquaks have been overlapping. 292
In addition, 313 adds new augmentations to SeisBench generate:
* A rotation of the horizontal components to allow training models that are stable with respect to this transformation.
* An augmentation to add real noise to a signal trace, using a noise dataset.
Thanks to everyone how contributed to this release with feedback, issues, and especially with PRs.
All merged PRs
* AQ2009 benchmark dataset by mbagagli in https://github.com/seisbench/seisbench/pull/292
* Add the VCSEIS dataset by zhong-yy in https://github.com/seisbench/seisbench/pull/306
* add CREW by albertleonardo in https://github.com/seisbench/seisbench/pull/305
* New augmentation methods and bugfix in PhaseNet labels by JanisHe in https://github.com/seisbench/seisbench/pull/313
New Contributors
* albertleonardo made their first contribution in https://github.com/seisbench/seisbench/pull/305
**Full Changelog**: https://github.com/seisbench/seisbench/compare/v0.7.0...v0.8.0