Skip to content

Allow specifying dimension & coordinate info for labelled dask array - #754

Open
takluyver wants to merge 2 commits into
masterfrom
feat/with-dims
Open

Allow specifying dimension & coordinate info for labelled dask array#754
takluyver wants to merge 2 commits into
masterfrom
feat/with-dims

Conversation

@takluyver

Copy link
Copy Markdown
Member

This adds options for providing dimension names & coordinate labels to .dask_array(), matching .xarray(), as requested in #753.

It also adds a .with_entry_dims() method to provide dimension names & coordinate labels before loading the data, as well as a ROI. This could be the foundation for allowing dimension info to be read from a config file. Combining it with the ROI like this feels a bit awkward, but when we're given coordinate labels, they're for the selected part within the ROI, so these can't be indepedent. 🤷

Closes #753

@takluyver takluyver added the enhancement New feature or request label Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dask_array() should support the same options as xarray()

1 participant