https://github.com/fatiando/moulder
Interactive 2D gravity forward modeling.
https://github.com/fatiando/moulder
Last synced: about 1 year ago
JSON representation
Interactive 2D gravity forward modeling.
- Host: GitHub
- URL: https://github.com/fatiando/moulder
- Owner: fatiando
- License: bsd-3-clause
- Created: 2017-11-18T01:24:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T17:55:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T11:34:12.522Z (over 1 year ago)
- Language: Python
- Size: 36.1 KB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moulder
An open-source interactive forward 2D gravity modeller.
Written in Python, using PyQt5 as GUI library and
[Fatiando a Terra](www.fatiando.org) 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](https://www.anaconda.com/download/) (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
```