obsplus.datasets.default_test module
The default test dataset. This consists exclusively of obspy’s default objects
saved to disk.
-
class obsplus.datasets.default_test.Default(base_path=None)[source]
Bases: DataSet
A dataset from obspy’s default stream, catalog, and inventory.
Each object is simply saved to the appropriate directory.
-
download_events()[source]
Just copy the events into a directory.
-
download_stations()[source]
Copy the default inventory to a directory.
-
download_waveforms()[source]
Copy the default Stream into a directory.
-
name = 'default_test'
-
version = '0.0.0'