2024-09-03 10:55:44 -07:00
2018-02-08 14:26:27 -03:00
2023-02-07 16:55:18 -08:00
2024-09-03 10:55:44 -07:00
2018-02-08 15:03:26 -03:00
2018-02-08 12:01:40 -03:00

Moulder

An open-source interactive forward 2D gravity modeller.

Written in Python, using PyQt5 as GUI library and Fatiando a Terra under the hood for gravity forward modelling.

Cloning the repo

In order to start using Moulder you need to clone this repo:

git clone https://www.github.com/fatiando/moulder

Install dependencies

Download Anaconda (Python 2.7 version).

Install a C compiler, such as gcc. Under Debian or Ubuntu based disto:

sudo apt-get install gcc

Then change the working directory to the cloned repo:

cd moulder

and create a conda environment with:

conda env create -f environment.yml

Once it's installed you can change to the recently created moulder environment with:

source activate moulder

Install

Install Moulder through pip:

pip install .

Running

In order to run Moulder, just run:

moulder
Description
Interactive 2D gravity forward modeling.
Readme 74 KiB
Languages
Python 100%