Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

birocoles/gravmag

Open more actions menu

Repository files navigation

GravMag

A simple Python Package for processing and interpreting gravity and magnetic data in Geophysics.

DOI

General description

The idea is to use mostly standard Python libraries like numpy and scipy for building everything, or at least most of it. We don't focus too much on plotting, but if we need to, we usually rely on the standard matplolib library.

Sticking to these standard libraries makes things easier when it comes to installing and updating the code.

We might use gravmag for teaching classes, courses, and doing research. The aim is to create a foundation that can be possibly adapted to handle big data and super tricky problems.

By 'reinventing the wheel,' we're basically learning how to create new stuff from scratch.

All references cited in the code and examples are shown in the file references.md.

Installing, testing, uninstalling, ...

Everything here is tested in Ubuntu operating system!

I recommend installing gravmag as follows:

  1. [Create a copy of the present repository at your computer via git] git clone https://github.com/birocoles/gravmag.git

Then, in the root directory gravmag, execute the following command lines:

  1. [Create a conda environment] conda env create -f environment.yml
  2. [Activate de conda environment] conda activate gravmag-env
  3. [Install gravmag] make install
  4. [Test the code] make test

About

Algorithms for processing and interpreting potential-field data in Geophysics

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.