Santiago Soler

Results 259 comments of Santiago Soler

Hi @carlocastoldi. Thanks for opening this issue. I agree that it's annoying to get a list of extracted files in a different order than the one specified through the `members`...

Hi @leomiquelutti! Thanks for opening this issue and also to start designing an implementation to tackle it. The kernel functions we have in `harmonica/_filters` are functions that return the kernel...

@leouieda I think this PR just needs some little work to be ready, and I think it would be great to have it in the next release of Harmonica. Is...

Just to clarify, the depth should be set to 4.5 times the median distance between first neighbor sources, right? If that's true, then we can use: ```python depth = np.median(verde.median_distance(coordinates,...

Thanks for pointing to that line @leouieda. I've created a patch for this by explicitly setting `method="notebook"` in the user guide (#474). But maybe we can set this through a...

With this version of Sphinx and the Book theme, we have dark theme in Harmonica docs. This introduced some issues regarding the rendering of output cells. The ones that show...

Just saw that Xarray's docs make use of Jupyter Books to build them and their HTML outputs look nice on dark theme: https://tutorial.xarray.dev/intermediate/xarray_ecosystem.html

I'm merging this. We can take care of the Xarray inconsistency in another PR.

Hi @remrama! Thanks a lot for putting all these thoughts into tackling this issue. I totally agree that the current way we handle this is not great: as you said...

Hi @jat255. Thanks for opening this PR. And yes, it's ok to ping me here. Sorry for the delay. These past weeks were too busy for me. I'll take a...