Santiago Soler

Results 129 issues of Santiago Soler

Change the alternative black color on the xfce4-terminal to `#5d677a` so it can be contrasted against the background color. This color was obtained from the [onehalfdark colormap for kitty](https://github.com/santisoler/onehalf/blob/master/kitty/onehalf-dark.conf). This...

Hi there! Thanks for this awesome plugin! I'm wondering if there's any plan for making it available through [conda-forge](https://conda-forge.org/). Most users of open-source scientific projects (like [Fatiando a Terra](https://www.fatiando.org), the...

**Description** Since Verde v2.0.0 the `grid` method of every gridder in Verde will not take the `spacing`, `shape` or `region` arguments. They will not create the desired grid, but will...

bug
good first issue

**Description of the desired feature** The `BaseGridder.scatter` enables every Verde gridder class to predict values on a random set of scattered points making use of the `verde.scatter_points()` function. This method...

question
maintenance

Make `BaseGridder.grid`, `BaseGridder.scatter` and `BaseGridder.profile` to use `("latitude", "longitude")` as default `dims` if a `projection` is passed. After https://github.com/fatiando/harmonica/issues/233 **Reminders**: - [ ] Run `make format` and `make check` to...

**Description of the desired feature** The `spacing` parameter of the `rolling_window` function controls the distance between the center of two adjacent windows. Nevertheless, the docstring reads: ``` spacing : float,...

good first issue
documentation

**Description of the desired feature** The current interpolators in Verde are not able to interpolate data on global geographic coordinates. This is a not just a software problem, but rather...

enhancement

**Description of the desired feature** Similarly to #138, `verde.scatter_points` assumes that `region` is `[W, E, S, N]`, producing a random scatter set of points in 2D. Currently it only allows...

enhancement

After #10 is merged, we would need to add the translated versions of the CC-BY-NC-SA license to Spanish and German. TODO: - [ ] Add Spanish translation of CC BY-NC-SA...

help wanted

Would be nice to add a notice on the `README.md` asking for future contributions like fixing typos, adding new licenses or new translations.