Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/client/catalog.py: 100%
7 statements
« prev ^ index » next coverage.py v6.5.0, created at 2024-03-07 11:54 +0000
« prev ^ index » next coverage.py v6.5.0, created at 2024-03-07 11:54 +0000
1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
6'''
7Earthquake catalog data access.
9Namespace module including the
10:py:class:`~pyrocko.client.globalcmt.GlobalCMT`,
11:py:class:`~pyrocko.client.geofon.Geofon`,
12:py:class:`~pyrocko.client.usgs.USGS`,
13:py:class:`~pyrocko.client.saxony.Saxony` and
14:py:class:`~pyrocko.client.isc.ISC` classes.
15'''
17from .base_catalog import NotFound # noqa
18from .globalcmt import GlobalCMT # noqa
19from .geofon import Geofon # noqa
20from .usgs import USGS # noqa
21from .saxony import Saxony # noqa
22from .isc import ISC, ISCError, ISCBlocked # noqa