'Bayesian Earthquake Analysis Tool'
Project description
Bayesian Earthquake Analysis Tool
Documentation of the current version moved to the pyrocko server can be found here: https://pyrocko.org/beat/
Based on pyrocko, pytensor and pymc
News
The new BEAT v2.0.0 is not backward compatible with project setups from BEAT v1.x.x!
Tutorials
Step by step points on how to use the tool for several scenarios can be found here: Examples
Citation
If your work results in an publication where you used BEAT we kindly ask you to consider citing the BEAT software package and the related article.:
Vasyura-Bathke, Hannes; Dettmer, Jan; Steinberg, Andreas; Heimann, Sebastian; Isken, Marius; Zielke, Olaf; Mai, Paul Martin; Sudhaus, Henriette; Jónsson, Sigurjón: The Bayesian Earthquake Analysis Tool. Seismological Research Letters. https://doi.org/10.1785/0220190075
Vasyura-Bathke, Hannes; Dettmer, Jan; Steinberg, Andreas; Heimann, Sebastian; Isken, Marius; Zielke, Olaf; Mai, Paul Martin; Sudhaus, Henriette; Jónsson, Sigurjón (2019): BEAT - Bayesian Earthquake Analysis Tool. V. 1.0. GFZ Data Services. http://doi.org/10.5880/fidgeo.2019.024
Support
For substantial issues please use and check the "issues" tab here in the repository. For common issues please check out the BEAT FAQ. For smaller issues or short clarifications there is a support chat. This is provided by the pyrocko project and is accessible after a short account creation.
Finally, there is the option to write an email to:
Hannes Vasyura-Bathke hvasbath@uni-potsdam.de
Andreas Steinberg andreas.steinberg@ifg.uni-kiel.de
Changelog
14 February 2023 Version 1.2.4 is released. Details in the changelog.
20 November 2022 Version 1.2.3 is released. Bugfix-release.
28 October 2022 Version 1.2.2 is released. Details in the changelog.
14 September 2022 Version 1.2.1 is released, improvements on the stage_posterior plot. Updated Example 8 to show-case its use.
21 August 2022 Version 1.2.0 is released introducing waveform polarity inversion and inversion in spectral domain for seismic data. Checkout the changelog for all the details. New tutorial on moment tensor inversion with P wave polarity picks. Now PyPI packages are provided and the installation via pip is recommended.
6 January 2022 A new version 1.1.1 is released vastly improving resolution based fault discretization. Minor changes. Checkout the changelog for all the details. New tutorial on resolution based discretization of the fault surface.
12 April 2021 A new version 1.1.0 is released adding support for multi-segmented fault setups and tensile dislocations. Checkout the changelog for all the details.
New tutorial on tensile dislocation modeling.
HELP wanted!
The new release contains a lot of undocumented features a list of these can be found here: https://github.com/hvasbath/beat/issues/69 However, as this project is mostly the work of a single author it is becoming increasingly difficult to also write extended pages of tutorials that take days and days of writing. However, as this work is not acknowledged by the current academic system, I had to decide for a delayed release of the documentation, whenever it will be available provided by someone. Thus, in case you are willing to contribute I would be more than happy to guide/ support you in writing parts of the documentation for a particular feature-if you want to try it out.
License
GNU General Public License, Version 3, 29 June 2007
Copyright © 2017 Hannes Vasyura-Bathke
BEAT 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. BEAT 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/.
Data import
Geodetic
We recommend to prepare the SAR data (subsampling, data covariance estimation) using KITE (www.pyrocko.org). kite supports import of ISCE, GAMMA, ROI_Pac and GMTSAR processed interferograms. BEAT then supports import of the native KITE format.
Seismic
To see a list of the supported data types please see: Trace Handling In addition to these an ascii text file with the station information is needed of the format::
#network_name.station_name.location_name latitude[deg] longitude[deg] elevation[m] depth[m]
IU.TSUM.10 -19.20220 17.58380 1260.0 0.0
BHE 90 0 1 # channel name azimuth[deg] dip[deg] gain \n
BHN 0 0 1
BHZ 0 -90 1
IU.RCBR.00 -5.82740 -35.90140 291.0 109.0
BH1 48 0 1
BH2 138 0 1
BHZ 0 -90 1
...
To ease the creation of this textfile we refer the user to investigate the pyrocko module: model (Function: dump_stations)
In addition to these, BEAT supports the output of the autokiwi package.
Work is in progress to support obspy saved stream and inventory files, as well as stationxml stay tuned ...
Alternatively the seismic data may be saved using the package "pickle" as a file "seismic_data.pkl" containing a list of 2 lists:
- list of "pyrocko.trace.Trace" objects alternating for (Z / T / R) rotated traces.
- list of "pyrocko.model.Station" objects in the same order like the data traces.
We invite the users to propose data formats or outputs of specific programs that they would like to see implemented.
P.S.: If you came looking for the beat package calculating internet time you can find it here.
Contributions
This is an open source project and contributions to the repository are welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for beat-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 236a6360a6fd28f84362d4041a257b9080abbf5c8e0f9c7c853190c18cc6981d |
|
MD5 | 0dc983d2861086339fa5a0896c397897 |
|
BLAKE2b-256 | ea30c6e9ea6da7abe2b3eda776bd842a9219c37753a166a6994d6cc3fae873be |
Hashes for beat-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c44e5f6a3d4157e4b6da37d0cd3cf782cd139791750830319b40140be49474 |
|
MD5 | 20aabb0c0dfefcaf5283db27fc1d3b65 |
|
BLAKE2b-256 | 8030a537dece55b4d4babb8726ff5e052fa0f2bb55422ceca7a64d880e54f2be |
Hashes for beat-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | edba038242892d77acca718e700ba859d95fd8604c7323d800876a3f25f473c3 |
|
MD5 | 38f5e3fc034b1b4f3085cef879df7a62 |
|
BLAKE2b-256 | b84d0631a5e8c3071e3b51748e931384b4947345a3ef3cd0437c2382e3d1c444 |
Hashes for beat-2.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 698b1baa699321329eaa2e9d577a54f9f59cbf43fca016c557f81db758ddd141 |
|
MD5 | 5a7843c32fde9c540d75778f0468c2ab |
|
BLAKE2b-256 | aecf3629a3a65a4d87dd4052389039f4c38aff01fa125e7d0af3988316ba9441 |
Hashes for beat-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc1c9fa53b4bdf4ad7df9e575f5dc89e53266f1140796d7f3f16e677389d1ce |
|
MD5 | 6b5b1b13c45c58e9a63ae7cc487814a1 |
|
BLAKE2b-256 | f8c99dcce6a481f272f0b7f10140a1da5b5cb02e7353abeaef2d44f8c1fa71e2 |
Hashes for beat-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78ac270dc5724eae7a6ae09fccd45744332f5d898aafa427756746636d3c6edd |
|
MD5 | 94e5847fea4e31fda026380045b6ae58 |
|
BLAKE2b-256 | f3b51eb651c16ac206321fc0f1774e18e0068a9922f3b636aa3ce2fb68ef325b |
Hashes for beat-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b020e1657b61e7ecbc5b9f2f38a5811f49cea8cc556ee1b50e36cac6fb8198d9 |
|
MD5 | 2d9bb86c9c242917ad809ec5bb4b4cb9 |
|
BLAKE2b-256 | 631c7f6fb02c2cb0bde98ada8d2925402719a078afffefd2997a6a59cf5d3f69 |
Hashes for beat-2.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f0db6609f6e55d67fe9a9e1b908fc4214f8c19cf64579335f4108f833a7ca64 |
|
MD5 | 04ad135d8cd61a0120c273f06c156ddc |
|
BLAKE2b-256 | 0dbe7ea63438e27610e70e22d912fbc837070b97e91c9ec2346be74d006a2427 |