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

Capitalised ROWID breaks xarray lowercase coordinate naming convention #314

Open
sjperkins opened this issue Mar 20, 2024 · 0 comments
Open
Labels

Comments

@sjperkins
Copy link
Member

  • dask-ms version: 0.20.0
  • Python version: 3.9
  • Operating System: Ubuntu

Description

dask-ms chose to capitalise ROWID, a dask coordinate array. By convention, xarray treats uppercase zarr arrays as data variables and lowercase zarr arrays as coordinates. Thus, when xarray.open_zarr is called, ROWID is loaded as a data variable.

@sjperkins sjperkins added the bug label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant