Matt Tankersley
Matt Tankersley
I agree with @leouieda that it would be useful as its own function. Would it be useful to implement a Chain option in Harmonica like the Verde one? This could...
Ok good to know, I'll see if I can find some time to make a PR for `hm.EquivalentSourcesCV`. Any thoughts on the optimization aspect of this? Same idea as https://github.com/fatiando/verde/issues/474...
As in a custom optimization implementation? Or just adding Optuna as an optional dependency? It could definitely be an optional dependency and would just raise a warning if users call...
No worries, thanks for the fix!
Examples of how to use some of these functions: ```python # make your grid of interest import verde as vd import numpy as np coords = vd.grid_coordinates( region=(-3330000.0, 3330000.0, -3330000.0,...
Here are some timings for future reference: ```python import numpy as np import verde as vd a = np.random.uniform(size=(27, 100)) ``` ------------ * Using `np.nanmin` or `np.nanmax` is ~x2 slower...
Follow https://github.com/jupyter-widgets/ipyleaflet/issues/1253 for updates.
This [page](https://github.com/radioglaciology/radarfilmstudio/blob/f8b91cde4290bb1df13763c5bfd208f774929f19/explore_app/main/map.py#L23) might provide some inspiration for better basemaps.
Updating the bad environment's geopandas version to 1.0.1 didn't fix the issue.
Downgrading the bad environments's zarr version to 2.18.7 didn't fix the issue.