obsplus.datasets.ta_test module

The test TA dataset.

class obsplus.datasets.ta_test.TA(base_path=None)[source]

Bases: DataSet

A small dataset from the TA with low sampling rate channels.

Contains about 10 days of data from two stations: M11A and M14A.

build_archive(st, starttime=None, endtime=None)[source]

Build the archive.

bulk = [('TA', 'M11A', '*', 'VH*', UTCDateTime(2007, 2, 15, 0, 0), UTCDateTime(2007, 2, 25, 0, 0)), ('TA', 'M14A', '*', 'VH*', UTCDateTime(2007, 2, 15, 0, 0), UTCDateTime(2007, 2, 25, 0, 0))]
download_stations()[source]

Download TA stations.

download_waveforms()[source]

Download TA waveforms.

endtime = UTCDateTime(2007, 2, 25, 0, 0)
level = 'response'
name = 'ta_test'
starttime = UTCDateTime(2007, 2, 15, 0, 0)
version = '0.0.0'