harmonica icon indicating copy to clipboard operation
harmonica copied to clipboard

Forward modeling, inversion, and processing gravity and magnetic data

Results 76 harmonica issues
Sort by recently updated
recently updated
newest added

**Page that contains the error or needs to be improved (paste link):** https://www.fatiando.org/harmonica/latest/overview.html **Description of the problem/suggestion:** @LL-Geo and I discussed the project descriptions on the Harmonica website. We noted...

documentation

I try to edit this [gallery example](https://www.fatiando.org/harmonica/latest/gallery/gravity_disturbance_topofree.html#sphx-glr-gallery-gravity-disturbance-topofree-py) ![image](https://github.com/fatiando/harmonica/assets/17908951/5ad7092f-5fbc-4368-a553-eab7e0b43297) and it sent me here: https://github.com/fatiando/harmonica/edit/main/doc/gallery/gravity_disturbance_topofree.rst ![Screenshot_20230509_145542](https://github.com/fatiando/harmonica/assets/17908951/5a27e51c-2fdb-4f03-abee-f6ffbb414a67)

bug

**Description of the desired feature:** There are certain scenarios where forward modelling the magnetic effect of layers is meaningful (e.g. topography). It seems that [prism_layer](https://github.com/fatiando/harmonica/blob/f6d6a1e3ce34cb65f856bedb1607c2883297a805/harmonica/_forward/prism_layer.py) can be used to define...

enhancement

**Description of the desired feature:** Right now the padding process is done externally before passing it to the grid transformation padding -> hm.filter -> unpadding I'm thinking to put the...

enhancement

Fix typos when mentioning the `DatasetAccessorPrismLayer` class in docstrings and tests.

Implementation of a minimalist implementation of Euler Deconvolution, accompanied by tests for magnetic and gravimetric data. The tests also include analyses with varying base levels and derivatives calculated analytically and...

Add numpydoc to requirements for building the docs. Add numpydoc to Sphinx configuration file. Update Sphinx template for classes. **Relevant issues/PRs:** Fixes #490 Related to fatiando/community#149

Change the default for the window size in the EquivalentSourcesGB constructor. By default, approximately 5000 data points are in each window. **Relevant issues/PRs:** Fixes #425

Bump Python version in CI to check if all tests pass and documentation builds properly in the latest version of Python. Bump Python version in `environment.yml`. TODO: - [ ]...

Changes proposed: * added `tilt` function to `_transformations.py` * added it to the `index.rst` * created an example in `tilt.py` * added it to `__init__.py` * added the class `TestTilt`...