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

Inverse problem: Read a table or SQL query into an Xarray Dataset #58

Open
alxmrs opened this issue Dec 29, 2024 · 0 comments
Open

Inverse problem: Read a table or SQL query into an Xarray Dataset #58

alxmrs opened this issue Dec 29, 2024 · 0 comments

Comments

@alxmrs
Copy link
Owner

alxmrs commented Dec 29, 2024

I had a shower thought today. If Zarr is an OLAP DB, then could we treat tables as rasters?

zarr-developers/zarr-specs#290

One perspective is that this is the inverse of what this project is trying to do so far, which is to treat rasters as tables to run SQL queries against them.

One fuzzy idea for a use case like this would be to read a table of data associated with a latlng and translate it to a (sparse) raster.

Similar to #4, I wonder if column-oriented data like parquet, which most headless tabular data stores are represented today, would naturally fit well with Xarray-style chunks.

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