You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reach feature parity with Grid.jl, we need something like CoordInterpGrid, that re-scales the interpolation indices to some other coordinate system. This could probably be implemented very similarly to CoordInterpGrid, since the underlying interpolation interface is very similar.
The text was updated successfully, but these errors were encountered:
@gaabriel, I'm sorry this has taken so long, but I've now started working on implementing this in #47. What do you think of that API? Is there some specific functionality that you would have use for, that the suggested solution does not cover?
In order to reach feature parity with Grid.jl, we need something like
CoordInterpGrid
, that re-scales the interpolation indices to some other coordinate system. This could probably be implemented very similarly toCoordInterpGrid
, since the underlying interpolation interface is very similar.The text was updated successfully, but these errors were encountered: