Tobias de Jong

Results 9 comments of Tobias de Jong

I needed this in my science work and came up with this, based on gufuncs: ```python import dask.array as da from skimage.io import imsave def da_imsave(fnames, arr, compute=False): """Write arr...

Hi @GenevieveBuckley , (a): I was comparing to [dask/dask/array/image.py](https://github.com/dask/dask/blob/master/dask/array/image.py) and think it would be at least nice to get similar capabilities writing out as reading in. In that sense, I...

As another potentially helpful datapoint: I tried using kerchunk on ERA5 single level grib files and encounter the same issue (downloaded from ECMWF (https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels) to our network share, but still...

@yoyololicon looks cool! I did not know of that paper. The approach seems interesting and essentially as a discrete programming solution to the same minimization problem as the approach I...

@grlee77 >It seems the algorithm you propose should be fairly easy to extend to 3D/nD? It also would not need any new dependencies so I think it would be fairly...

I could try to find time to start a pull request for my implementation. In the meantime, if you need an implementation, my version of a weighted face unwrap is...

It should be doable. In some sense, the boundary conditions are what makes the original algorithm somewhat complicated. For cyclical boundary conditions, the problem also corresponds to solving a Poisson...

I will try to have a look this weekend.

>> readthedocs ... update your packages ... or to pin dependency versions > Could you expand on this? What problems were you having? Looking back probably more `nbsphinx` related than...