Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/model/__init__.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-10-04 12:33 +0000

1# http://pyrocko.org - GPLv3 

2# 

3# The Pyrocko Developers, 21st Century 

4# ---|P------/S----------~Lg---------- 

5 

6''' 

7Simple representations of geo-locations, earthquakes, seismic stations, etc. 

8 

9The data models defined here serve as base classes for more complex 

10representations defined in :py:mod:`pyrocko.gf` and :py:mod:`pyrocko.squirrel` 

11and external Pyrocko-based applications. 

12''' 

13 

14from .content import * # noqa 

15from .location import * # noqa 

16from .station import * # noqa 

17from .event import * # noqa 

18from .gnss import * # noqa 

19from .geometry import * # noqa