Deepak Cherian

Results 1084 comments of Deepak Cherian

We may also want to replace `interp1d` with our own version that class `make_interp_spline` as mentioned here: https://github.com/pydata/xarray/issues/9404

This seems right. I recommend opening as small a PR as possible for easy review rather than a large one that solves many issues. Let us know if you need...

What happens if you set `vectorizeable_only` to `False` in `interp_func`?

Sorry that is a bit gnarly, this module hasn't been touched in a while, so we lack some context. Do (2) or (3) in your list above feel more approachable?

> The only issue is that it would require me to figure out which interpolators are genuinely multidimensional! But the worst case scenario here is just a missed optimization and...

Also, +1 to automatic use in the plotting function, that was my initial intent!

Can we set the bounds on the cartopy crs since we have all the info?

> Many interpolants, including those previously supported in one dimension, require nearby/all points from the original coordinate, and also don't parallelize well over the new coordinate. I'm not quite sure...

Thanks @hollymandel this is looking quite close. I only have a few small refinement requests.

That's weird, they should be compliant netCDF files, `h5netcdf` just uses h5py directly instead of netCDF4. 1. What is the error you are seeing? 2. Can you `ncdump -h` the...