This issue is for tracking progress on on-demand interpolation.
Goal
Allow the user to specify or select transformations from their dataset's native coordinate system to cartesian coordinates, allowing a yt cartesian dataset to sample and interpolate from the native coordinate system as needed, by chunk.
Status
Been through a couple prototypes so far.
Most promising so far has been notebook and script that add dataset references within the callable framework. Should be extendable to the way yt_xarray handles xarray handles in the callable framework (I've scrubbed a few initial attempts at implementing this).
This issue is for tracking progress on on-demand interpolation.
Goal
Allow the user to specify or select transformations from their dataset's native coordinate system to cartesian coordinates, allowing a yt cartesian dataset to sample and interpolate from the native coordinate system as needed, by chunk.
Status
Been through a couple prototypes so far.
Most promising so far has been notebook and script that add dataset references within the callable framework. Should be extendable to the way yt_xarray handles xarray handles in the callable framework (I've scrubbed a few initial attempts at implementing this).