Skip to content

iceseismic/pisces

 
 

Repository files navigation

Pisces

Pisces is a practical seismological database library in Python. Connect your Python analysis environment to a seismological database, without having to use a separate data-management language, like SQL or shell scripts. Pisces uses common open-source technologies and standards, and allows you to write portable, extensible, and scalable code.

Documentation: http://jkmacc-lanl.github.io/pisces

Repository: https://github.com/jkmacc-LANL/pisces


Features

  • Import/export waveforms directly to/from your database.
  • Easy importing/exporting of text "flat-file" data tables.
  • Build database queries using Python objects and methods (SQLAlchemy), not by concatenating SQL strings.
  • Integration with ObsPy.
  • Geographic filtering of results.

Installation

Requires:

  • NumPy
  • ObsPy
  • SQLAlchemy>0.7
  • C, Fortran compiler

Install from PyPI:

pip install pisces-db

Install current master from GitHub:

pip install git+https://github.com/jkmacc-LANL/pisces

Analytics

About

Pisces: A practical seismological database library in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.8%
  • C 33.9%
  • Makefile 0.3%