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

Change the default value of the `depth` argument in `EquivalentSources` to `"default"`. If this value is passed, then the depth of the sources is set as 4.5 times the median...

**Page that contains the error or needs to be improved (paste link):** https://www.fatiando.org/harmonica/dev/api/generated/harmonica.EquivalentSources.html#harmonica.EquivalentSources **Description of the problem/suggestion:** In the list of Variables (Attributes) of the class, the `points_`, `coefs_` and...

bug
documentation

The numba-based functions calculate the associated Legendre functions (unnormalized, Schmidt normalized, and fully normalized) and their derivatives $\dfrac{\partial P_n^m}{\partial \theta}(\cos\theta)$. The derivatives functions can be used to calculate higher order...

**Description of the desired feature:** I'd like to implement calculation of the IGRF field. This would require the following components: 1. A way to calculate the associated Legendre functions $P_n^m$...

enhancement

Remove the push to codecov step from the `test` job into a new job that depends on the test job. Upload the coverage report as an artifact after testing, and...

Bump minimal supported Python version to 3.8. > [!WARNING] > Don't merge this PR. I opened just to check if CI can install Numpy on Mac > runners. **Relevant issues/PRs:**...