Leon Foks

Results 10 issues of Leon Foks

I was going to ask this in #113 but didn't want to derail that thread. This is more of a personal question... since I've actually done very little with returning...

meta
implementation

kNearest may miss points that lie "exactly" at a distance equal to the query radius due to round off errors. Consider changing the distance comparison to a close(a,b) function.

This sets vmin and vmax to the 2nd and 98th percentile of the values similar to xarray's robust keyword. colourbar is extended in both directions same as xarray overwrites user...

Hi! Your package has no license! Can you please attach one so I know how I may use it? Thanks!

### What happened? When writing a Dataset to netcdf, any DataArrays that are linked as bounds through another variables attrs['bounds'] entry, have their (specifically) 'units' attribute dropped inside the written...

bug
topic-CF conventions

Output grids are now written to single HDF5 files rather than multiple .asc files (one per time step) Compilation is now driven by CMAKE. The README.md contains those instructions.

Ill attach two examples causing this to fail. The first is the example in simpegEM1D but with the order of the HM and LM information switched during instantiation of the...

I may not be doing this correctly... Ive attached a notebook cell, and the error messages below. The only difference is ```half_switch = True``` in the instantiation of TDsurvey. Looks...

This is a design issue / feature request I think. The EM1DSurveyTD requires the model depths in order to instantiate. I think the survey class should be independent of the...