data-exp-lab / yt_xarray

An interface for yt and xarray
MIT License
3 stars 2 forks source link

on-demand interpolation #71

Closed chrishavlin closed 6 months ago

chrishavlin commented 1 year ago

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).