summaryrefslogtreecommitdiffstats
path: root/python/python3-obspy/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-03-13 14:35:54 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:22 +0100
commit875ab70ef1333fae880aef6021302494677246e3 (patch)
tree490149aac00c8c84fb5fcef7a8012d9b41895e59 /python/python3-obspy/README
parent312a70bab26ffe713d85326d1b515197b19c2dde (diff)
downloadslackbuilds-875ab70ef1333fae880aef6021302494677246e3.tar.gz
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/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-obspy/README b/python/python3-obspy/README
new file mode 100644
index 0000000000..9a1475384c
--- /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.