OlegJakushkin / bruges

Bag of really useful geoscience equations and stuff

Home Page:https://code.agilescientific.com/bruges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bruges is a

Bruges

In other words, it's just a load of functions that implement important equations in (mostly seismic) geophysics, from Aki-Richards to Zoeppritz.

Run tests Build docs PyPI version PyPI versions PyPI license

Quick start

Install with:

pip install bruges

Make a trapezoidal wavelet like:

import bruges as bg
w, t = bg.filters.ormsby(duration=0.256, dt=0.002, f=[5, 10, 40, 80])

This produces two arrays: amplitude w and time t.

Links

Bruges rooves

About

Bag of really useful geoscience equations and stuff

https://code.agilescientific.com/bruges

License:Apache License 2.0


Languages

Language:Python 100.0%