diff options
author | wen <wen@FreeBSD.org> | 2011-03-14 22:09:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-14 22:09:29 +0800 |
commit | 57a357b05fac4351f9e2c3ed6aa13f4506131bd5 (patch) | |
tree | 1f001ad8ebcaf90819731a1ede163d70c49e51bd /science/Makefile | |
parent | 78764fb030190993a08388e2f7383c6f706bc1b1 (diff) | |
download | freebsd-ports-gnome-57a357b05fac4351f9e2c3ed6aa13f4506131bd5.tar.gz freebsd-ports-gnome-57a357b05fac4351f9e2c3ed6aa13f4506131bd5.tar.zst freebsd-ports-gnome-57a357b05fac4351f9e2c3ed6aa13f4506131bd5.zip |
The obspy.signal package contains signal processing routines
for seismology. Capabilities include filtering, triggering,
rotation, instrument correction and coordinate transformations.
ObsPy is an open-source project dedicated to provide a Python
framework for processing seismological data. It provides parsers
for common file formats and seismological signal processing
routines which allow the manipulation of seismological time
series (see Beyreuther et. al. 2010). The goal of the ObsPy
project is to facilitate rapid application development for seismology.
WWW: http://www.obspy.org/
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 3d70a1669e21..6cd77483a9be 100644 --- a/science/Makefile +++ b/science/Makefile @@ -155,6 +155,7 @@ SUBDIR += py-obspy.core SUBDIR += py-obspy.gse2 SUBDIR += py-obspy.mseed + SUBDIR += py-obspy.signal SUBDIR += py-openbabel SUBDIR += py-paida SUBDIR += py-pydicom |