All Projects → geoscixyz → geosci-labs

geoscixyz / geosci-labs

Licence: MIT license
collection of notebook-apps for concepts in applied geophysics

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Makefile
30231 projects

Projects that are alternatives of or similar to geosci-labs

facies classification benchmark
The repository includes PyTorch code, and the data, to reproduce the results for our paper titled "A Machine Learning Benchmark for Facies Classification" (published in the SEG Interpretation Journal, August 2019).
Stars: ✭ 79 (+146.88%)
Mutual labels:  geophysics, seismic
EM3DVP
EM3DVP: a Visual Package for 3D Geo-Electromagnetic modeling and inversion
Stars: ✭ 23 (-28.12%)
Mutual labels:  geophysics, electromagnetics
petgem
petgem is a parallel and high-order code for active-source (e.g. CSEM) and passive-source (e.g. MT) geophysics electromagnetic modeling in 3D arbitrary marine/land problems under anisotropic conductivities.
Stars: ✭ 18 (-43.75%)
Mutual labels:  geophysics, electromagnetics
FastPCC
Compute interstation correlations of seismic ambient noise, including fast implementations of the standard, 1-bit and phase cross-correlations.
Stars: ✭ 24 (-25%)
Mutual labels:  seismic
seismic-facies-identification-starter-kit
More details about the competition: https://www.aicrowd.com/challenges/seismic-facies-identification-challenge
Stars: ✭ 25 (-21.87%)
Mutual labels:  seismic
bh tomo
A Matlab borehole radar/seismic tomography package
Stars: ✭ 17 (-46.87%)
Mutual labels:  geophysics
range3
Range Software - Finite Element Analysis
Stars: ✭ 31 (-3.12%)
Mutual labels:  electromagnetics
Telewavesim
Teleseismic body wave modeling through stacks of (submarine/anisotropic) layers
Stars: ✭ 41 (+28.13%)
Mutual labels:  geophysics
MSAT
MATLAB Seismic Anisotropy Toolkit
Stars: ✭ 31 (-3.12%)
Mutual labels:  geophysics
SeisNoise.jl
Ambient Noise Cross-Correlation in Julia
Stars: ✭ 43 (+34.38%)
Mutual labels:  seismic
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+362.5%)
Mutual labels:  geophysics
pytmatrix
Python code for T-matrix scattering calculations
Stars: ✭ 68 (+112.5%)
Mutual labels:  electromagnetics
reda
Reproducible Electrical Data Analysis
Stars: ✭ 14 (-56.25%)
Mutual labels:  geophysics
MTfit
MTfit code for Bayesian Moment Tensor Fitting
Stars: ✭ 61 (+90.63%)
Mutual labels:  geophysics
bayseg
An unsupervised machine learning algorithm for the segmentation of spatial data sets.
Stars: ✭ 46 (+43.75%)
Mutual labels:  geophysics
UWGeodynamics
Underworld Geodynamics
Stars: ✭ 73 (+128.13%)
Mutual labels:  geophysics
teaching-computational-geophysics
Additional material for computational geophysics course
Stars: ✭ 35 (+9.38%)
Mutual labels:  geophysics
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+215.63%)
Mutual labels:  seismic
pyGeoPressure
Pore pressure prediction using seismic velocity and well log data
Stars: ✭ 65 (+103.13%)
Mutual labels:  geophysics
geoist
An Open-Source Geophysical Python Library for Geoscience Prototype Research
Stars: ✭ 57 (+78.13%)
Mutual labels:  geophysics

GeoSci Labs

binder pypi License SimPEG

This is a repository of code used to power the notebooks and interactive examples for https://em.geosci.xyz and https://gpg.geosci.xyz.

The examples are based on code available in SimPEG.

Why

Interactive visualizations are a powerful way to interrogate mathematical equations. The goal of this repository is to be the home for code that can be plugged into jupyter notebooks so that we can play with the governing equations of geophysical electromagnetics.

Scope

The repository contains the python code to run the ipython-widget style apps in http://github.com/geoscixyz/geosci-labs. These are mainly plotting code and some simple analytics. More complex numerical simulations depend on SimPEG

Usage

The notebooks can be run online through Binder, or downloaded and run locally.

Binder

Binder

  1. Launch the binder by clicking on the badge above or going to: https://mybinder.org/v2/gh/geoscixyz/geosci-labs/main?filepath=notebooks%2Findex.ipynb. This can sometimes take a couple minutes, so be patient...

  2. Select the notebook of interest from the contents

  3. Run the Jupyter notebook

Binder-steps

Locally

To run them locally, you will need to have python installed, preferably through anaconda.

You can then clone this reposiroty. From a command line, run

git clone https://github.com/geoscixyz/geosci-labs.git

Then cd into geosci-labs

cd geosci-labs

To setup your software environment, we recommend you use the provided conda environment

conda env create -f environment.yml
conda activate geosci-labs

alternatively, you can install dependencies through pypi

pip install -r requirements.txt

You can then launch Jupyter

jupyter notebook

Jupyter will then launch in your web-browser.

Running the notebooks

Each cell of code can be run with shift + enter or you can run the entire notebook by selecting cell, Run All in the toolbar.

cell-run-all

For more information on running Jupyter notebooks, see the Jupyter Documentation

Using in a course

Issues

If you run into problems or bugs, please let us know by creating an issue in this repository.

For Contributors

We are glad you are interested in contributing! Please check out the contributing guide for ideas of how to get involved.

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].