Santiago Soler
Santiago Soler
I merged #577, so I think we can safely close this PR.
Thanks @markjessell for your input. As you mentioned, the .gi format is not available and the .xml file is the easiest way to get information about the projection. I totally...
I remember that @LL-Geo included some `.xml` files along with the `.grd` files he added for testing purposes. You can find them here: https://github.com/fatiando/harmonica/tree/main/harmonica/tests/data
Oh, right. I think those files didn't have a proper projection, although having "UNKNOWN" projection is something. I think we should still use them for testing this new feature. In...
@lheagy I think this solves the error that Geoana raises. Please, check that the values for the primary field are correct.
Sure! Let's pin it. We can solve this later on.
@leouieda, if we want to stop using x86 macos on CI, we should bump the minimum scikit-learn version, since PyPI doesn't provide binaries for sklearn 1.0.0 for arm64 macos. I...
Closing this one after #605 was merged.
Hi @zaarcvon. The two check that are failing are due to code style. The _format_ one is easy to solve, we just need to run black on the project. You...
Hi @zaarcvon! Today @YagoMCastro fixed the code style issues in your PR, so now we are ready to merge this. Thanks a lot for the contribution! 🚀