diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-03-13 20:35:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:22 +0700 |
commit | 875ab70ef1333fae880aef6021302494677246e3 (patch) | |
tree | 490149aac00c8c84fb5fcef7a8012d9b41895e59 /python/python3-obspy/README | |
parent | 312a70bab26ffe713d85326d1b515197b19c2dde (diff) |
python/python3-obspy: Added (A Python Framework for Seismology).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-obspy/README')
-rw-r--r-- | python/python3-obspy/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-obspy/README b/python/python3-obspy/README new file mode 100644 index 0000000000000..9a1475384c732 --- /dev/null +++ b/python/python3-obspy/README @@ -0,0 +1,14 @@ +ObsPy is an open-source project dedicated to provide a Python +framework for processing seismological data. It provides parsers +for common file formats, clients to access data centers and +seismological signal processing routines which allow the manipulation +of seismological time series. The goal of the ObsPy project is to +facilitate rapid application development for seismology. + + +NOTES: + +suds-jurko must be built with python3 support. + +Generally speaking, all the indirect dependencies must be built +with python3 support, where possible. |