xarray-sql icon indicating copy to clipboard operation
xarray-sql copied to clipboard

TIL Xarray has a `to_dask_dataframes()` method!

Open alxmrs opened this issue 1 year ago • 1 comments

It looks like this has been around in some from since 2018!

https://docs.xarray.dev/en/stable/generated/xarray.Dataset.to_dask_dataframe.html#xarray.Dataset.to_dask_dataframe

On initial impression, this seems like it should reduce the need for this library. I'm still happy to investigate the intersection of SQL and raster data here.

alxmrs avatar Apr 10 '24 13:04 alxmrs

If the core of this library so far can be replaced with a Xarray standard method, then this should free up development for other optimizations, for example #26.

alxmrs avatar Apr 13 '24 08:04 alxmrs

On initial impression, this seems like it should reduce the need for this library. I'm still happy to investigate the intersection of SQL and raster data here.

That the SQL pattern is not canonically used on top of Dask/Xarray data tells me that this library is still needed. It also reinforces my choice to use straight DataFusion.

alxmrs avatar Sep 27 '25 20:09 alxmrs