All Projects → fatiando → Harmonica

fatiando / Harmonica

Licence: other
Forward modeling, inversion, and processing gravity and magnetic data

Programming Languages

python
139335 projects - #7 most used programming language
gravity
16 projects

Projects that are alternatives of or similar to Harmonica

Verde
Processing and interpolating spatial data with a twist of machine learning
Stars: ✭ 260 (+246.67%)
Mutual labels:  scipy, geophysics, geoscience
Fatiando
Python toolkit for modeling and inversion in geophysics. DEPRECATED in favor of our newer libraries (see www.fatiando.org)
Stars: ✭ 179 (+138.67%)
Mutual labels:  scipy, geophysics, geoscience
2016 Ml Contest
Machine learning contest - October 2016 TLE
Stars: ✭ 135 (+80%)
Mutual labels:  geophysics, geoscience
Notebooks
IPython Notebooks
Stars: ✭ 91 (+21.33%)
Mutual labels:  geophysics, geoscience
Mintpy
Miami InSAR time-series software in Python
Stars: ✭ 195 (+160%)
Mutual labels:  geophysics, geoscience
paper-moho-inversion-tesseroids
Source code, data, and model results for "Fast non-linear gravity inversion in spherical coordinates with application to the South American Moho". Published in the Geophysical Journal International.
Stars: ✭ 27 (-64%)
Mutual labels:  geoscience, geophysics
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+790.67%)
Mutual labels:  geophysics, geoscience
rockhound
NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
Stars: ✭ 33 (-56%)
Mutual labels:  geoscience, geophysics
xlines
X lines of Python
Stars: ✭ 100 (+33.33%)
Mutual labels:  geoscience, geophysics
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+277.33%)
Mutual labels:  geophysics, geoscience
Pygmt
A Python interface for the Generic Mapping Tools.
Stars: ✭ 331 (+341.33%)
Mutual labels:  geophysics, geoscience
Scipy
SciPy library main repository
Stars: ✭ 8,942 (+11822.67%)
Mutual labels:  scipy
Pytheas Splitting
Home of the Pytheas software for local shear-wave splitting analysis
Stars: ✭ 18 (-76%)
Mutual labels:  geophysics
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+904%)
Mutual labels:  scipy
Madmom
Python audio and music signal processing library
Stars: ✭ 728 (+870.67%)
Mutual labels:  scipy
Pism
repository for the Parallel Ice Sheet Model (PISM)
Stars: ✭ 61 (-18.67%)
Mutual labels:  geophysics
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-33.33%)
Mutual labels:  scipy
Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+8069.33%)
Mutual labels:  scipy
Lmfit Py
Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize, and with many additional classes and methods for curve fitting.
Stars: ✭ 624 (+732%)
Mutual labels:  scipy
Digital Elevation Model
To transform, project, visualize, and read Digital Elevation Models (ASTERGDEMv2.0 and EUDEMv1.1). [简单实用] 数字高程模型的变换、投影、可视化和读取。
Stars: ✭ 64 (-14.67%)
Mutual labels:  geoscience

.. image:: https://github.com/fatiando/harmonica/raw/master/doc/_static/readme-banner.png :alt: Harmonica

Documentation <http://www.fatiando.org/harmonica>__ | Documentation (dev version) <http://www.fatiando.org/harmonica/dev>__ | Contact <http://contact.fatiando.org>__ | Part of the Fatiando a Terra <https://www.fatiando.org>__ project

.. image:: http://img.shields.io/pypi/v/harmonica.svg?style=flat-square :alt: Latest version on PyPI :target: https://pypi.python.org/pypi/harmonica .. image:: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Ffatiando%2Fharmonica%2Fbadge%3Fref%3Dmaster&style=flat-square&logo=none :alt: GitHub Actions status :target: https://github.com/fatiando/harmonica/actions .. image:: https://img.shields.io/codecov/c/github/fatiando/harmonica/master.svg?style=flat-square :alt: Test coverage status :target: https://codecov.io/gh/fatiando/harmonica .. image:: https://img.shields.io/pypi/pyversions/harmonica.svg?style=flat-square :alt: Compatible Python versions. :target: https://pypi.python.org/pypi/harmonica .. image:: https://img.shields.io/badge/doi-10.5281%2Fzenodo.3628741-blue.svg?style=flat-square :alt: Digital Object Identifier for the Zenodo archive :target: https://doi.org/10.5281/zenodo.3628741

.. placeholder-for-doc-index

Disclaimer

🚨 This package is in early stages of design and implementation. 🚨

We welcome any feedback and ideas! Let us know by submitting issues on Github <https://github.com/fatiando/harmonica/issues>__ or send us a message on our Slack chatroom <http://contact.fatiando.org>__.

About

Harmonica is a Python library for processing and modeling gravity and magnetic data. It includes common processing steps, like calculation of Bouguer and terrain corrections, reduction to the pole, upward continuation, equivalent layers, and more. There are forward modeling functions for basic geometric shapes, like spheres, prisms, polygonal prisms, and tesseroids. The inversion methods are implemented as classes with an interface inspired by scikit-learn (like Verde <https://www.fatiando.org/verde>__).

Project goals

These are the long-term goals for Harmonica:

  • Efficient, well designed, and fully tested code for gravity and magnetic data.
  • Cover the entire data life-cycle: from raw data to 3D Earth model.
  • Focus on best-practices to discourage misuse of methods, particularly inversion.
  • Easily extended code to enable research on the development of new methods.

See the Github milestones <https://github.com/fatiando/harmonica/milestones>__ for short-term goals.

Things that will not be covered in Harmonica:

  • Multi-physics partial differential equation solvers. Use SimPEG <http://www.simpeg.xyz/>__ or PyGIMLi <https://www.pygimli.org/>__ instead.
  • Generic grid processing methods (like horizontal derivatives and FFT). These should be implemented in Verde <https://www.fatiando.org/verde>__.
  • Data visualization.
  • GUI applications.

Contacting Us

  • Most discussion happens on Github <https://github.com/fatiando/harmonica>. Feel free to open an issue <https://github.com/fatiando/harmonica/issues/new> or comment on any open issue or pull request.
  • We have chat room on Slack <http://contact.fatiando.org>__ where you can ask questions and leave comments.

Contributing

Code of conduct +++++++++++++++

Please note that this project is released with a Contributor Code of Conduct <https://github.com/fatiando/harmonica/blob/master/CODE_OF_CONDUCT.md>__. By participating in this project you agree to abide by its terms.

Contributing Guidelines +++++++++++++++++++++++

Please read our Contributing Guide <https://github.com/fatiando/harmonica/blob/master/CONTRIBUTING.md>__ to see how you can help and give feedback.

Imposter syndrome disclaimer ++++++++++++++++++++++++++++

We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer?

We assure you that the little voice in your head is wrong.

Being a contributor doesn't just mean writing code. Equally important contributions include: writing or proof-reading documentation, suggesting or implementing tests, or even giving feedback about the project (including giving feedback about the contribution process). If you're coming to the project with fresh eyes, you might see the errors and assumptions that seasoned contributors have glossed over. If you can write any code at all, you can contribute code to open source. We are constantly trying out new skills, making mistakes, and learning from those mistakes. That's how we all improve and we are happy to help others learn.

This disclaimer was adapted from the MetPy project <https://github.com/Unidata/MetPy>__.

License

This is free software: you can redistribute it and/or modify it under the terms of the BSD 3-clause License. A copy of this license is provided in LICENSE.txt <https://github.com/fatiando/harmonica/blob/master/LICENSE.txt>__.

Documentation for other versions

  • Development <http://www.fatiando.org/harmonica/dev>__ (reflects the master branch on Github)
  • Latest release <http://www.fatiando.org/harmonica/latest>__
  • v0.1.0 <http://www.fatiando.org/harmonica/v0.1.0>__
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].