Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIL Xarray has a to_dask_dataframes() method! #52

Open
alxmrs opened this issue Apr 10, 2024 · 1 comment
Open

TIL Xarray has a to_dask_dataframes() method! #52

alxmrs opened this issue Apr 10, 2024 · 1 comment

Comments

@alxmrs
Copy link
Owner

alxmrs commented Apr 10, 2024

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
Copy link
Owner Author

alxmrs commented Apr 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant