All Projects → pyrocko → Pyrocko

pyrocko / Pyrocko

Licence: gpl-3.0
An official read-only mirror of https://git.pyrocko.org/pyrocko/pyrocko. A seismology toolkit for Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyrocko

PVGeo
🌍 Python package of VTK-based algorithms to analyze geoscientific data and models
Stars: ✭ 156 (+23.81%)
Mutual labels:  geophysics
Pygmt
A Python interface for the Generic Mapping Tools.
Stars: ✭ 331 (+162.7%)
Mutual labels:  geophysics
Pism
repository for the Parallel Ice Sheet Model (PISM)
Stars: ✭ 61 (-51.59%)
Mutual labels:  geophysics
interpies
A collection of functions for reading, displaying, transforming and analyzing geophysical data.
Stars: ✭ 26 (-79.37%)
Mutual labels:  geophysics
Yt
Main yt repository
Stars: ✭ 279 (+121.43%)
Mutual labels:  geophysics
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+430.16%)
Mutual labels:  geophysics
jtk
The Mines Java Toolkit
Stars: ✭ 53 (-57.94%)
Mutual labels:  geophysics
Notebooks
IPython Notebooks
Stars: ✭ 91 (-27.78%)
Mutual labels:  geophysics
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+124.6%)
Mutual labels:  geophysics
Opensource
Code for geophysical 3D/2D Finite Difference modelling, Marchenko algorithms, 2D/3D x-w migration and utilities.
Stars: ✭ 60 (-52.38%)
Mutual labels:  geophysics
EM3DVP
EM3DVP: a Visual Package for 3D Geo-Electromagnetic modeling and inversion
Stars: ✭ 23 (-81.75%)
Mutual labels:  geophysics
Verde
Processing and interpolating spatial data with a twist of machine learning
Stars: ✭ 260 (+106.35%)
Mutual labels:  geophysics
Pytheas Splitting
Home of the Pytheas software for local shear-wave splitting analysis
Stars: ✭ 18 (-85.71%)
Mutual labels:  geophysics
PlateFlex
Estimating effective elastic thickness of the lithosphere
Stars: ✭ 20 (-84.13%)
Mutual labels:  geophysics
Tutorials 2017
Geophysical Tutorials column for 2017
Stars: ✭ 63 (-50%)
Mutual labels:  geophysics
RfPy
Teleseismic receiver function calculation and post-processing
Stars: ✭ 25 (-80.16%)
Mutual labels:  geophysics
Gmt
The Generic Mapping Tools
Stars: ✭ 468 (+271.43%)
Mutual labels:  geophysics
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (-17.46%)
Mutual labels:  geophysics
Harmonica
Forward modeling, inversion, and processing gravity and magnetic data
Stars: ✭ 75 (-40.48%)
Mutual labels:  geophysics
Gmtmex
GMT API for MATLAB
Stars: ✭ 23 (-81.75%)
Mutual labels:  geophysics

Pyrocko

A seismology toolkit for Python

Build Status Anaconda-Server Badge PyPI

Installation

Full installation instructions are available at https://pyrocko.org/docs/current/install/.

System wide installation from source

git clone https://git.pyrocko.org/pyrocko/pyrocko
cd pyrocko
sudo python install_prerequisites.py
sudo python setup.py install

Installation with Anaconda / MacOSX

conda install -c pyrocko pyrocko

Anaconda2/3 Packages are available for Linux and OSX

User installation with Python PIP

pip install --user pyrocko
pip install --user --only-binary :all: PyQt5

or from source

git clone https://git.pyrocko.org/pyrocko/pyrocko
cd pyrocko
pip install --user -r requirements.txt
pip install --user .

Documentation

Documentation and usage examples are available online at https://pyrocko.org/docs/current

Community Support

Community support at https://hive.pyrocko.org.

Citation

The recommended citation for Pyrocko is: (You can find the BibTeX snippet in the CITATION file):

Heimann, Sebastian; Kriegerowski, Marius; Isken, Marius; Cesca, Simone; Daout, Simon; Grigoli, Francesco; Juretzek, Carina; Megies, Tobias; Nooshiri, Nima; Steinberg, Andreas; Sudhaus, Henriette; Vasyura-Bathke, Hannes; Willey, Timothy; Dahm, Torsten (2017): Pyrocko - An open-source seismology toolbox and library. V. 0.3. GFZ Data Services. https://doi.org/10.5880/GFZ.2.1.2017.001

DOI

License

GNU General Public License, Version 3, 29 June 2007

Copyright © 2017 Helmholtz Centre Potsdam GFZ German Research Centre for Geosciences, Potsdam, Germany

Pyrocko is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Pyrocko is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Contact

Helmholtz Centre Potsdam German Research Centre for Geoscienes GFZ
Section 2.1: Physics of Earthquakes and Volcanoes
Helmholtzstraße 6/7
14467 Potsdam, Germany
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].