Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

# -*- coding: utf-8 -*- 

""" 

obspy.db - A seismic waveform indexer and database for ObsPy 

============================================================ 

The obspy.db package contains a waveform indexer collecting metadata from a 

file based waveform archive and storing in into a standard SQL database. 

 

:copyright: 

    The ObsPy Development Team (devs@obspy.org) 

:license: 

    GNU Lesser General Public License, Version 3 

    (http://www.gnu.org/copyleft/lesser.html) 

"""